Changeset 15927
- Timestamp:
- Dec 24, 2007, 5:48:28 PM (18 years ago)
- Location:
- branches/eam_branch_20071222/Ohana/src/opihi/cmd.data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071222/Ohana/src/opihi/cmd.data/Makefile
r13615 r15927 113 113 $(SRC)/textline.$(ARCH).o \ 114 114 $(SRC)/tv.$(ARCH).o \ 115 $(SRC)/tvchannel.$(ARCH).o \ 115 116 $(SRC)/tvcontour.$(ARCH).o \ 116 117 $(SRC)/tvgrid.$(ARCH).o \ -
branches/eam_branch_20071222/Ohana/src/opihi/cmd.data/init.c
r13615 r15927 96 96 int textline PROTO((int, char **)); 97 97 int tv PROTO((int, char **)); 98 int tvchannel PROTO((int, char **)); 98 99 int tvcontour PROTO((int, char **)); 99 100 int tvgrid PROTO((int, char **)); … … 214 215 {"textline", textline, "write text line on graph"}, 215 216 {"tv", tv, "display an image on the Kii window"}, 217 {"tvchannel", tvchannel, "set the current tv channel"}, 216 218 {"tvcontour", tvcontour, "send contour to overlay"}, 217 219 {"tvgrid", tvgrid, "wait until return is typed"},
Note:
See TracChangeset
for help on using the changeset viewer.
