CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
commrat::CommandPayload Struct Reference

#include <commrat/messages.hpp>

Public Attributes

uint32_t command_id
 
uint32_t target_id
 
sertial::fixed_vector< uint8_t, 64 > parameters
 

Detailed Description

Definition at line 71 of file messages.hpp.

Member Data Documentation

◆ command_id

uint32_t commrat::CommandPayload::command_id

Definition at line 72 of file messages.hpp.

◆ parameters

sertial::fixed_vector<uint8_t, 64> commrat::CommandPayload::parameters

Definition at line 74 of file messages.hpp.

◆ target_id

uint32_t commrat::CommandPayload::target_id

Definition at line 73 of file messages.hpp.


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