Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
aos
/
actions
/
test_action.fbs
blob: f7f80528e5273ac5e509488c9ec8acb56aa9d82a [
file
] [
log
] [
blame
]
namespace
aos
.
common
.
actions
;
table
UInt
{
val
:
uint
;
}
table
TestActionGoal
{
run
:
uint
;
params
:
UInt
;
}
table
MyParams
{
param1
:
double
;
param2
:
int
;
}
table
TestAction2Goal
{
run
:
uint
;
params
:
MyParams
;
}