IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16013


Ignore:
Timestamp:
Jan 6, 2008, 1:43:26 PM (18 years ago)
Author:
eugene
Message:

adding command to set colormap in kapa

Location:
trunk/Ohana/src/opihi/cmd.data
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/Makefile

    r16005 r16013  
    114114$(SRC)/textline.$(ARCH).o          \
    115115$(SRC)/tv.$(ARCH).o                \
     116$(SRC)/tvchannel.$(ARCH).o         \
     117$(SRC)/tvcolors.$(ARCH).o          \
    116118$(SRC)/tvcontour.$(ARCH).o         \
    117119$(SRC)/tvgrid.$(ARCH).o    \
  • trunk/Ohana/src/opihi/cmd.data/init.c

    r16005 r16013  
    9797int textline         PROTO((int, char **));
    9898int tv               PROTO((int, char **));
     99int tvchannel        PROTO((int, char **));
     100int tvcolors         PROTO((int, char **));
    99101int tvcontour        PROTO((int, char **));
    100102int tvgrid           PROTO((int, char **));
     
    216218  {"textline",     textline,         "write text line on graph"},
    217219  {"tv",           tv,               "display an image on the Kii window"},
     220  {"tvchannel",    tvchannel,        "set the current tv channel"},
     221  {"tvcolors",     tvcolors,         "set the tv colormap"},
    218222  {"tvcontour",    tvcontour,        "send contour to overlay"},
    219223  {"tvgrid",       tvgrid,           "wait until return is typed"},
Note: See TracChangeset for help on using the changeset viewer.