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