Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cc19d41f3403c35a3d82e4dd743a5cd6ca94e094
/
.
/
aos
/
events
/
ping.fbs
blob: ccad470704944f5a7e0362b40924106dbf9484a9 [
file
] [
log
] [
blame
]
namespace
aos
.
examples
;
table
Ping
{
value
:
int
(
id
:
0
);
send_time
:
long
(
id
:
1
);
}
root_type
Ping
;