Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f2639283d8a4388ecb3b9cb41b97c47e18a901b1
/
.
/
y2018
/
status_light.q
blob: 246744cf526609c5bc921f1ee8f6050c692cc036 [
file
] [
log
] [
blame
]
package
y2018
;
message
StatusLight
{
// How bright to make each one. 0 is off, 1 is full on.
float
red
;
float
green
;
float
blue
;
};
queue
StatusLight
status_light
;