Changeset 38463 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Jun 12, 2015, 10:26:46 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r38234 r38463 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 **)); … … 90 90 int plot PROTO((int, char **)); 91 91 int dot PROTO((int, char **)); 92 int parity PROTO((int, char **)); 92 93 int point PROTO((int, char **)); 93 94 int ps PROTO((int, char **)); … … 176 177 {1, "applyfit2d", applyfit2d, "apply 2-d fit to new vector"}, 177 178 {1, "applyfit3d", applyfit3d, "apply 3-d fit to new vector"}, 179 {1, "bisection", bisection, "use bisection to find threshold in vector"}, 178 180 {1, "book", book_command, "commands to manipulate book/page/word data"}, 179 181 {1, "box", box, "draw a box on the plot"},
Note:
See TracChangeset
for help on using the changeset viewer.
