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