blob: 96c940b77eea3d65f95165dc5252dcea2220df52 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001args testing_args {
2 double seconds;
3 int loops;
4};
5status testing_status {
6 int loops;
7 double total_seconds;
8};
9async_queue LeftDrive;
10async_queue TestAction;
11//has OnEnd;
12//has OnStart;
13priority 50;