Home
last modified time | relevance | path

Searched refs:resolFlags (Results 1 – 2 of 2) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A DGribV1Record.cpp607 resolFlags = readChar(file); // byte 17 in readGribSection2_GDS()
621 hasDiDj = (resolFlags&0x80) !=0; in readGribSection2_GDS()
622 isEarthSpheric = (resolFlags&0x40) ==0; in readGribSection2_GDS()
623 isUeastVnorth = (resolFlags&0x08) ==0; in readGribSection2_GDS()
H A DGribRecord.h298 zuchar resolFlags, scanFlags; variable