DSRSwarm.h
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:0k
- /*
- Name: DSRSwarm.h
- Description: DSRSwarm (short for: DynamicScheduleRepeatSwarm) is used for
- testing for presence of dynamic scheduling bug in schedule with
- repeat cycle.
- Test suite: activity
- */
- #import <objectbase/Swarm.h>
- extern int stimes[10];
- @interface DSRSwarm: Swarm
- {
- id firstSchedule;
- id secondSchedule;
- }
- - printOk;
- - stopRunning;
- - schedulePrintOkOnFirstScheduleAfterCurrentTime;
- - schedulePrintOkOnFirstScheduleBeforeCurrentTime;
- @end