ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::Version_8::FrSimEventImpl::Data Class Reference

#include <FrSimEventData.hh>

Inheritance diagram for FrameCPP::Version_8::FrSimEventImpl::Data:
Collaboration diagram for FrameCPP::Version_8::FrSimEventImpl::Data:

Public Types

typedef FR_SIM_EVENT_N_PARAM_TYPE nParam_type
 
typedef FR_SIM_EVENT_PARAM_NAME_TYPE paramName_type
 
typedef FR_SIM_EVENT_PARAM_VALUE_TYPE paramValue_type
 
typedef std::pair< paramName_type, paramValue_typeParam_type
 
typedef std::vector< Param_typeParamList_type
 
typedef FR_SIM_EVENT_NAME_TYPE name_type
 
typedef FR_SIM_EVENT_COMMENT_TYPE comment_type
 
typedef FR_SIM_EVENT_INPUTS_TYPE inputs_type
 
typedef FR_SIM_EVENT_TIME_TYPE GTime_type
 
typedef FR_SIM_EVENT_TIME_BEFORE_TYPE timeBefore_type
 
typedef FR_SIM_EVENT_TIME_AFTER_TYPE timeAfter_type
 
typedef FR_SIM_EVENT_AMPLITUDE_TYPE amplitude_type
 
typedef Common::SearchContainer< FrVect, &FrVect::GetName > data_type
 
typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlow > table_type
 
typedef const char *const struct_name_type
 
typedef const char *const struct_desc_type
 
typedef INT_2U const struct_id_type
 

Public Member Functions

void AppendComment (const comment_type &Comment)
 
name_type const & GetName () const
 
comment_type const & GetComment () const
 
inputs_type const & GetInputs () const
 
GTime_type const & GetGTime () const
 
timeBefore_type GetTimeBefore () const
 
timeAfter_type GetTimeAfter () const
 
amplitude_type GetAmplitude () const
 
ParamList_type const & GetParam () const
 
ParamList_typeGetParam ()
 
const data_typeRefData () const
 
data_typeRefData ()
 
const table_typeRefTable () const
 
table_typeRefTable ()
 
bool operator== (Data const &RHS) const
 
void AppendComment (const comment_type &Comment)
 
name_type const & GetName () const
 
comment_type const & GetComment () const
 
inputs_type const & GetInputs () const
 
GTime_type const & GetGTime () const
 
timeBefore_type GetTimeBefore () const
 
timeAfter_type GetTimeAfter () const
 
amplitude_type GetAmplitude () const
 
ParamList_type const & GetParam () const
 
ParamList_typeGetParam ()
 
const data_typeRefData () const
 
data_typeRefData ()
 
const table_typeRefTable () const
 
table_typeRefTable ()
 
bool operator== (Data const &RHS) const
 

Static Public Member Functions

static struct_name_type FrameSpecName ()
 
static struct_name_type FrameSpecName ()
 
static struct_name_type StructName ()
 
static struct_name_type StructName ()
 
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure.
 
static struct_desc_type FrameSpecDescription ()
 Return the dictionary name of the structure.
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure.
 
static struct_id_type FrameSpecId ()
 Return the dictionary name of the structure.
 

Static Public Attributes

static struct_name_type struct_name
 
static struct_desc_type struct_desc
 
static struct_id_type struct_id
 

Protected Attributes

name_type name
 Name of event.
 
comment_type comment
 Descriptor of event.
 
inputs_type inputs
 Input channels and filter parameters to event process.
 
GTime_type GTime
 
timeBefore_type timeBefore
 Signal duration before (GTimeS.GTimeN)(seconds)
 
timeAfter_type timeAfter
 Signal duration after (GTimeS.GTimeN)(seconds)
 
amplitude_type amplitude
 Continuous output amplitude returned by event.
 
ParamList_type Params
 Array of parameters.
 
data_type data
 Container of additional event results.
 
table_type table
 Table containing additional event information.
 

Member Typedef Documentation

◆ amplitude_type

◆ comment_type

◆ data_type

◆ GTime_type

◆ inputs_type

◆ name_type

◆ nParam_type

◆ Param_type

◆ ParamList_type

◆ paramName_type

◆ paramValue_type

◆ struct_desc_type

template<typename Object_T >
typedef const char *const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc_type
inherited

◆ struct_id_type

template<typename Object_T >
typedef INT_2U const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id_type
inherited

◆ struct_name_type

template<typename Object_T >
typedef const char *const FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name_type
inherited

◆ table_type

◆ timeAfter_type

◆ timeBefore_type

Member Function Documentation

◆ AppendComment() [1/2]

void FrameCPP::Version_8::FrSimEventImpl::Data::AppendComment ( const comment_type & Comment)
inline

◆ AppendComment() [2/2]

void FrameCPP::Version_8::FrSimEventImpl::Data::AppendComment ( const comment_type & Comment)
inline

◆ FrameSpecDescription() [1/2]

template<typename Object_T >
static struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecDescription() [2/2]

template<typename Object_T >
static struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecDescription ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [1/2]

template<typename Object_T >
static struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecId() [2/2]

template<typename Object_T >
static struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecId ( )
inlinestaticinherited

Return the dictionary name of the structure.

◆ FrameSpecName() [1/2]

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecName ( )
inlinestaticinherited

◆ FrameSpecName() [2/2]

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::FrameSpecName ( )
inlinestaticinherited

◆ GetAmplitude() [1/2]

