- Timestamp:
- May 16, 2015, 5:32:17 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi/cmd.data/init.c
r38062 r38282 9 9 int box PROTO((int, char **)); 10 10 int book_command PROTO((int, char **)); 11 int bisection PROTO((int, char **)); 11 12 int center PROTO((int, char **)); 12 int parity PROTO((int, char **));13 13 int cast PROTO((int, char **)); 14 14 int circstats PROTO((int, char **)); … … 89 89 int plot PROTO((int, char **)); 90 90 int dot PROTO((int, char **)); 91 int parity PROTO((int, char **)); 91 92 int point PROTO((int, char **)); 92 93 int ps PROTO((int, char **)); … … 175 176 {1, "applyfit2d", applyfit2d, "apply 2-d fit to new vector"}, 176 177 {1, "applyfit3d", applyfit3d, "apply 3-d fit to new vector"}, 178 {1, "bisection", bisection, "use bisection to find threshold in vector"}, 177 179 {1, "book", book_command, "commands to manipulate book/page/word data"}, 178 180 {1, "box", box, "draw a box on the plot"},
Note:
See TracChangeset
for help on using the changeset viewer.
