Changeset 40291 for trunk/Ohana/src/libdvo/include/dvodb.h
- Timestamp:
- Dec 13, 2017, 10:53:48 AM (9 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/include/dvodb.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/libdvo/include/dvodb.h
r39633 r40291 3 3 4 4 # define MEASURE_HAS_XCCD 1 5 6 // Some values used by code moved to libdvo from opihi. 7 enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT}; 8 # define opihi_flt double 9 // # define opihi_int int64_t 10 # define opihi_int long long int 11 # define OPIHI_INT_FMT "%lld" 5 12 6 13 typedef enum { … … 236 243 MEAS_EXTERN_ID, 237 244 MEAS_EXPNAME_AS_INT, 238 MEAS_MCAL_OFFSET, // make this a dvoMagOption? 245 MEAS_MCAL_OFFSET_PSF, // make this a dvoMagOption? 246 MEAS_MCAL_OFFSET_APER, // make this a dvoMagOption? 239 247 MEAS_FLAT, 240 248 MEAS_CENTER_OFFSET, … … 369 377 IMAGE_XM, 370 378 IMAGE_AIRMASS, 371 IMAGE_MCAL, 379 IMAGE_MCAL_PSF, 380 IMAGE_MCAL_APER, 372 381 IMAGE_dMCAL, 373 382 IMAGE_PHOTCODE, … … 471 480 char type; 472 481 int field; 473 //opihi_flt FltValue;474 //opihi_int IntValue;475 double FltValue;476 int IntValue;482 opihi_flt FltValue; 483 opihi_int IntValue; 484 // double FltValue; 485 // int IntValue; 477 486 } dbStack; 478 487 479 488 typedef struct { 480 //opihi_flt Flt;481 //opihi_int Int;482 double Flt;483 int Int;489 opihi_flt Flt; 490 opihi_int Int; 491 // double Flt; 492 // int Int; 484 493 } dbValue; 485 494 … … 562 571 int dbExtractImagesReset (void); 563 572 564 // Some values used by code moved to libdvo from opihi.565 enum {OPIHI_NOTYPE, OPIHI_FLT, OPIHI_INT};566 #define opihi_flt double567 #define opihi_int int568 569 573 #include "get_graphdata.h" 570 574
Note:
See TracChangeset
for help on using the changeset viewer.
