CommandResponseMessage Struct
Response to indicate if command was processed successfully (MessageType::COMMAND_RESPONSE, version 1). More...
Declaration
struct point_one::fusion_engine::messages::CommandResponseMessage { ... }
Included Headers
#include <point_one/fusion_engine/messages/control.h>
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| 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... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = MessageType::COMMAND_RESPONSE |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
Response to indicate if command was processed successfully (MessageType::COMMAND_RESPONSE, version 1).
Definition at line 48 of file control.h.
Public Member Attributes
response
|
source_seq_number
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
Definition at line 49 of file control.h.
49 static constexpr MessageType MESSAGE_TYPE = MessageType::COMMAND_RESPONSE;
MESSAGE_VERSION
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.