Changeset 3140 for trunk/Ohana/src/opihi/pantasks/init.c
- Timestamp:
- Feb 5, 2005, 6:52:07 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pantasks/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pantasks/init.c
r2598 r3140 7 7 int task_command PROTO((int, char **)); 8 8 int task_periods PROTO((int, char **)); 9 int schedulePROTO((int, char **));9 int run PROTO((int, char **)); 10 10 11 11 static Command cmds[] = { … … 16 16 {"command", task_command, "define executed command for a task"}, 17 17 {"periods", task_periods, "define time scales for a task"}, 18 {" schedule", schedule, "schedule the tasks"},18 {"run", run, "run the scheduler"}, 19 19 }; 20 20
Note:
See TracChangeset
for help on using the changeset viewer.
