IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2012, 5:35:44 AM (14 years ago)
Author:
eugene
Message:

add tools for querying vector and buffer information

File:
1 edited

Legend:

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

    r31667 r33476  
    6161int header           PROTO((int, char **));
    6262int list_vectors     PROTO((int, char **));
     63int vtype            PROTO((int, char **));
    6364int load             PROTO((int, char **));
    6465int lookup           PROTO((int, char **));
     
    138139int zplot            PROTO((int, char **));
    139140int zcplot            PROTO((int, char **));
     141
     142// ???
     143// int mtype            PROTO((int, char **));
     144//  {1, "mtype",        mtype,            "return the type of the defined buffer"},
    140145
    141146static Command cmds[] = { 
     
    269274  {1, "vclip",        vclip,            "clip values in a vector to be within a range"},
    270275  {1, "vectors",      list_vectors,     "list vectors"},
     276  {1, "vtype",        vtype,            "return the vector type (FLT or INT)"},
    271277  {1, "vgauss",       vgauss,           "fit a Gaussian to a vector"},
    272278  {1, "vellipse",     vellipse,         "fit a Ellipse to a vector pair"},
Note: See TracChangeset for help on using the changeset viewer.