Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
f90bdb20b1712a0d20dd69510884abf346f79bbf
/
.
/
y2023_bot3
/
constants
/
constants.fbs
blob: 08f03be59c5717322dc2248118e0bea880f37cea [
file
] [
log
] [
blame
]
Ariv Diggi
0af59c0
2023-10-07 13:15:39 -0700
[
diff
] [
blame
]
1
namespace
y2023_bot3
;
2
3
table
RobotConstants
{
4
}
5
6
table
Constants
{
7
robot
:
RobotConstants
(
id
:
0
);
8
}
9
10
root_type
Constants
;