Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
32b5baecfc3b51f35c0db45b9c4f176ec99246ff
/
.
/
frc971
/
wpilib
/
logging.fbs
blob: d76412f2dd3b2b5e2972b50f1d7458f2f1746f74 [
file
] [
log
] [
blame
]
namespace
frc971
.
wpilib
;
// Information about the current state of the pneumatics system to log.
table
PneumaticsToLog
{
compressor_on
:
bool
(
id
:
0
);
read_solenoids
:
ubyte
(
id
:
1
);
}
root_type
PneumaticsToLog
;