Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4769bb4dde68673fcddb77bf471b51f61bcf4dd7
/
.
/
aos
/
network
/
timestamp.fbs
blob: ccd7f40e85c6178bb8915c87a449e66c64989814 [
file
] [
log
] [
blame
]
include
"aos/configuration.fbs"
;
namespace
aos
.
message_bridge
;
table
ClientOffset
{
node
:
Node
(
id
:
0
);
monotonic_offset
:
int64
(
id
:
1
);
}
table
Timestamp
{
offsets
:[
ClientOffset
]
(
id
:
0
);
}
root_type
Timestamp
;