PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <log_message.h>
Public Attributes | |
uint64_t | timestamp |
uint8_t | severity |
char | text [127] |
Definition at line 51 of file log_message.h.
uint8_t log_message_s::severity |
Definition at line 54 of file log_message.h.
Referenced by MavlinkReceiver::handle_message_statustext(), and px4::logger::Logger::run().
char log_message_s::text[127] |
Definition at line 55 of file log_message.h.
Referenced by px4::logger::Logger::run().
uint64_t log_message_s::timestamp |
Definition at line 53 of file log_message.h.
Referenced by px4::logger::Logger::run().