Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
5b895621dcadc07dd97f3f35cf5557df9af1ca50
/
.
/
y2019
/
status_light.q
blob: f84ed284b2d8b49dc63a06d6833e72ac87774d36 [
file
] [
log
] [
blame
]
package
y2019
;
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
;