12#ifndef WSFCOVERAGEMEASUREUTILS_HPP
13#define WSFCOVERAGEMEASUREUTILS_HPP
47 std::vector<AccessInterval>& aIntervals,
48 const AccessInterval& aCoverageInterval,
49 const std::string& aMoE_Type,
50 const std::string& aMoE_ObjectName);
59 const UtCalendar& aStartEpoch,
60 double aCoverageStart,
61 double aSampleDuration);
70 const UtCalendar& aStartEpoch,
71 double aCoverageStart,
72 double aSampleDuration);
Definition WsfCoverageAccessInterval.hpp:28
Definition WsfCoverageMeasureUtils.cpp:27
void ComputeGaps(std::vector< AccessInterval > &aGaps, std::vector< AccessInterval > &aIntervals, const AccessInterval &aCoverageInterval, const std::string &aMoE_Type, const std::string &aMoE_ObjectName)
Definition WsfCoverageMeasureUtils.cpp:29
long GetIntervalStartSample(const AccessInterval &aInterval, const UtCalendar &aStartEpoch, double aCoverageStart, double aSampleDuration)
Definition WsfCoverageMeasureUtils.cpp:69
long GetIntervalEndSample(const AccessInterval &aInterval, const UtCalendar &aStartEpoch, double aCoverageStart, double aSampleDuration)
Definition WsfCoverageMeasureUtils.cpp:81
Definition WsfCoverage.cpp:35
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32