65 typedef std::map<SatID, ObsRngDev>
ORDMap;
69 ORDMap::iterator i =
ords.find(
svid);
77 if (cm.isOffsetValid(
time))
88 for (i =
ords.begin(); i !=
ords.end(); i++)
89 i->second.applyClockOffset(offset);
104 <<
" clk=" <<
oe.clockOffset << std::endl;
105 ORDMap::const_iterator i;
106 for (i=
oe.ords.begin(); i!=
oe.ords.end(); i++)
107 s << i->second << std::endl;
114 typedef std::map<gnsstk::CommonTime, gnsstk::ORDEpoch>
ORDEpochMap;