Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d44ffaad357f5854dd2c14b9f08f9be9af40824d
/
.
/
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
;