![]() |
0.4.1
|
Combined (sensor-)message name with unique ID. More...
Data Fields | |
std::string | message_name |
message name to subscribe to | |
uint8_t | multi_id |
the same message format can have multiple instances, for example if the system has two sensors of the same type. The default and first instance must be 0 | |
Combined (sensor-)message name with unique ID.
Definition at line 70 of file UlogFile.hpp.
std::string NAV::UlogFile::SubscriptionData::message_name |
message name to subscribe to
Definition at line 73 of file UlogFile.hpp.
uint8_t NAV::UlogFile::SubscriptionData::multi_id |
the same message format can have multiple instances, for example if the system has two sensors of the same type. The default and first instance must be 0
Definition at line 72 of file UlogFile.hpp.