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