amplitude_type FrameCPP::Version_8::FrSimEventImpl::Data::GetAmplitude ( ) const
inline

◆ GetAmplitude() [2/2]

amplitude_type FrameCPP::Version_8::FrSimEventImpl::Data::GetAmplitude ( ) const
inline

◆ GetComment() [1/2]

comment_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetComment ( ) const
inline

◆ GetComment() [2/2]

comment_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetComment ( ) const
inline

◆ GetGTime() [1/2]

GTime_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetGTime ( ) const
inline

◆ GetGTime() [2/2]

GTime_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetGTime ( ) const
inline

◆ GetInputs() [1/2]

inputs_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetInputs ( ) const
inline

◆ GetInputs() [2/2]

inputs_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetInputs ( ) const
inline

◆ GetName() [1/2]

name_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetName ( ) const
inline

◆ GetName() [2/2]

name_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetName ( ) const
inline

◆ GetParam() [1/4]

ParamList_type & FrameCPP::Version_8::FrSimEventImpl::Data::GetParam ( )
inline

◆ GetParam() [2/4]

ParamList_type & FrameCPP::Version_8::FrSimEventImpl::Data::GetParam ( )
inline

◆ GetParam() [3/4]

ParamList_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetParam ( ) const
inline

◆ GetParam() [4/4]

ParamList_type const & FrameCPP::Version_8::FrSimEventImpl::Data::GetParam ( ) const
inline

◆ GetTimeAfter() [1/2]

timeAfter_type FrameCPP::Version_8::FrSimEventImpl::Data::GetTimeAfter ( ) const
inline

◆ GetTimeAfter() [2/2]

timeAfter_type FrameCPP::Version_8::FrSimEventImpl::Data::GetTimeAfter ( ) const
inline

◆ GetTimeBefore() [1/2]

timeBefore_type FrameCPP::Version_8::FrSimEventImpl::Data::GetTimeBefore ( ) const
inline

◆ GetTimeBefore() [2/2]

timeBefore_type FrameCPP::Version_8::FrSimEventImpl::Data::GetTimeBefore ( ) const
inline

◆ operator==() [1/2]

bool FrameCPP::Version_8::FrSimEventImpl::Data::operator== ( Data const & RHS) const
inline

◆ operator==() [2/2]

bool FrameCPP::Version_8::FrSimEventImpl::Data::operator== ( Data const & RHS) const
inline

◆ RefData() [1/4]

data_type & FrameCPP::Version_8::FrSimEventImpl::Data::RefData ( )
inline

◆ RefData() [2/4]

data_type & FrameCPP::Version_8::FrSimEventImpl::Data::RefData ( )
inline

◆ RefData() [3/4]

const data_type & FrameCPP::Version_8::FrSimEventImpl::Data::RefData ( ) const
inline

◆ RefData() [4/4]

const data_type & FrameCPP::Version_8::FrSimEventImpl::Data::RefData ( ) const
inline

◆ RefTable() [1/4]

table_type & FrameCPP::Version_8::FrSimEventImpl::Data::RefTable ( )
inline

◆ RefTable() [2/4]

table_type & FrameCPP::Version_8::FrSimEventImpl::Data::RefTable ( )
inline

◆ RefTable() [3/4]

const table_type & FrameCPP::Version_8::FrSimEventImpl::Data::RefTable ( ) const
inline

◆ RefTable() [4/4]

const table_type & FrameCPP::Version_8::FrSimEventImpl::Data::RefTable ( ) const
inline

◆ StructName() [1/2]

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::StructName ( )
inlinestaticinherited

◆ StructName() [2/2]

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::StructName ( )
inlinestaticinherited

Member Data Documentation

◆ amplitude

amplitude_type FrameCPP::Version_8::FrSimEventImpl::Data::amplitude
protected

Continuous output amplitude returned by event.

◆ comment

comment_type FrameCPP::Version_8::FrSimEventImpl::Data::comment
protected

Descriptor of event.

◆ data

data_type FrameCPP::Version_8::FrSimEventImpl::Data::data
protected

Container of additional event results.

◆ GTime

GTime_type FrameCPP::Version_8::FrSimEventImpl::Data::GTime
protected

GPS time corresponding to reference value of event, as defined by the search algorithm.

◆ inputs

inputs_type FrameCPP::Version_8::FrSimEventImpl::Data::inputs
protected

Input channels and filter parameters to event process.

◆ name

name_type FrameCPP::Version_8::FrSimEventImpl::Data::name
protected

Name of event.

◆ Params

ParamList_type FrameCPP::Version_8::FrSimEventImpl::Data::Params
protected

Array of parameters.

◆ struct_desc

template<typename Object_T >
static struct_desc_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_desc
staticinherited

◆ struct_id

template<typename Object_T >
static struct_id_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_id
staticinherited

◆ struct_name

template<typename Object_T >
static struct_name_type FrameCPP::v3::FrObjectMetaData< Object_T >::struct_name
staticinherited

◆ table

table_type FrameCPP::Version_8::FrSimEventImpl::Data::table
protected

Table containing additional event information.

◆ timeAfter

timeAfter_type FrameCPP::Version_8::FrSimEventImpl::Data::timeAfter
protected

Signal duration after (GTimeS.GTimeN)(seconds)

◆ timeBefore

timeBefore_type FrameCPP::Version_8::FrSimEventImpl::Data::timeBefore
protected

Signal duration before (GTimeS.GTimeN)(seconds)


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