- Timestamp:
- Mar 11, 2012, 5:35:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.data/init.c
r31667 r33476 61 61 int header PROTO((int, char **)); 62 62 int list_vectors PROTO((int, char **)); 63 int vtype PROTO((int, char **)); 63 64 int load PROTO((int, char **)); 64 65 int lookup PROTO((int, char **)); … … 138 139 int zplot PROTO((int, char **)); 139 140 int zcplot PROTO((int, char **)); 141 142 // ??? 143 // int mtype PROTO((int, char **)); 144 // {1, "mtype", mtype, "return the type of the defined buffer"}, 140 145 141 146 static Command cmds[] = { … … 269 274 {1, "vclip", vclip, "clip values in a vector to be within a range"}, 270 275 {1, "vectors", list_vectors, "list vectors"}, 276 {1, "vtype", vtype, "return the vector type (FLT or INT)"}, 271 277 {1, "vgauss", vgauss, "fit a Gaussian to a vector"}, 272 278 {1, "vellipse", vellipse, "fit a Ellipse to a vector pair"},
Note:
See TracChangeset
for help on using the changeset viewer.
