IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 4:26:31 PM (20 years ago)
Author:
eugene
Message:

added module system; added panstarrs user features; panstarrs threaded

File:
1 edited

Legend:

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

    r10997 r11084  
    1515int run             PROTO((int, char **));
    1616int stop            PROTO((int, char **));
     17int halt            PROTO((int, char **));
    1718int pulse           PROTO((int, char **));
    1819int status_sys      PROTO((int, char **));
     
    3839  {"stderr",     task_stderr,  "define a file for the job stderr dump"},
    3940  {"run",        run,          "run the scheduler"},
    40   {"stop",       stop,         "stop the scheduler"},
     41  {"stop",       stop,         "stop the scheduler (continue job harvesting)"},
     42  {"halt",       halt,         "halt the scheduler (no job harvesting)"},
    4143  {"pulse",      pulse,        "set the scheduler update period"},
    4244  {"status",     status_sys,   "get system status"},
Note: See TracChangeset for help on using the changeset viewer.