Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb587a60da3bb53f325cf9d649b2d8b076a56806
/
.
/
aos
/
events
/
logging
/
test_message.fbs
blob: 6802a86a7f850d0100882827acc3e79adf6ee5cf [
file
] [
log
] [
blame
]
namespace
aos
.
logger
.
testing
;
table
TestMessage
{
value
:
int
(
id
:
0
);
}
root_type
TestMessage
;