Changeset 4450 for trunk/Ohana/src/opihi/pantasks/init.c
- Timestamp:
- Jul 4, 2005, 5:35:47 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
r3140 r4450 2 2 # include "scheduler.h" 3 3 4 int controller PROTO((int, char **)); 4 5 int task PROTO((int, char **)); 5 6 int task_host PROTO((int, char **)); … … 8 9 int task_periods PROTO((int, char **)); 9 10 int run PROTO((int, char **)); 11 int stop PROTO((int, char **)); 10 12 11 13 static Command cmds[] = { 12 {"task", task, "define a schedulable task"}, 13 {"host", task_host, "define host machine for a task"}, 14 {"task.exit", task_macros, "define exit macros for a task"}, 15 {"task.exec", task_macros, "define pre-exec macro for a task"}, 16 {"command", task_command, "define executed command for a task"}, 17 {"periods", task_periods, "define time scales for a task"}, 18 {"run", run, "run the scheduler"}, 14 {"controller", controller, "controller commands"}, 15 {"task", task, "define a schedulable task"}, 16 {"host", task_host, "define host machine for a task"}, 17 {"task.exit", task_macros, "define exit macros for a task"}, 18 {"task.exec", task_macros, "define pre-exec macro for a task"}, 19 {"command", task_command, "define executed command for a task"}, 20 {"periods", task_periods, "define time scales for a task"}, 21 {"run", run, "run the scheduler"}, 22 {"stop", stop, "stop the scheduler"}, 19 23 }; 20 24
Note:
See TracChangeset
for help on using the changeset viewer.
