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 1520 of file configuration.h.
| uint16_t point_one::fusion_engine::messages::GetMessageOutputRate::message_id = 0 |
Definition at line 1528 of file configuration.h.
|
staticconstexpr |
Definition at line 1521 of file configuration.h.
|
staticconstexpr |
Definition at line 1523 of file configuration.h.
| InterfaceID point_one::fusion_engine::messages::GetMessageOutputRate::output_interface = {} |
Definition at line 1524 of file configuration.h.
| ProtocolType point_one::fusion_engine::messages::GetMessageOutputRate::protocol = ProtocolType::INVALID |
Definition at line 1525 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 1527 of file configuration.h.
1.8.18