Changeset 8177 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Aug 4, 2006, 4:03:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
