Changeset 7949
- Timestamp:
- Jul 20, 2006, 2:39:40 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/Makefile
r6684 r7949 63 63 $(SDIR)/list_vectors.$(ARCH).o \ 64 64 $(SDIR)/load.$(ARCH).o \ 65 $(SDIR)/lookup.$(ARCH).o \ 65 66 $(SDIR)/mcreate.$(ARCH).o \ 66 67 $(SDIR)/medacc.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.data/init.c
r6684 r7949 48 48 int list_vectors PROTO((int, char **)); 49 49 int load PROTO((int, char **)); 50 int lookup PROTO((int, char **)); 50 51 int mcreate PROTO((int, char **)); 51 52 int medacc PROTO((int, char **)); … … 157 158 {"vectors", list_vectors, "list vectors"}, 158 159 {"load", load, "load an SAOimage style overlay"}, 160 {"lookup", lookup, "convert vector via lookup table (vector pair)"}, 159 161 {"mcreate", mcreate, "create a matrix"}, 160 162 {"medacc", medacc, "accumulate vector values in another vector"},
Note:
See TracChangeset
for help on using the changeset viewer.
