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