IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2005, 10:33:53 AM (21 years ago)
Author:
eugene
Message:

cleanup up communications for speed

File:
1 edited

Legend:

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

    r4693 r4763  
    66int controller_check   PROTO((int, char **));
    77int controller_output  PROTO((int, char **));
     8int controller_pulse   PROTO((int, char **));
    89
    910static Command controller_cmds[] = {
     
    1314  {"status", controller_status, "check controller status"},
    1415  {"output", controller_output, "print controller output"},
     16  {"pulse",  controller_pulse,  "set controller pulse"},
    1517};
    1618
Note: See TracChangeset for help on using the changeset viewer.