Get the configured output rate for the he requested message type on the specified interface. More...
#include <point_one/fusion_engine/messages/configuration.h>
Public Attributes | |
uint16_t | message_id = 0 |
InterfaceID | output_interface = {} |
ProtocolType | protocol = ProtocolType::INVALID |
ConfigurationSource | request_source = ConfigurationSource::ACTIVE |
The source of the parameter value (active, saved, etc.). More... | |
Static Public Attributes | |
static constexpr MessageType | MESSAGE_TYPE |
static constexpr uint8_t | MESSAGE_VERSION = 0 |
Get the configured output rate for the he requested message type on the specified interface.
The device will respond with a MessageOutputRateResponse containing the values.
Definition at line 1532 of file configuration.h.
uint16_t point_one::fusion_engine::messages::GetMessageOutputRate::message_id = 0 |
Definition at line 1540 of file configuration.h.
|
staticconstexpr |
Definition at line 1533 of file configuration.h.
|
staticconstexpr |
Definition at line 1535 of file configuration.h.
InterfaceID point_one::fusion_engine::messages::GetMessageOutputRate::output_interface = {} |
Definition at line 1536 of file configuration.h.
ProtocolType point_one::fusion_engine::messages::GetMessageOutputRate::protocol = ProtocolType::INVALID |
Definition at line 1537 of file configuration.h.
ConfigurationSource point_one::fusion_engine::messages::GetMessageOutputRate::request_source = ConfigurationSource::ACTIVE |
The source of the parameter value (active, saved, etc.).
Definition at line 1539 of file configuration.h.