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