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