IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 4, 2005, 5:35:47 PM (21 years ago)
Author:
eugene
Message:

substantial dev work on scheduler/pcontrol/pclient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/init.c

    r3140 r4450  
    22# include "scheduler.h"
    33
     4int controller      PROTO((int, char **));
    45int task            PROTO((int, char **));
    56int task_host       PROTO((int, char **));
     
    89int task_periods    PROTO((int, char **));
    910int run             PROTO((int, char **));
     11int stop            PROTO((int, char **));
    1012
    1113static 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"},
    1923};
    2024
Note: See TracChangeset for help on using the changeset viewer.