File: geneus/test.msg
Raw Message Definition
bool TRUE_FLAG=1
bool FALSE_FLAG=0
bool TRUE_FLAG_SYMBOL=True
bool FALSE_FLAG_SYMBOL=False
int8 INT_1=-1
int8 INT_8=8
float32 FLOAT_12=-1.2
float32 FLOAT_89=8.9
string STRING_1=string
string STRING_2= string
string STRING_3= string string
string STRING_4= string ## string
string STRING_5=#string
string STRING_6='#string'
string STRING_7="#string"
uint8 PENDING = 0 # example constant
uint8 ACTIVE = 1
uint8 PREEMPTED = 2
Compact Message Definition
bool TRUE_FLAG=1
bool FALSE_FLAG=0
bool TRUE_FLAG_SYMBOL=True
bool FALSE_FLAG_SYMBOL=False
int8 INT_1=-1
int8 INT_8=8
float32 FLOAT_12=-1.2
float32 FLOAT_89=8.9
string STRING_1=string
string STRING_2=string
string STRING_3=string string
string STRING_4=string ## string
string STRING_5=#string
string STRING_6='#string'
string STRING_7="#string"
uint8 PENDING=0
uint8 ACTIVE=1
uint8 PREEMPTED=2