point_one::fusion_engine::messages::GetMessageOutputRate Struct Reference

Get the configured output rate for the he requested message type on the specified interface. More...

#include <point_one/fusion_engine/messages/configuration.h>

Inheritance diagram for point_one::fusion_engine::messages::GetMessageOutputRate:
point_one::fusion_engine::messages::MessagePayload

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
 

Detailed Description

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.

Member Data Documentation

◆ message_id

uint16_t point_one::fusion_engine::messages::GetMessageOutputRate::message_id = 0

Definition at line 1540 of file configuration.h.

◆ MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::GetMessageOutputRate::MESSAGE_TYPE
staticconstexpr
Initial value:

Definition at line 1533 of file configuration.h.

◆ MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::GetMessageOutputRate::MESSAGE_VERSION = 0
staticconstexpr

Definition at line 1535 of file configuration.h.

◆ output_interface

InterfaceID point_one::fusion_engine::messages::GetMessageOutputRate::output_interface = {}

Definition at line 1536 of file configuration.h.

◆ protocol

ProtocolType point_one::fusion_engine::messages::GetMessageOutputRate::protocol = ProtocolType::INVALID

Definition at line 1537 of file configuration.h.

◆ request_source

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.


The documentation for this struct was generated from the following file:
@ GET_OUTPUT_MESSAGE_RATE
GetMessageOutputRate