#include <string>
#include <vector>
#include "WsfCoverageAccessInterval.hpp"
Go to the source code of this file.
|
| void | wsf::coverage::MeasureUtils::ComputeGaps (std::vector< AccessInterval > &aGaps, std::vector< AccessInterval > &aIntervals, const AccessInterval &aCoverageInterval, const std::string &aMoE_Type, const std::string &aMoE_ObjectName) |
| long | wsf::coverage::MeasureUtils::GetIntervalStartSample (const AccessInterval &aInterval, const UtCalendar &aStartEpoch, double aCoverageStart, double aSampleDuration) |
| long | wsf::coverage::MeasureUtils::GetIntervalEndSample (const AccessInterval &aInterval, const UtCalendar &aStartEpoch, double aCoverageStart, double aSampleDuration) |