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