Apama Capital Markets Foundation  10.7.0.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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

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

TimestampSet constructor

Member Function Documentation

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

Adds current time to timestamp map.

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

Adds given time to timestamp map.

Parameters
indexTimestampSetIndex index.
timeTimestampSetTime time.
TimestampSetTime com::softwareag::marketdata::TimestampSet::findTime ( TimestampSetIndex  index)

finds time for given TimestampSetIndex index

Parameters
indexTimestampSetIndex index.
Returns
TimestampSetTime.
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: