Skip to main content

GetConfigMessage Struct

Query the value of a user configuration parameter (MessageType::GET_CONFIG, version 1.1). More...

Declaration

struct point_one::fusion_engine::messages::GetConfigMessage { ... }

Included Headers

Base struct

structMessagePayload

The base class for all message payloads. More...

Public Member Attributes Index

ConfigTypeconfig_type = ConfigType::INVALID

The desired parameter. More...

ConfigurationSourcerequest_source = ConfigurationSource::ACTIVE

The config source to request data from (active, saved, etc.). More...

Public Static Attributes Index

static constexpr MessageTypeMESSAGE_TYPE = MessageType::GET_CONFIG
static constexpr uint8_tMESSAGE_VERSION = 1

Description

Query the value of a user configuration parameter (MessageType::GET_CONFIG, version 1.1).

Expected Response

The device will respond with a ConfigResponseMessage containing the requested parameter value or an error Response value if the request did not succeed.

Definition at line 534 of file configuration.h.

Public Member Attributes

config_type

ConfigType point_one::fusion_engine::messages::GetConfigMessage::config_type = ConfigType::INVALID

The desired parameter.

Definition at line 539 of file configuration.h.

539 ConfigType config_type = ConfigType::INVALID;

request_source

ConfigurationSource point_one::fusion_engine::messages::GetConfigMessage::request_source = ConfigurationSource::ACTIVE

The config source to request data from (active, saved, etc.).

Definition at line 542 of file configuration.h.

542 ConfigurationSource request_source = ConfigurationSource::ACTIVE;

Public Static Attributes

MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::GetConfigMessage::MESSAGE_TYPE = MessageType::GET_CONFIG
constexpr static

Definition at line 535 of file configuration.h.

535 static constexpr MessageType MESSAGE_TYPE = MessageType::GET_CONFIG;

MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::GetConfigMessage::MESSAGE_VERSION = 1
constexpr static

Definition at line 536 of file configuration.h.

536 static constexpr uint8_t MESSAGE_VERSION = 1;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.