Device operation control messages.
Definition in file control.h.
|
| struct | point_one::fusion_engine::messages::CommandResponseMessage |
| | Response to indicate if command was processed successfully (MessageType::COMMAND_RESPONSE, version 1.0). More...
|
| |
| struct | point_one::fusion_engine::messages::DeviceIDMessage |
| | Device identifier information (MessageType::DEVICE_ID, version 1.0). More...
|
| |
| struct | point_one::fusion_engine::messages::EventNotificationMessage |
| | Notification of a system event for logging purposes (MessageType::EVENT_NOTIFICATION, version 1.0). More...
|
| |
| struct | point_one::fusion_engine::messages::MessageRequest |
| | Request transmission of a specified message type, (MessageType::MESSAGE_REQUEST, version 1.0). More...
|
| |
| struct | point_one::fusion_engine::messages::ResetRequest |
| | Perform a software or hardware reset (MessageType::RESET_REQUEST, version 1.0). More...
|
| |
| struct | point_one::fusion_engine::messages::ShutdownRequest |
| | Perform a device shutdown (MessageType::SHUTDOWN_REQUEST, version 1.0). More...
|
| |
| struct | point_one::fusion_engine::messages::StartupRequest |
| | Start up a device (MessageType::STARTUP_REQUEST, version 1.0). More...
|
| |
| struct | point_one::fusion_engine::messages::VersionInfoMessage |
| | Software version information, (MessageType::VERSION_INFO, version 1.0). More...
|
| |