Changeset 8177
- Timestamp:
- Aug 4, 2006, 4:03:16 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (2 diffs)
-
init.c (modified) (2 diffs)
-
queuedrop.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/Makefile
r7949 r8177 75 75 $(SDIR)/point.$(ARCH).o \ 76 76 $(SDIR)/ps.$(ARCH).o \ 77 $(SDIR)/queuedelete.$(ARCH).o \ 78 $(SDIR)/queuedrop.$(ARCH).o \ 77 79 $(SDIR)/queuelist.$(ARCH).o \ 78 80 $(SDIR)/queuesize.$(ARCH).o \ … … 81 83 $(SDIR)/queueprint.$(ARCH).o \ 82 84 $(SDIR)/queueinit.$(ARCH).o \ 83 $(SDIR)/queuedelete.$(ARCH).o \84 85 $(SDIR)/radial.$(ARCH).o \ 85 86 $(SDIR)/rd.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.data/init.c
r7949 r8177 63 63 int queueinit PROTO((int, char **)); 64 64 int queuedelete PROTO((int, char **)); 65 int queuedrop PROTO((int, char **)); 65 66 int queuepop PROTO((int, char **)); 66 67 int queueprint PROTO((int, char **)); … … 171 172 {"ps", ps, "define labels for plot"}, 172 173 {"queuepop", queuepop, "pop value from queue to variable"}, 174 {"queuedrop", queuedrop, "drop values from queue matching a key"}, 173 175 {"queueprint", queueprint, "print the contents of a queue"}, 174 176 {"queuepush", queuepush, "push value onto queue"},
Note:
See TracChangeset
for help on using the changeset viewer.
