Apama Capital Markets Foundation  10.11.0.0
com::softwareag::marketdata::TimestampSet Class Reference

#include <Connectivity_MDInterfaces.h>

Public Member Functions

 TimestampSet ()
 
void addNow (TimestampSetIndex index)
 
void addTime (TimestampSetIndex index, TimestampSetTime time)
 
TimestampSetTime findTime (TimestampSetIndex index)
 
map_t & getTimeStamp ()
 

Detailed Description

TimestampSet class for recording latency

Constructor & Destructor Documentation

◆ TimestampSet()

com::softwareag::marketdata::TimestampSet::TimestampSet ( )
inline

TimestampSet constructor

Member Function Documentation

◆ addNow()

void com::softwareag::marketdata::TimestampSet::addNow ( TimestampSetIndex  index)

Adds current time to timestamp map.

Parameters
indexTimestampSetIndex index.

◆ addTime()

void com::softwareag::marketdata::TimestampSet::addTime ( TimestampSetIndex  index,
TimestampSetTime  time 
)

Adds given time to timestamp map.

Parameters
indexTimestampSetIndex index.
timeTimestampSetTime time.

◆ findTime()

TimestampSetTime com::softwareag::marketdata::TimestampSet::findTime ( TimestampSetIndex  index)

finds time for given TimestampSetIndex index

Parameters
indexTimestampSetIndex index.
Returns
TimestampSetTime.

◆ getTimeStamp()

map_t& com::softwareag::marketdata::TimestampSet::getTimeStamp ( )
inline

getTimeStamp method

Returns
map of timestamps.

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