IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8177


Ignore:
Timestamp:
Aug 4, 2006, 4:03:16 PM (20 years ago)
Author:
eugene
Message:

adding queuedrop

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

Legend:

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

    r7949 r8177  
    7575$(SDIR)/point.$(ARCH).o         \
    7676$(SDIR)/ps.$(ARCH).o            \
     77$(SDIR)/queuedelete.$(ARCH).o   \
     78$(SDIR)/queuedrop.$(ARCH).o     \
    7779$(SDIR)/queuelist.$(ARCH).o     \
    7880$(SDIR)/queuesize.$(ARCH).o     \
     
    8183$(SDIR)/queueprint.$(ARCH).o    \
    8284$(SDIR)/queueinit.$(ARCH).o     \
    83 $(SDIR)/queuedelete.$(ARCH).o   \
    8485$(SDIR)/radial.$(ARCH).o        \
    8586$(SDIR)/rd.$(ARCH).o            \
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r7949 r8177  
    6363int queueinit        PROTO((int, char **));
    6464int queuedelete      PROTO((int, char **));
     65int queuedrop        PROTO((int, char **));
    6566int queuepop         PROTO((int, char **));
    6667int queueprint       PROTO((int, char **));
     
    171172  {"ps",           ps,               "define labels for plot"},
    172173  {"queuepop",     queuepop,         "pop value from queue to variable"},
     174  {"queuedrop",    queuedrop,        "drop values from queue matching a key"},
    173175  {"queueprint",   queueprint,       "print the contents of a queue"},
    174176  {"queuepush",    queuepush,        "push value onto queue"},
Note: See TracChangeset for help on using the changeset viewer.