Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4b25ad8dab0c7dcae84a2c84d17b0409c7c78fc5
/
.
/
frc971
/
queues
/
Piston.q
blob: 581195829f6a25e940646346f8331c55fda09a46 [
file
] [
log
] [
blame
]
brians
343bc11
2013-02-10 01:53:46 +0000
[
diff
] [
blame
]
1
package
frc971
.
control_loops
;
2
3
message
Piston
{
4
bool
set
;
5
};
6
7
queue
Piston
shifters
;
Brian Silverman
513ad4e
2013-03-20 19:59:50 -0700
[
diff
] [
blame
]
8
queue
Piston
hangers
;