IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 3, 2005, 5:50:08 PM (21 years ago)
Author:
eugene
Message:

psched / pscontrol / pclient dev work

File:
1 edited

Legend:

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

    r4693 r4705  
    1111int run             PROTO((int, char **));
    1212int stop            PROTO((int, char **));
     13int pulse           PROTO((int, char **));
    1314int status_sys      PROTO((int, char **));
    1415int kill_job        PROTO((int, char **));
     
    2829  {"run",        run,          "run the scheduler"},
    2930  {"stop",       stop,         "stop the scheduler"},
     31  {"pulse",      pulse,        "set the scheduler update period"},
    3032  {"status",     status_sys,   "get system status"},
    3133  {"kill",       kill_job,     "kill job"},
Note: See TracChangeset for help on using the changeset viewer.