Changeset 3105 for trunk/Ohana/src/opihi/cmd.data
- Timestamp:
- Jan 28, 2005, 5:17:26 AM (21 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/Makefile
r2843 r3105 72 72 $(SDIR)/peak.$(ARCH).o \ 73 73 $(SDIR)/plot.$(ARCH).o \ 74 $(SDIR)/dot.$(ARCH).o \ 74 75 $(SDIR)/point.$(ARCH).o \ 75 76 $(SDIR)/ps.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.data/init.c
r2843 r3105 53 53 int peak PROTO((int, char **)); 54 54 int plot PROTO((int, char **)); 55 int dot PROTO((int, char **)); 55 56 int point PROTO((int, char **)); 56 57 int pop PROTO((int, char **)); … … 152 153 {"peak", peak, "find vector peak in range"}, 153 154 {"plot", plot, "plot a pair of vectors"}, 155 {"dot", dot, "plot a single point"}, 154 156 {"point", point, "load overlay with single point"}, 155 157 {"ps", ps, "define labels for plot"}, -
trunk/Ohana/src/opihi/cmd.data/plot.c
r2843 r3105 123 123 124 124 } 125 126
Note:
See TracChangeset
for help on using the changeset viewer.
