Changeset 40545 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Oct 19, 2018, 10:16:47 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/init.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/init.c
r40522 r40545 89 89 int medimage_command PROTO((int, char **)); 90 90 int mset PROTO((int, char **)); 91 int mprint PROTO((int, char **)); 91 92 int needles PROTO((int, char **)); 92 93 int nnet_command PROTO((int, char **)); … … 99 100 int point PROTO((int, char **)); 100 101 int ps PROTO((int, char **)); 101 int print_vectorsPROTO((int, char **));102 int vprint PROTO((int, char **)); 102 103 int queuelist PROTO((int, char **)); 103 104 int queueload PROTO((int, char **)); … … 274 275 {1, "mset", mset, "insert a vector in an image"}, 275 276 {1, "imset", mset, "insert a vector in an image"}, 277 {1, "mprint", mprint, "print a region of an image"}, 276 278 {1, "needles", needles, "plot vectors needles"}, 277 279 {1, "nnet", nnet_command, "Neural Network commands"}, … … 285 287 {1, "ppm", jpeg, "convert display graphic to PPM"}, 286 288 {1, "ps", ps, "convert display to PostScript"}, 287 {1, "print_vectors", print_vectors, "print a set of vectors"}, 289 {1, "print_vectors", vprint, "print a set of vectors"}, 290 {1, "vprint", vprint, "print a set of vectors"}, 288 291 {1, "queuedelete", queuedelete, "delete a queue"}, 289 292 {1, "queuedrop", queuedrop, "drop values from queue matching a key"},
Note:
See TracChangeset
for help on using the changeset viewer.
