Changeset 6684 for trunk/Ohana/src/opihi/cmd.data/init.c
- Timestamp:
- Mar 26, 2006, 1:14:47 PM (20 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
r6642 r6684 9 9 int clear PROTO((int, char **)); 10 10 int clip PROTO((int, char **)); 11 int close_device PROTO((int, char **)); 11 12 int concat PROTO((int, char **)); 12 13 int contour PROTO((int, char **)); … … 115 116 {"clear", clear, "erase plot"}, 116 117 {"clip", clip, "clip values in a buffer to be within a range"}, 118 {"close", close_device, "close the current display device"}, 117 119 {"concat", concat, "reduce vector dimension"}, 118 120 {"contour", contour, "create contour from image"},
Note:
See TracChangeset
for help on using the changeset viewer.
