Response to a GetMessageRate request (MessageType::MESSAGE_RATE_RESPONSE, version 1.1).
Definition at line 2335 of file configuration.h.
#include <point_one/fusion_engine/messages/configuration.h>
Public Attributes | |
ConfigurationSource | config_source = ConfigurationSource::ACTIVE |
The source of the parameter value (active, saved, etc.). More... | |
uint16_t | num_rates = 0 |
The number of rates reported by this message. More... | |
InterfaceID | output_interface = {} |
The output interface corresponding with this response. More... | |
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 = 1 |
ConfigurationSource point_one::fusion_engine::messages::MessageRateResponse::config_source = ConfigurationSource::ACTIVE |
The source of the parameter value (active, saved, etc.).
Definition at line 2341 of file configuration.h.
|
staticconstexpr |
Definition at line 2336 of file configuration.h.
|
staticconstexpr |
Definition at line 2338 of file configuration.h.
uint16_t point_one::fusion_engine::messages::MessageRateResponse::num_rates = 0 |
The number of rates reported by this message.
Definition at line 2347 of file configuration.h.
InterfaceID point_one::fusion_engine::messages::MessageRateResponse::output_interface = {} |
The output interface corresponding with this response.
Definition at line 2350 of file configuration.h.
Response point_one::fusion_engine::messages::MessageRateResponse::response = Response::OK |
The response status (success, error, etc.).
Definition at line 2344 of file configuration.h.