Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4769bb4dde68673fcddb77bf471b51f61bcf4dd7
/
.
/
y2023_bot3
/
constants
/
constants.fbs
blob: f66e00f04578b899ecd3cab798c51c34dcd104c9 [
file
] [
log
] [
blame
]
namespace
y2023_bot3
;
table
RobotConstants
{
// Constants sender needs a value to send something
dummy_value
:
int
(
id
:
0
);
}
table
Constants
{
robot
:
RobotConstants
(
id
:
0
);
}
root_type
Constants
;