API

Type definitions for the flatlogs format. More...

#include <cstdint>
Include dependency graph for logDefs.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 flatlogs
 

Typedefs

typedef int8_t flatlogs::logPrioT
 The type of the log priority code. More...
 
typedef uint32_t flatlogs::secT
 The type used for seconds.
More...
 
typedef uint32_t flatlogs::nanosecT
 The type used for nanoseconds.
More...
 
typedef uint16_t flatlogs::eventCodeT
 The type of an event code (16-bit unsigned int). More...
 
typedef uint8_t flatlogs::msgLen0T
 The type used for the short message length. More...
 
typedef uint16_t flatlogs::msgLen1T
 The type used for intermediate message length. More...
 
typedef uint64_t flatlogs::msgLen2T
 The type used for long message length. More...
 
typedef msgLen2T flatlogs::msgLenT
 The type used to refer to the message length, regardless of length. More...
 

Detailed Description

Type definitions for the flatlogs format.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

History:

  • 2018-08-17 created by JRM

Definition in file logDefs.hpp.