IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2007, 3:55:07 PM (19 years ago)
Author:
eugene
Message:

adding controller jobstack command

File:
1 edited

Legend:

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

    r10694 r12467  
    11# include "pantasks.h"
    22
    3 int controller_host    PROTO((int, char **));
    4 int controller_exit    PROTO((int, char **));
    5 int controller_status  PROTO((int, char **));
    6 int controller_run     PROTO((int, char **));
    7 int controller_stop    PROTO((int, char **));
    8 int controller_check   PROTO((int, char **));
    9 int controller_output  PROTO((int, char **));
    10 int controller_pulse   PROTO((int, char **));
     3int controller_host     PROTO((int, char **));
     4int controller_exit     PROTO((int, char **));
     5int controller_status   PROTO((int, char **));
     6int controller_jobstack PROTO((int, char **));
     7int controller_run      PROTO((int, char **));
     8int controller_stop     PROTO((int, char **));
     9int controller_check    PROTO((int, char **));
     10int controller_output   PROTO((int, char **));
     11int controller_pulse    PROTO((int, char **));
    1112
    1213static Command controller_cmds[] = {
    13   {"exit",   controller_exit,   "shutdown controller"},
    14   {"host",   controller_host,   "define host for controller"},
    15   {"check",  controller_check,  "check controller host/job"},
    16   {"run",    controller_run,    "start controller operation / set run levels"},
    17   {"stop",   controller_run,    "stop controller (no disconnect)"},
    18   {"status", controller_status, "check controller status"},
    19   {"output", controller_output, "print controller output"},
    20   {"pulse",  controller_pulse,  "set controller pulse"},
     14  {"exit",     controller_exit,     "shutdown controller"},
     15  {"host",     controller_host,     "define host for controller"},
     16  {"check",    controller_check,    "check controller host/job"},
     17  {"run",      controller_run,      "start controller operation / set run levels"},
     18  {"stop",     controller_run,      "stop controller (no disconnect)"},
     19  {"status",   controller_status,   "check controller status"},
     20  {"jobstack", controller_jobstack, "check controller status"},
     21  {"output",   controller_output,   "print controller output"},
     22  {"pulse",    controller_pulse,    "set controller pulse"},
    2123};
    2224
Note: See TracChangeset for help on using the changeset viewer.