IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15927


Ignore:
Timestamp:
Dec 24, 2007, 5:48:28 PM (18 years ago)
Author:
eugene
Message:

adding tvchannel

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  
    113113$(SRC)/textline.$(ARCH).o          \
    114114$(SRC)/tv.$(ARCH).o                \
     115$(SRC)/tvchannel.$(ARCH).o         \
    115116$(SRC)/tvcontour.$(ARCH).o         \
    116117$(SRC)/tvgrid.$(ARCH).o    \
  • branches/eam_branch_20071222/Ohana/src/opihi/cmd.data/init.c

    r13615 r15927  
    9696int textline         PROTO((int, char **));
    9797int tv               PROTO((int, char **));
     98int tvchannel        PROTO((int, char **));
    9899int tvcontour        PROTO((int, char **));
    99100int tvgrid           PROTO((int, char **));
     
    214215  {"textline",     textline,         "write text line on graph"},
    215216  {"tv",           tv,               "display an image on the Kii window"},
     217  {"tvchannel",    tvchannel,        "set the current tv channel"},
    216218  {"tvcontour",    tvcontour,        "send contour to overlay"},
    217219  {"tvgrid",       tvgrid,           "wait until return is typed"},
Note: See TracChangeset for help on using the changeset viewer.