1 #include <sdet/QualityCuts.h>
10 if (fTimeRange == time)
16 time.GetUTCDateTime(year, month, day);
18 VManager::IndexMap indexMap;
19 indexMap[
"year"] = boost::lexical_cast<
string>(
year);
20 indexMap[
"month"] = boost::lexical_cast<
string>(month);
21 indexMap[
"day"] = boost::lexical_cast<
string>(
day);
25 typedef list<pair<int, int>> LII;
26 static LII stationMask;
30 manager.GetData(stationMask,
"quality_cuts",
"stationMasks", indexMap);
32 fStationQualityCuts.clear();
34 for (LII::const_iterator it = stationMask.begin();
35 it != stationMask.end(); ++it) {
36 const int stationId = it->first;
37 const int mask = it->second;
38 fStationQualityCuts.emplace_back(stationId, mask);
void Update(const utl::TimeStamp &time)
A TimeStamp holds GPS second and nanosecond for some event.
Status
Return code for seek operation.