IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2020, 3:19:09 PM (6 years ago)
Author:
eugene
Message:

adding string-type vectors to opihi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvodb.h

    r40463 r41269  
    55
    66// Some values used by code moved to libdvo from opihi.
    7 enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT};
     7typedef enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT, OPIHI_STR} opihiVectorTypes;
     8
    89# define opihi_flt double
    9 // # define opihi_int int64_t
    1010# define opihi_int long long int
    1111# define OPIHI_INT_FMT "%lld"
     12
     13// # define opihi_int int64_t
    1214
    1315typedef enum {
Note: See TracChangeset for help on using the changeset viewer.