- Timestamp:
- Dec 17, 2013, 10:28:08 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20131211/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20131211/Ohana/src/opihi/cmd.data/Makefile
r36375 r36399 25 25 $(SRC)/book.$(ARCH).o \ 26 26 $(SRC)/book_commands.$(ARCH).o \ 27 $(SRC)/cast.$(ARCH).o \ 27 28 $(SRC)/center.$(ARCH).o \ 28 29 $(SRC)/clear.$(ARCH).o \ -
branches/eam_branches/ipp-20131211/Ohana/src/opihi/cmd.data/init.c
r36375 r36399 10 10 int center PROTO((int, char **)); 11 11 int parity PROTO((int, char **)); 12 int cast PROTO((int, char **)); 12 13 int circstats PROTO((int, char **)); 13 14 int clear PROTO((int, char **)); … … 164 165 {1, "buffers", list_buffers, "list the currently allocated buffers (images)"}, 165 166 {1, "center", center, "center image on coords"}, 167 {1, "cast", cast, "cast input vector to specified type"}, 166 168 {1, "circstats", circstats, "circular statistics"}, 167 169 {1, "clear", clear, "erase plot"},
Note:
See TracChangeset
for help on using the changeset viewer.
