IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2005, 6:52:07 PM (21 years ago)
Author:
eugene
Message:

reorg, tests

File:
1 edited

Legend:

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

    r2598 r3140  
    77int task_command    PROTO((int, char **));
    88int task_periods    PROTO((int, char **));
    9 int schedule        PROTO((int, char **));
     9int run             PROTO((int, char **));
    1010
    1111static Command cmds[] = { 
     
    1616  {"command",   task_command, "define executed command for a task"},
    1717  {"periods",   task_periods, "define time scales for a task"},
    18   {"schedule",  schedule,     "schedule the tasks"},
     18  {"run",       run,          "run the scheduler"},
    1919};
    2020
Note: See TracChangeset for help on using the changeset viewer.