Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c3670b8a8daa0ce7cfda4a582b23dba48163aa9f
/
.
/
frc971
/
autonomous
/
auto_mode.fbs
blob: b6bff20a2b75ff1cd8fd5f4e03a41da8766cb123 [
file
] [
log
] [
blame
]
namespace
frc971
.
autonomous
;
table
AutonomousMode
{
// Mode read from the mode setting sensors.
mode
:
int
(
id
:
0
);
}
root_type
AutonomousMode
;