IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2015, 12:37:17 PM (11 years ago)
Author:
eugene
Message:

rename some dvo-internal structures and enums to enable macro-ization and to avoid namespace collisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20150429/src/opihi/dvo/gstar.c

    r37246 r38352  
    235235
    236236  /* lock, load, unlock catalog */
    237   catalog.catflags = LOAD_AVES | LOAD_SECF;
    238   catalog.catflags |= GetMeasures ? LOAD_MEAS : SKIP_MEAS;
     237  catalog.catflags = DVO_LOAD_AVERAGE | DVO_LOAD_SECFILT;
     238  catalog.catflags |= GetMeasures ? DVO_LOAD_MEASURE : DVO_SKIP_MEASURE;
    239239  catalog.Nsecfilt = 0;
    240240
Note: See TracChangeset for help on using the changeset viewer.