point_one::fusion_engine::messages::MessageRateResponse Struct Reference

Detailed Description

Response to a GetMessageRate request (MessageType::MESSAGE_RATE_RESPONSE, version 1.1).

Definition at line 2335 of file configuration.h.

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

#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
 

Member Data Documentation

◆ config_source

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.

◆ MESSAGE_TYPE

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

Definition at line 2336 of file configuration.h.

◆ MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::MessageRateResponse::MESSAGE_VERSION = 1
staticconstexpr

Definition at line 2338 of file configuration.h.

◆ num_rates

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.

◆ output_interface

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

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

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

Definition at line 2344 of file configuration.h.


The documentation for this struct was generated from the following file:
@ MESSAGE_RATE_RESPONSE
MessageRateResponse