Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a9a82ea9ab3b996b09cf4bbb0542f0c576cd5f0c
/
.
/
aos
/
events
/
pong.fbs
blob: 115dbbe46c1cde80c622f5c7d72a233a526dc300 [
file
] [
log
] [
blame
]
namespace
aos
.
examples
;
table
Pong
{
value
:
int
;
initial_send_time
:
long
;
}
root_type
Pong
;