Device configuration settings control messages. More...
Go to the source code of this file.
Classes | |
struct | point_one::fusion_engine::messages::CoarseOrientation |
The orientation of a device with respect to the vehicle body axes. More... | |
struct | point_one::fusion_engine::messages::ConfigDataMessage |
Response to a GetConfigMessage request (MessageType::CONFIG_DATA, version 1.0). More... | |
struct | point_one::fusion_engine::messages::GetConfigMessage |
Query the value of a user configuration parameter (MessageType::GET_CONFIG, version 1.0). More... | |
struct | point_one::fusion_engine::messages::Point3f |
A 3-dimensional vector (used for lever arms, etc.). More... | |
struct | point_one::fusion_engine::messages::SaveConfigMessage |
Save or reload configuration settings (MessageType::SAVE_CONFIG, version 1.0). More... | |
struct | point_one::fusion_engine::messages::SetConfigMessage |
Set a user configuration parameter (MessageType::SET_CONFIG, version 1.0). More... | |
Namespaces | |
point_one | |
point_one::fusion_engine | |
Functions | |
std::ostream & | point_one::fusion_engine::messages::operator<< (std::ostream &stream, ConfigType type) |
ConfigType stream operator. More... | |
std::ostream & | point_one::fusion_engine::messages::operator<< (std::ostream &stream, ConfigurationSource source) |
ConfigurationSource stream operator. More... | |
std::ostream & | point_one::fusion_engine::messages::operator<< (std::ostream &stream, SaveAction action) |
SaveAction stream operator. More... | |
const char * | point_one::fusion_engine::messages::to_string (ConfigType type) |
Get a human-friendly string name for the specified ConfigType. More... | |
const char * | point_one::fusion_engine::messages::to_string (ConfigurationSource source) |
Get a human-friendly string name for the specified ConfigurationSource. More... | |
const char * | point_one::fusion_engine::messages::to_string (SaveAction action) |
Get a human-friendly string name for the specified SaveAction. More... | |
Device configuration settings control messages.
Definition in file configuration.h.