Project
Loading...
Searching...
No Matches
o2::tpc::dcs::DataPoint< T > Struct Template Reference

#include <DCS.h>

Public Member Functions

bool equalTime (const DataPoint &other) const
 
bool operator< (const DataPoint &other) const
 
bool operator< (const TimeStampType timeStamp) const
 
DataPoint operator+ (const DataPoint &other) const
 
DataPoint operator/ (const DataType denom) const
 
 ClassDefNV (DataPoint, 1)
 

Public Attributes

TimeStampType time
 
value
 

Detailed Description

template<typename T>
struct o2::tpc::dcs::DataPoint< T >

Data point keeping value and time information

Definition at line 47 of file DCS.h.

Member Function Documentation

◆ ClassDefNV()

template<typename T >
o2::tpc::dcs::DataPoint< T >::ClassDefNV ( DataPoint< T >  ,
 
)

◆ equalTime()

template<typename T >
bool o2::tpc::dcs::DataPoint< T >::equalTime ( const DataPoint< T > &  other) const
inline

Definition at line 51 of file DCS.h.

◆ operator+()

template<typename T >
DataPoint o2::tpc::dcs::DataPoint< T >::operator+ ( const DataPoint< T > &  other) const
inline

Definition at line 54 of file DCS.h.

◆ operator/()

template<typename T >
DataPoint o2::tpc::dcs::DataPoint< T >::operator/ ( const DataType  denom) const
inline

Definition at line 55 of file DCS.h.

◆ operator<() [1/2]

template<typename T >
bool o2::tpc::dcs::DataPoint< T >::operator< ( const DataPoint< T > &  other) const
inline

Definition at line 52 of file DCS.h.

◆ operator<() [2/2]

template<typename T >
bool o2::tpc::dcs::DataPoint< T >::operator< ( const TimeStampType  timeStamp) const
inline

Definition at line 53 of file DCS.h.

Member Data Documentation

◆ time

template<typename T >
TimeStampType o2::tpc::dcs::DataPoint< T >::time

Definition at line 48 of file DCS.h.

◆ value

template<typename T >
T o2::tpc::dcs::DataPoint< T >::value

Definition at line 49 of file DCS.h.


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