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