Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
d3f9eb208d87f0a1f615aaff55e6f0fb65e34a04
/
.
/
frc971
/
wpilib
/
logging.fbs
blob: fcb42352d40912cf825b6c0cfdbc1171be6e34d9 [
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
;
}
root_type
PneumaticsToLog
;