Classes | Functions

acstimeEpochHelper.h File Reference

#include "acstimeTimeUtil.h"
#include "acstimeDurationHelper.h"
Include dependency graph for acstimeEpochHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EpochHelper

Functions

DurationHelperoperator% (const EpochHelper &, const ACS::TimeInterval &)
DurationHelperoperator% (const ACS::TimeInterval &, const EpochHelper &)

Detailed Description

Header file for EpochHelper


Function Documentation

DurationHelper* operator% ( const EpochHelper ,
const ACS::TimeInterval &   
)

Implemented this modulo operand to fulfill the requirements on an SPR from Correlator. Caller is responsible for deleting the DurationHelper allocated by this operand.

Parameters:
EpochHelper 
TimeInterval 
Returns:
Result of the modulo operand (EpochHelper.value().value % TimeInterval)
DurationHelper* operator% ( const ACS::TimeInterval &  ,
const EpochHelper  
)

Implemented this modulo operand to fulfill the requirements on an SPR from Correlator. Caller is responsible for deleting the DurationHelper allocated by this operand.

Parameters:
TimeInterval 
EpochHelper 
Returns:
Result of the modulo operand (TimeInterval % EpochHelper.value().value)