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