brians | 343bc11 | 2013-02-10 01:53:46 +0000 | [diff] [blame^] | 1 | args testing_args { |
2 | double seconds; | ||||
3 | int loops; | ||||
4 | }; | ||||
5 | status testing_status { | ||||
6 | int loops; | ||||
7 | double total_seconds; | ||||
8 | }; | ||||
9 | async_queue LeftDrive; | ||||
10 | async_queue TestAction; | ||||
11 | //has OnEnd; | ||||
12 | //has OnStart; | ||||
13 | priority 50; |