point_one::fusion_engine::messages::CommandResponseMessage Struct Reference

Response to indicate if command was processed successfully (MessageType::COMMAND_RESPONSE, version 1.0). More...

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

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

Public Attributes

Response response = Response::OK
 The response status (success, error, etc.). More...
 
uint32_t source_seq_number = 0
 The sequence number of the command that triggered this response. More...
 

Static Public Attributes

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

Detailed Description

Response to indicate if command was processed successfully (MessageType::COMMAND_RESPONSE, version 1.0).

Definition at line 50 of file control.h.

Member Data Documentation

◆ MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::CommandResponseMessage::MESSAGE_TYPE = MessageType::COMMAND_RESPONSE
staticconstexpr

Definition at line 51 of file control.h.

◆ MESSAGE_VERSION

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

Definition at line 52 of file control.h.

◆ response

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

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

Definition at line 58 of file control.h.

◆ source_seq_number

uint32_t point_one::fusion_engine::messages::CommandResponseMessage::source_seq_number = 0

The sequence number of the command that triggered this response.

Definition at line 55 of file control.h.


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