Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
92b2b2539a5655620cd2aa4c67f85968819b313f
/
.
/
frc971
/
wpilib
/
logging.q
blob: a2b3799fa3da6e515e97a6e66f279ccf57c2ec88 [
file
] [
log
] [
blame
]
package
frc971
.
wpilib
;
// Information about the current state of the pneumatics system to log.
struct
PneumaticsToLog
{
bool
compressor_on
;
uint8_t
read_solenoids
;
};