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