- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/cmd.data/init.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/cmd.data/init.c
r31667 r34041 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 **)); … … 111 112 int swapbytes PROTO((int, char **)); 112 113 int textline PROTO((int, char **)); 114 int threshold PROTO((int, char **)); 113 115 int tv PROTO((int, char **)); 114 116 int tvchannel PROTO((int, char **)); … … 138 140 int zplot PROTO((int, char **)); 139 141 int zcplot PROTO((int, char **)); 142 143 // ??? 144 // int mtype PROTO((int, char **)); 145 // {1, "mtype", mtype, "return the type of the defined buffer"}, 140 146 141 147 static Command cmds[] = { … … 257 263 {1, "swapbytes", swapbytes, "byte swap thing"}, 258 264 {1, "textline", textline, "write text line on graph"}, 265 {1, "threshold", threshold, "find (interpolate) location of transition"}, 259 266 {1, "tv", tv, "display an image on the Kii window"}, 260 267 {1, "tvchannel", tvchannel, "set the current tv channel"}, … … 269 276 {1, "vclip", vclip, "clip values in a vector to be within a range"}, 270 277 {1, "vectors", list_vectors, "list vectors"}, 278 {1, "vtype", vtype, "return the vector type (FLT or INT)"}, 271 279 {1, "vgauss", vgauss, "fit a Gaussian to a vector"}, 272 280 {1, "vellipse", vellipse, "fit a Ellipse to a vector pair"},
Note:
See TracChangeset
for help on using the changeset viewer.
