Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
11e61afdc9fdbea03f79e99f889fb2adb23f8b84
/
.
/
y2023
/
constants
/
constants_list.fbs
blob: aec10d8f3e5337b8aaf3d96a6eb16bcba0d6c12d [
file
] [
log
] [
blame
]
include
"y2023/constants/constants.fbs"
;
namespace
y2023
;
table
TeamAndConstants
{
team
:
long
(
id
:
0
);
data
:
Constants
(
id
:
1
);
}
table
ConstantsList
{
constants
:[
TeamAndConstants
]
(
id
:
0
);
}
root_type
ConstantsList
;