The requested output rate. More...
#include <point_one/fusion_engine/messages/configuration.h>
Public Attributes | |
| bool | active_differs_from_saved = false |
Set to true if the active configuration differs from the saved configuration for this parameter. More... | |
| ConfigurationSource | config_source = ConfigurationSource::ACTIVE |
| The source of the parameter value (active, saved, etc.). More... | |
| uint16_t | message_id = 0 |
| InterfaceID | output_interface = {} |
| ProtocolType | protocol = ProtocolType::INVALID |
| MessageRate | rate = MessageRate::OFF |
| Response | response = Response::OK |
| The response status (success, error, etc.). More... | |
Static Public Attributes | |
| static constexpr MessageType | MESSAGE_TYPE |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
The requested output rate.
Definition at line 1547 of file configuration.h.
| bool point_one::fusion_engine::messages::MessageOutputRateResponse::active_differs_from_saved = false |
Set to true if the active configuration differs from the saved configuration for this parameter.
Definition at line 1557 of file configuration.h.
| ConfigurationSource point_one::fusion_engine::messages::MessageOutputRateResponse::config_source = ConfigurationSource::ACTIVE |
The source of the parameter value (active, saved, etc.).
Definition at line 1552 of file configuration.h.
| uint16_t point_one::fusion_engine::messages::MessageOutputRateResponse::message_id = 0 |
Definition at line 1565 of file configuration.h.
|
staticconstexpr |
Definition at line 1548 of file configuration.h.
|
staticconstexpr |
Definition at line 1550 of file configuration.h.
| InterfaceID point_one::fusion_engine::messages::MessageOutputRateResponse::output_interface = {} |
Definition at line 1562 of file configuration.h.
| ProtocolType point_one::fusion_engine::messages::MessageOutputRateResponse::protocol = ProtocolType::INVALID |
Definition at line 1563 of file configuration.h.
| MessageRate point_one::fusion_engine::messages::MessageOutputRateResponse::rate = MessageRate::OFF |
Definition at line 1566 of file configuration.h.
| Response point_one::fusion_engine::messages::MessageOutputRateResponse::response = Response::OK |
The response status (success, error, etc.).
Definition at line 1559 of file configuration.h.
1.8.18