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