point_one::fusion_engine::messages::MessageOutputRateResponse Struct Reference

The requested output rate. More...

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

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

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
 

Detailed Description

The requested output rate.

Definition at line 1547 of file configuration.h.

Member Data Documentation

◆ active_differs_from_saved

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.

◆ config_source

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.

◆ message_id

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

Definition at line 1565 of file configuration.h.

◆ MESSAGE_TYPE

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

Definition at line 1548 of file configuration.h.

◆ MESSAGE_VERSION

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

Definition at line 1550 of file configuration.h.

◆ output_interface

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

Definition at line 1562 of file configuration.h.

◆ protocol

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

Definition at line 1563 of file configuration.h.

◆ rate

MessageRate point_one::fusion_engine::messages::MessageOutputRateResponse::rate = MessageRate::OFF

Definition at line 1566 of file configuration.h.

◆ response

Response point_one::fusion_engine::messages::MessageOutputRateResponse::response = Response::OK

The response status (success, error, etc.).

Definition at line 1559 of file configuration.h.


The documentation for this struct was generated from the following file:
@ OUTPUT_MESSAGE_RATE_RESPONSE
MessageOutputRateResponse