IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17579


Ignore:
Timestamp:
May 8, 2008, 11:04:02 AM (18 years ago)
Author:
eugene
Message:

adding queuestrsub

Location:
trunk/Ohana/src/opihi/cmd.data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/Makefile

    r17123 r17579  
    8989$(SRC)/queuepop.$(ARCH).o       \
    9090$(SRC)/queueprint.$(ARCH).o     \
     91$(SRC)/queuesubstr.$(ARCH).o    \
    9192$(SRC)/queueinit.$(ARCH).o      \
    9293$(SRC)/radial.$(ARCH).o \
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r17123 r17579  
    7474int queueprint       PROTO((int, char **));
    7575int queuepush        PROTO((int, char **));
     76int queuesubstr      PROTO((int, char **));
    7677int queuesize        PROTO((int, char **));
    7778int rd               PROTO((int, char **));
     
    196197  {1, "queuelist",    queuelist,        "list defined queues"},
    197198  {1, "queueload",    queueload,        "load queue from command"},
     199  {1, "queuesubstr",  queuesubstr,      "bulk replace strings in queue"},
    198200  {1, "queuesize",    queuesize,        "show queue size"},
    199201  {1, "rd",           rd,               "load fits image"},
Note: See TracChangeset for help on using the changeset viewer.