Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
aos
/
events
/
test_message.fbs
blob: 1d26c2eefbea2ad37782ffd2a82ba11d2bd6485c [
file
] [
log
] [
blame
]
namespace
aos
;
table
TestMessage
{
value
:
int
;
}
root_type
TestMessage
;