point_one::fusion_engine::messages::SaveConfigMessage Struct Reference

Detailed Description

Save or reload configuration settings (MessageType::SAVE_CONFIG, version 1.0).

Expected Response

The device will respond with a CommandResponseMessage indicating whether or not the request succeeded.

Definition at line 566 of file configuration.h.

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

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

Public Attributes

SaveAction action = SaveAction::SAVE
 The action to performed. More...
 

Static Public Attributes

static constexpr MessageType MESSAGE_TYPE = MessageType::SAVE_CONFIG
 
static constexpr uint8_t MESSAGE_VERSION = 0
 

Member Data Documentation

◆ action

SaveAction point_one::fusion_engine::messages::SaveConfigMessage::action = SaveAction::SAVE

The action to performed.

Definition at line 571 of file configuration.h.

◆ MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::SaveConfigMessage::MESSAGE_TYPE = MessageType::SAVE_CONFIG
staticconstexpr

Definition at line 567 of file configuration.h.

◆ MESSAGE_VERSION

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

Definition at line 568 of file configuration.h.


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