Changeset 40319 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Jan 23, 2018, 10:11:50 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r40291 r40319 89 89 int mset PROTO((int, char **)); 90 90 int needles PROTO((int, char **)); 91 int nnet_command PROTO((int, char **)); 91 92 int peak PROTO((int, char **)); 92 93 int periodogram PROTO((int, char **)); … … 270 271 {1, "imset", mset, "insert a vector in an image"}, 271 272 {1, "needles", needles, "plot vectors needles"}, 273 {1, "nnet", nnet_command, "Neural Network commands"}, 272 274 {1, "parity", parity, "set image parity"}, 273 275 {1, "peak", peak, "find vector peak in range"},
Note:
See TracChangeset
for help on using the changeset viewer.
