Type definitions for the flatlogs format. More...
#include <cstdint>
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... | |
Type definitions for the flatlogs format.
History:
Definition in file logDefs.hpp.