Changeset 10997 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Jan 9, 2007, 9:58:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r10307 r10997 5 5 int applyfit2d PROTO((int, char **)); 6 6 int box PROTO((int, char **)); 7 int book_command PROTO((int, char **)); 7 8 int center PROTO((int, char **)); 8 9 int circstats PROTO((int, char **)); … … 63 64 int ps PROTO((int, char **)); 64 65 int queuelist PROTO((int, char **)); 66 int queueload PROTO((int, char **)); 65 67 int queueinit PROTO((int, char **)); 66 68 int queuedelete PROTO((int, char **)); … … 117 119 {"applyfit2d", applyfit2d, "apply 2-d fit to new vector"}, 118 120 {"box", box, "draw a box on the plot"}, 121 {"book", book_command, "commands to manipulate book/page/word data"}, 119 122 {"center", center, "center image on coords"}, 120 123 {"circstats", circstats, "circular statistics"}, … … 183 186 {"queuedelete", queuedelete, "delete a queue"}, 184 187 {"queuelist", queuelist, "list defined queues"}, 188 {"queueload", queueload, "load queue from command"}, 185 189 {"queuesize", queuesize, "show queue size"}, 186 190 {"rd", rd, "load fits image"},
Note:
See TracChangeset
for help on using the changeset viewer.
