Open Reality Reference Guide
 
Loading...
Searching...
No Matches
FBTimeSpan Class Reference

TimeSpan class. More...

#include <fbtime.h>

Public Member Functions

 FBTimeSpan (FBTime pStart=0, FBTime pStop=0)
 Constructor.
 
FBTimeGetStart ()
 Get the start/stop time.
 
FBTimeGetStop ()
 
const FBTimeGetStart () const
 
const FBTimeGetStop () const
 
void Set (FBTime pStart, FBTime pStop)
 Set the TimeSpan.
 
FBTime GetDuration ()
 Get the unsigned duration value of a timespan.
 
FBTime GetSignedDuration ()
 Get the signed duration value of a timespan.
 
int GetDirection ()
 Get the direction of the timespan.
 
bool operator& (FBTime &pTime)
 Verify if pTime is contained within the timespan.
 
FBTimeSpan operator& (FBTimeSpan &pTimeSpan)
 Calculate the intersection of two timespans.
 

Detailed Description

TimeSpan class.

Definition at line 409 of file fbtime.h.

Constructor & Destructor Documentation

◆ FBTimeSpan()

FBTimeSpan ( FBTime  pStart = 0,
FBTime  pStop = 0 
)

Constructor.

Parameters
pStartStart time(default=0).
pStopStop time(default=0).

Member Function Documentation

◆ GetDirection()

int GetDirection ( )

Get the direction of the timespan.

Returns 1 if positive, -1 otherwise.

Returns
Direction of timespan.

◆ GetDuration()

FBTime GetDuration ( )

Get the unsigned duration value of a timespan.

Returns
Unsigned duration of the timespan.

◆ GetSignedDuration()

FBTime GetSignedDuration ( )

Get the signed duration value of a timespan.

Returns
Signed duration of the timespan.

◆ GetStart()

FBTime & GetStart ( )

Get the start/stop time.

Returns
Start/Stop time.

◆ operator&() [1/2]

bool operator& ( FBTime pTime)

Verify if pTime is contained within the timespan.

Parameters
pTimeTime to verify if within the timespan.
Returns
true if pTime is within the timespan.

◆ operator&() [2/2]

FBTimeSpan operator& ( FBTimeSpan pTimeSpan)

Calculate the intersection of two timespans.

Returns
Timespan representing the intersection of the two timespans.

◆ Set()

void Set ( FBTime  pStart,
FBTime  pStop 
)

Set the TimeSpan.

Parameters
pStartStart time.
pStopStop time.

The documentation for this class was generated from the following file: