|
HARDT - The Ham Radio DSP Toolkit
|
4 #include "hexceptions.h"
108 static int HCommandMinimumsSize =
sizeof(
HCommand);
111 inline size_t HCommandSize(
HCommand* command) {
112 return HCommandSize(command);
116 inline size_t HCommandSize(
HCommand& command) {
121 return HCommandMinimumsSize + 0;
int16_t Opcode
Definition: hcommand.h:87
HCommandData Data
Definition: hcommand.h:103
int32_t Value
Definition: hcommand.h:71
bool State
Definition: hcommand.h:74
Definition: hexceptions.h:193
int16_t Length
Definition: hcommand.h:98
int16_t Class
Definition: hcommand.h:84
Definition: hcommand.h:81
Definition: hcommand.h:68
void * Content
Definition: hcommand.h:77