![]() |
0.5.0
|
Data Structures | |
| Subscribed log message with name and ID. This must come before the first corresponding message_data_s. More... | |
| contains logged data More... | |
| dropout (lost logging messages) of a given duration in ms. Dropouts can occur e.g. if the device is not fast enough More... | |
| format definition for a single (composite) type that can be logged or used in another definition as a nested type More... | |
| The Definitions and Data sections consist of a stream of messages. Each starts with this header. More... | |
| Information message. More... | |
| Logged string message, i.e. printf output. More... | |
| Tagged Logged string message. More... | |
| unsubscribe a message, to mark that it will not be logged anymore More... | |
| synchronization message so that a reader can recover from a corrupt message by searching for the next sync message More... | |
| struct | ulog_Header_s |
| The header is a fixed-size section and has the following format (16 bytes) More... | |
| Flag bitset message. This message must be the first message, right after the header section, so that it has a fixed constant offset. More... | |
| Information message multi. The same as the information message, except that there can be multiple messages with the same key (parsers store them as a list) More... | |
| parameter default message. If a parameter dynamically changes during runtime, this message can also be used in the Data section. The data type is restricted to: int32_t, float More... | |
Enumerations | |
| enum class | ulog_tag : uint8_t { unassigned , mavlink_handler , ppk_handler , camera_handler , ptp_handler , serial_handler , watchdog , io_service , cbuf , ulg } |
| tag attributes of message_logging_tagged_s More... | |
|
strong |
tag attributes of message_logging_tagged_s
Definition at line 133 of file UlogFileFormat.hpp.