Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c9f34f724f0f9f37e589a00b170c68d04f1a02df
/
.
/
aos
/
events
/
pong.fbs
blob: 19b5db4b54b79cf6a4a01a6d1040784897c23d43 [
file
] [
log
] [
blame
]
namespace
aos
.
examples
;
table
Pong
{
value
:
int
(
id
:
0
);
initial_send_time
:
long
(
id
:
1
);
}
root_type
Pong
;