Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
frc971
/
wpilib
/
logging.fbs
blob: 473526f039f7b82bb71a99a4920f62058ec52f1c [
file
] [
log
] [
blame
]
Alex Perry
cb7da4b
2019-08-28 19:35:56 -0700
[
diff
] [
blame^
]
1
namespace
frc971
.
wpilib
;
2
3
// Information about the current state of the pneumatics system to log.
4
table
PneumaticsToLog
{
5
compressor_on
:
bool
;
6
read_solenoids
:
ubyte
;
7
}