Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
35b15c44c6ea82df42dd0e30cac2646485c7127a
/
.
/
aos
/
atom_code
/
async_action
/
TestAction.act
blob: 96c940b77eea3d65f95165dc5252dcea2220df52 [
file
] [
log
] [
blame
]
args testing_args
{
double
seconds
;
int
loops
;
};
status testing_status
{
int
loops
;
double
total_seconds
;
};
async_queue
LeftDrive
;
async_queue
TestAction
;
//has OnEnd;
//has OnStart;
priority
50
;