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