Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
92b2b2539a5655620cd2aa4c67f85968819b313f
/
.
/
frc971
/
wpilib
/
logging.q
blob: a2b3799fa3da6e515e97a6e66f279ccf57c2ec88 [
file
] [
log
] [
blame
]
Brian Silverman
6306498
2015-03-23 00:37:52 -0400
[
diff
] [
blame
]
1
package
frc971
.
wpilib
;
2
3
// Information about the current state of the pneumatics system to log.
4
struct
PneumaticsToLog
{
5
bool
compressor_on
;
6
uint8_t
read_solenoids
;
7
};