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