Changeset 4703 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Aug 3, 2005, 5:48:45 PM (21 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
r3894 r4703 56 56 int dot PROTO((int, char **)); 57 57 int point PROTO((int, char **)); 58 int pop PROTO((int, char **));59 58 int ps PROTO((int, char **)); 60 int push PROTO((int, char **));61 59 int queuelist PROTO((int, char **)); 60 int queueinit PROTO((int, char **)); 61 int queuedelete PROTO((int, char **)); 62 int queuepop PROTO((int, char **)); 63 int queueprint PROTO((int, char **)); 64 int queuepush PROTO((int, char **)); 62 65 int queuesize PROTO((int, char **)); 63 66 int rd PROTO((int, char **)); … … 159 162 {"point", point, "load overlay with single point"}, 160 163 {"ps", ps, "define labels for plot"}, 161 {"pop", pop, "pop value from queue to variable"}, 162 {"push", push, "push value onto queue"}, 164 {"queuepop", queuepop, "pop value from queue to variable"}, 165 {"queueprint", queueprint, "print the contents of a queue"}, 166 {"queuepush", queuepush, "push value onto queue"}, 167 {"queueinit", queueinit, "create an empty queue"}, 168 {"queuedelete", queuedelete, "delete a queue"}, 163 169 {"queuelist", queuelist, "list defined queues"}, 164 170 {"queuesize", queuesize, "show queue size"},
Note:
See TracChangeset
for help on using the changeset viewer.
