IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 16, 2005, 6:01:28 AM (21 years ago)
Author:
eugene
Message:

added user scheduler/controller commands, fixed up I/F issues

File:
1 edited

Legend:

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

    r4552 r4573  
    44int controller_status  PROTO((int, char **));
    55int controller_check   PROTO((int, char **));
     6int controller_output  PROTO((int, char **));
    67
    78static Command controller_cmds[] = {
    89  {"host",   controller_host,   "define host for controller"},
     10  {"check",  controller_check,  "check controller host/job"},
    911  {"status", controller_status, "check controller status"},
    10   {"check",  controller_check,  "check controller host/job"},
     12  {"output", controller_output, "print controller output"},
    1113};
    1214
Note: See TracChangeset for help on using the changeset viewer.