IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adding queuedrop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.