IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2012, 2:19:56 PM (14 years ago)
Author:
eugene
Message:

improve verbosity; clear some memory leaks in parallel ops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.data/init.c

    r33476 r33600  
    112112int swapbytes        PROTO((int, char **));
    113113int textline         PROTO((int, char **));
     114int threshold        PROTO((int, char **));
    114115int tv               PROTO((int, char **));
    115116int tvchannel        PROTO((int, char **));
     
    262263  {1, "swapbytes",    swapbytes,        "byte swap thing"},
    263264  {1, "textline",     textline,         "write text line on graph"},
     265  {1, "threshold",    threshold,        "find (interpolate) location of transition"},
    264266  {1, "tv",           tv,               "display an image on the Kii window"},
    265267  {1, "tvchannel",    tvchannel,        "set the current tv channel"},
Note: See TracChangeset for help on using the changeset viewer.