ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::Version_7::FrEventStorage Class Reference

#include <FrEvent.hh>

Inheritance diagram for FrameCPP::Version_7::FrEventStorage:

Classes

struct  data_type
 

Public Types

typedef FR_EVENT_NAME_TYPE name_type
 
typedef FR_EVENT_COMMENT_TYPE comment_type
 
typedef FR_EVENT_INPUTS_TYPE inputs_type
 
typedef FR_EVENT_TIME_TYPE time_type
 
typedef FR_EVENT_TIME_BEFORE_TYPE timeBefore_type
 
typedef FR_EVENT_TIME_AFTER_TYPE timeAfter_type
 
typedef FR_EVENT_EVENT_STATUS_TYPE eventStatus_type
 
typedef FR_EVENT_AMPLITUDE_TYPE amplitude_type
 
typedef FR_EVENT_PROBABILITY_TYPE probability_type
 
typedef FR_EVENT_STATISTICS_TYPE statistics_type
 
typedef FR_EVENT_PARAM_NAME_TYPE paramName_type
 
typedef FR_EVENT_PARAM_VALUE_TYPE paramValue_type
 
typedef FR_EVENT_N_PARAM_TYPE nParam_type
 
typedef std::pair< paramName_type, paramValue_typeParam_type
 
typedef std::vector< Param_typeParamList_type
 

Public Member Functions

 FrEventStorage ()
 
 FrEventStorage (const FrEventStorage &Source)
 
 FrEventStorage (const Previous::FrEventStorage &Source)
 
const name_typeGetName () const
 
const comment_typeGetComment () const
 
const inputs_typeGetInputs () const
 
const time_typeGetGTime () const
 
timeBefore_type GetTimeBefore () const
 
timeAfter_type GetTimeAfter () const
 
eventStatus_type GetEventStatus () const
 
amplitude_type GetAmplitude () const
 
probability_type GetProbability () const
 
const statistics_typeGetStatistics () const
 
const ParamList_typeGetParam () const
 
ParamList_typeGetParam ()
 
 FrEventStorage ()
 
 FrEventStorage (const FrEventStorage &Source)
 
 FrEventStorage (const Previous::FrEventStorage &Source)
 
const name_typeGetName () const
 
const comment_typeGetComment () const
 
const inputs_typeGetInputs () const
 
const time_typeGetGTime () const
 
timeBefore_type GetTimeBefore () const
 
timeAfter_type GetTimeAfter () const
 
eventStatus_type GetEventStatus () const
 
amplitude_type GetAmplitude () const
 
probability_type GetProbability () const
 
const statistics_typeGetStatistics () const
 
const ParamList_typeGetParam () const
 
ParamList_typeGetParam ()
 

Protected Attributes

data_type m_data
 

Member Typedef Documentation

◆ amplitude_type

◆ comment_type

◆ eventStatus_type

◆ inputs_type

◆ name_type

◆ nParam_type

◆ Param_type

◆ ParamList_type

◆ paramName_type

◆ paramValue_type

◆ probability_type

◆ statistics_type

◆ time_type

◆ timeAfter_type

◆ timeBefore_type

Constructor & Destructor Documentation

◆ FrEventStorage() [1/6]

FrameCPP::Version_7::FrEventStorage::FrEventStorage ( )
inline

◆ FrEventStorage() [2/6]

FrameCPP::Version_7::FrEventStorage::FrEventStorage ( const FrEventStorage & Source)
inline

◆ FrEventStorage() [3/6]

FrameCPP::Version_7::FrEventStorage::FrEventStorage ( const Previous::FrEventStorage & Source)
inline

◆ FrEventStorage() [4/6]

FrameCPP::Version_7::FrEventStorage::FrEventStorage ( )

◆ FrEventStorage() [5/6]

FrameCPP::Version_7::FrEventStorage::FrEventStorage ( const FrEventStorage & Source)

◆ FrEventStorage() [6/6]

FrameCPP::Version_7::FrEventStorage::FrEventStorage ( const Previous::FrEventStorage & Source)

Member Function Documentation

◆ GetAmplitude() [1/2]

FrEventStorage::amplitude_type FrameCPP::Version_7::FrEventStorage::GetAmplitude ( ) const
inline

◆ GetAmplitude() [2/2]

amplitude_type FrameCPP::Version_7::FrEventStorage::GetAmplitude ( ) const

◆ GetComment() [1/2]

const FrEventStorage::comment_type & FrameCPP::Version_7::FrEventStorage::GetComment ( ) const
inline

◆ GetComment() [2/2]

const comment_type & FrameCPP::Version_7::FrEventStorage::GetComment ( ) const

◆ GetEventStatus() [1/2]

FrEventStorage::eventStatus_type FrameCPP::Version_7::FrEventStorage::GetEventStatus ( ) const
inline

◆ GetEventStatus() [2/2]

eventStatus_type FrameCPP::Version_7::FrEventStorage::GetEventStatus ( ) const

◆ GetGTime() [1/2]

const FrEventStorage::time_type & FrameCPP::Version_7::FrEventStorage::GetGTime ( ) const
inline

◆ GetGTime() [2/2]

const time_type & FrameCPP::Version_7::FrEventStorage::GetGTime ( ) const

◆ GetInputs() [1/2]

const FrEventStorage::inputs_type & FrameCPP::Version_7::FrEventStorage::GetInputs ( ) const
inline

◆ GetInputs() [2/2]

const inputs_type & FrameCPP::Version_7::FrEventStorage::GetInputs ( ) const

◆ GetName() [1/2]

const FrEventStorage::name_type & FrameCPP::Version_7::FrEventStorage::GetName ( ) const
inline

◆ GetName() [2/2]

const name_type & FrameCPP::Version_7::FrEventStorage::GetName ( ) const

◆ GetParam() [1/4]

FrEventStorage::ParamList_type & FrameCPP::Version_7::FrEventStorage::GetParam ( )
inline

◆ GetParam() [2/4]

ParamList_type & FrameCPP::Version_7::FrEventStorage::GetParam ( )

◆ GetParam() [3/4]

const FrEventStorage::ParamList_type & FrameCPP::Version_7::FrEventStorage::GetParam ( ) const
inline

◆ GetParam() [4/4]

const ParamList_type & FrameCPP::Version_7::FrEventStorage::GetParam ( ) const

◆ GetProbability() [1/2]

FrEventStorage::probability_type FrameCPP::Version_7::FrEventStorage::GetProbability ( ) const
inline

◆ GetProbability() [2/2]

probability_type FrameCPP::Version_7::FrEventStorage::GetProbability ( ) const

◆ GetStatistics() [1/2]

const FrEventStorage::statistics_type & FrameCPP::Version_7::FrEventStorage::GetStatistics ( ) const
inline

◆ GetStatistics() [2/2]

const statistics_type & FrameCPP::Version_7::FrEventStorage::GetStatistics ( ) const

◆ GetTimeAfter() [1/2]

FrEventStorage::timeAfter_type FrameCPP::Version_7::FrEventStorage::GetTimeAfter ( ) const
inline

◆ GetTimeAfter() [2/2]

timeAfter_type FrameCPP::Version_7::FrEventStorage::GetTimeAfter ( ) const

◆ GetTimeBefore() [1/2]

FrEventStorage::timeBefore_type FrameCPP::Version_7::FrEventStorage::GetTimeBefore ( ) const
inline

◆ GetTimeBefore() [2/2]

timeBefore_type FrameCPP::Version_7::FrEventStorage::GetTimeBefore ( ) const

Member Data Documentation

◆ m_data

data_type FrameCPP::Version_7::FrEventStorage::m_data
protected

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