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