IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adding command to set colormap in kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.