IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2018, 9:42:25 AM (8 years ago)
Author:
eugene
Message:

add strstr function to opihi; add triangular masking function

File:
1 edited

Legend:

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

    r40383 r40522  
    138138int textline         PROTO((int, char **));
    139139int threshold        PROTO((int, char **));
     140int triangle         PROTO((int, char **));
    140141int tv               PROTO((int, char **));
    141142int tvchannel        PROTO((int, char **));
     
    323324  {1, "textline",     textline,         "write text line on graph"},
    324325  {1, "threshold",    threshold,        "find (interpolate) location of transition"},
     326  {1, "triangle",     triangle,         "fill a triangular region with a value"},
    325327  {1, "tv",           tv,               "display an image on the Kii window"},
    326328  {1, "tvchannel",    tvchannel,        "set the current tv channel"},
Note: See TracChangeset for help on using the changeset viewer.