IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2008, 10:26:51 PM (18 years ago)
Author:
eugene
Message:

updates from HEAD

File:
1 edited

Legend:

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

    r16463 r18424  
    55int controller_status   PROTO((int, char **));
    66int controller_jobstack PROTO((int, char **));
     7int controller_verbose  PROTO((int, char **));
    78int controller_run      PROTO((int, char **));
    89int controller_stop     PROTO((int, char **));
     
    1920  {1, "status",   controller_status,   "check controller status"},
    2021  {1, "jobstack", controller_jobstack, "check controller status"},
     22  {1, "verbose",  controller_verbose,  "set controller verbosity"},
    2123  {1, "output",   controller_output,   "print controller output"},
    2224  {1, "pulse",    controller_pulse,    "set controller pulse"},
Note: See TracChangeset for help on using the changeset viewer.