Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
80c7fce65f5d095b4bf4b53b10e957e314d1c618
/
.
/
frc971
/
wpilib
/
logging.fbs
blob: 473526f039f7b82bb71a99a4920f62058ec52f1c [
file
] [
log
] [
blame
]
namespace
frc971
.
wpilib
;
// Information about the current state of the pneumatics system to log.
table
PneumaticsToLog
{
compressor_on
:
bool
;
read_solenoids
:
ubyte
;
}