Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
y2019
/
status_light.fbs
blob: 633b03000180e48b647154c007e51b47670eb7de [
file
] [
log
] [
blame
]
namespace
y2019
;
table
StatusLight
{
// How bright to make each one. 0 is off, 1 is full on.
red
:
float
;
green
:
float
;
blue
:
float
;
}
table
CameraLog
{
log
:
bool
;
}
root_type
CameraLog
;
root_type
StatusLight
;