Changeset 40522 for trunk/Ohana/src/opihi/cmd.data
- Timestamp:
- Aug 29, 2018, 9:42:25 AM (8 years ago)
- Location:
- trunk/Ohana/src/opihi/cmd.data
- Files:
-
- 1 added
- 2 edited
-
Makefile (modified) (1 diff)
-
init.c (modified) (2 diffs)
-
triangle.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/Makefile
r40383 r40522 153 153 $(SRC)/textline.$(ARCH).o \ 154 154 $(SRC)/threshold.$(ARCH).o \ 155 $(SRC)/triangle.$(ARCH).o \ 155 156 $(SRC)/tv.$(ARCH).o \ 156 157 $(SRC)/tvchannel.$(ARCH).o \ -
trunk/Ohana/src/opihi/cmd.data/init.c
r40383 r40522 138 138 int textline PROTO((int, char **)); 139 139 int threshold PROTO((int, char **)); 140 int triangle PROTO((int, char **)); 140 141 int tv PROTO((int, char **)); 141 142 int tvchannel PROTO((int, char **)); … … 323 324 {1, "textline", textline, "write text line on graph"}, 324 325 {1, "threshold", threshold, "find (interpolate) location of transition"}, 326 {1, "triangle", triangle, "fill a triangular region with a value"}, 325 327 {1, "tv", tv, "display an image on the Kii window"}, 326 328 {1, "tvchannel", tvchannel, "set the current tv channel"},
Note:
See TracChangeset
for help on using the changeset viewer.
