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