ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::Version_9::FrameHImpl::Data Class Reference

#include <FrameHData.hh>

Inheritance diagram for FrameCPP::Version_9::FrameHImpl::Data:
Collaboration diagram for FrameCPP::Version_9::FrameHImpl::Data:

Public Types

typedef FRAME_H_NAME_TYPE name_type
 
typedef FRAME_H_RUN_TYPE run_type
 
typedef FRAME_H_FRAME_TYPE frame_type
 
typedef FRAME_H_DATA_QUALITY_TYPE dataQuality_type
 
typedef FRAME_H_G_TIME_S_TYPE GTimeS_type
 
typedef FRAME_H_G_TIME_N_TYPE GTimeN_type
 
typedef FRAME_H_G_TIME_TYPE GTime_type
 
typedef FRAME_H_LOCAL_TIME_TYPE localTime_type
 
typedef FRAME_H_DT_TYPE dt_type
 
typedef INT_2U v3_uleaps_type
 
typedef INT_4S v3_localTime_type
 
typedef Common::SearchContainer< FrProcData, &FrProcData::GetNameSlow > v3_strain_type
 
typedef boost::shared_ptr< FrRawDatarawData_type
 
typedef Common::SearchContainer< FrVect, &FrVect::GetName > type_type
 
typedef type_type::iterator type_iterator
 
typedef type_type::const_iterator const_type_iterator
 
typedef type_type::hash_iterator type_hash_iterator
 
typedef type_type::const_hash_iterator const_type_hash_iterator
 
typedef Common::SearchContainer< FrVect, &FrVect::GetName > user_type
 
typedef user_type::iterator user_iterator
 
typedef user_type::const_iterator const_user_iterator
 
typedef user_type::hash_iterator user_hash_iterator
 
typedef user_type::const_hash_iterator const_user_hash_iterator
 
typedef Common::SearchContainer< FrDetector, &FrDetector::GetName > detectSim_type
 
typedef detectSim_type::iterator detectSim_iterator
 
typedef detectSim_type::const_iterator const_detectSim_iterator
 
typedef detectSim_type::hash_iterator detectSim_hash_iterator
 
typedef detectSim_type::const_hash_iterator const_detectSim_hash_iterator
 
typedef Common::SearchContainer< FrDetector, &FrDetector::GetName > detectProc_type
 
typedef detectProc_type::iterator detectProc_iterator
 
typedef detectProc_type::const_iterator const_detectProc_iterator
 
typedef detectProc_type::hash_iterator detectProc_hash_iterator
 
typedef detectProc_type::const_hash_iterator const_detectProc_hash_iterator
 
typedef Common::SearchContainer< FrEvent, &FrEvent::GetNameSlow > event_type
 
typedef event_type::iterator event_iterator
 
typedef event_type::const_iterator const_event_iterator
 
typedef event_type::hash_iterator event_hash_iterator
 
typedef event_type::const_hash_iterator const_event_hash_iterator
 
typedef Common::SearchContainer< FrHistory, &FrHistory::GetName > history_type
 
typedef history_type::iterator history_iterator
 
typedef history_type::const_iterator const_history_iterator
 
typedef history_type::hash_iterator history_hash_iterator
 
typedef history_type::const_hash_iterator const_history_hash_iterator
 
typedef Common::SearchContainer< FrProcData, &FrProcData::GetNameSlow > procData_type
 
typedef procData_type::iterator procData_iterator
 
typedef procData_type::const_iterator const_procData_iterator
 
typedef procData_type::hash_iterator procData_hash_iterator
 
typedef procData_type::const_hash_iterator const_procData_hash_iterator
 
typedef Common::SearchContainer< FrSimData, &FrSimData::GetNameSlow > simData_type
 
typedef simData_type::iterator simData_iterator
 
typedef simData_type::const_iterator const_simData_iterator
 
typedef simData_type::hash_iterator simData_hash_iterator
 
typedef simData_type::const_hash_iterator const_simData_hash_iterator
 
typedef Common::SearchContainer< FrSimEvent, &FrSimEvent::GetNameSlow > simEvent_type
 
typedef simEvent_type::iterator simEvent_iterator
 
typedef simEvent_type::const_iterator const_simEvent_iterator
 
typedef simEvent_type::hash_iterator simEvent_hash_iterator
 
typedef simEvent_type::const_hash_iterator const_simEvent_hash_iterator
 
typedef Common::SearchContainer< FrSummary, &FrSummary::GetName > summaryData_type
 
typedef summaryData_type::iterator summaryData_iterator
 
typedef summaryData_type::const_iterator const_summaryData_iterator
 
typedef summaryData_type::hash_iterator summaryData_hash_iterator
 
typedef summaryData_type::const_hash_iterator const_summaryData_hash_iterator
 
typedef Common::SearchContainer< FrVect, &FrVect::GetName > auxData_type
 
typedef auxData_type::iterator auxData_iterator
 
typedef auxData_type::const_iterator const_auxData_iterator
 
typedef auxData_type::hash_iterator auxData_hash_iterator
 
typedef auxData_type::const_hash_iterator const_auxData_hash_iterator
 
typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlow > auxTable_type
 
typedef auxTable_type::iterator auxTable_iterator
 
typedef auxTable_type::const_iterator const_auxTable_iterator
 
typedef auxTable_type::hash_iterator auxTable_hash_iterator
 
typedef auxTable_type::const_hash_iterator const_auxTable_hash_iterator
 

Public Member Functions

rawData_typeAddressOfRawData () const
 
rawData_typeAddressOfRawData () const
 
const name_typeGetName () const
 Retrieve name of project.
 
const name_typeGetName () const
 Retrieve name of project.
 
run_type GetRun () const
 Run number.
 
run_type GetRun () const
 Run number.
 
frame_type GetFrame () const
 Frame number.
 
frame_type GetFrame () const
 Frame number.
 
dataQuality_type GetDataQuality () const
 Data quality flag.
 
dataQuality_type GetDataQuality () const
 Data quality flag.
 
const GTime_typeGetGTime () const
 Start Time.
 
const GTime_typeGetGTime () const
 Start Time.
 
dt_type GetDt () const
 Frame length.
 
dt_type GetDt () const
 Frame length.
 
void SetName (const name_type &Name)
 Establish the name.
 
void SetName (const name_type &Name)
 Establish the name.
 
void SetRun (run_type Run)
 Establish the run number.
 
void SetRun (run_type Run)
 Establish the run number.
 
void SetDataQuality (dataQuality_type DataQuality)
 Establish the data quality flag.
 
void SetDataQuality (dataQuality_type DataQuality)
 Establish the data quality flag.
 
void SetDt (dt_type Dt)
 Establish the frame duration.
 
void SetDt (dt_type Dt)
 Establish the frame duration.
 
void SetGTime (const GTime_type &Value)
 Establish the start time.
 
void SetGTime (const GTime_type &Value)
 Establish the start time.
 
rawData_type GetRawData () const
 Retrieve the raw data reference.
 
rawData_type GetRawData ()
 Retrieve the raw data reference.
 
rawData_type GetRawData () const
 Retrieve the raw data reference.
 
rawData_type GetRawData ()
 Retrieve the raw data reference.
 
const type_typeRefType () const
 
type_typeRefType ()
 
const type_typeRefType () const
 
type_typeRefType ()
 
const user_typeRefUser () const
 
user_typeRefUser ()
 
const user_typeRefUser () const
 
user_typeRefUser ()
 
const detectSim_typeRefDetectSim () const
 
detectSim_typeRefDetectSim ()
 
const detectSim_typeRefDetectSim () const
 
detectSim_typeRefDetectSim ()
 
const detectProc_typeRefDetectProc () const
 
detectProc_typeRefDetectProc ()
 
const detectProc_typeRefDetectProc () const
 
detectProc_typeRefDetectProc ()
 
const history_typeRefHistory () const
 
history_typeRefHistory ()
 
const history_typeRefHistory () const
 
history_typeRefHistory ()
 
const procData_typeRefProcData () const
 
procData_typeRefProcData ()
 
const procData_typeRefProcData () const
 
procData_typeRefProcData ()
 
const simData_typeRefSimData () const
 
simData_typeRefSimData ()
 
const simData_typeRefSimData () const
 
simData_typeRefSimData ()
 
const event_typeRefEvent () const
 
event_typeRefEvent ()
 
const event_typeRefEvent () const
 
event_typeRefEvent ()
 
const simEvent_typeRefSimEvent () const
 
simEvent_typeRefSimEvent ()
 
const simEvent_typeRefSimEvent () const
 
simEvent_typeRefSimEvent ()
 
const summaryData_typeRefSummaryData () const
 
summaryData_typeRefSummaryData ()
 
const summaryData_typeRefSummaryData () const
 
summaryData_typeRefSummaryData ()
 
const auxData_typeRefAuxData () const
 
auxData_typeRefAuxData ()
 
const auxData_typeRefAuxData () const
 
auxData_typeRefAuxData ()
 
const auxTable_typeRefAuxTable () const
 
auxTable_typeRefAuxTable ()
 
const auxTable_typeRefAuxTable () const
 
auxTable_typeRefAuxTable ()
 
void SetRawData (rawData_type r)
 
void SetRawData (rawData_type r)
 
bool operator== (const FrameH &RHS) const
 
bool operator== (const FrameH &RHS) const
 

Static Public Attributes

static const INT_2U MAX_REF
 

Protected Attributes

name_type name
 
run_type run
 
frame_type frame
 
dataQuality_type dataQuality
 
GTime_type GTime
 
dt_type dt
 
type_type type
 
user_type user
 
detectSim_type detectSim
 
detectProc_type detectProc
 
history_type history
 
rawData_type rawData
 
procData_type procData
 
simData_type simData
 
event_type event
 
simEvent_type simEvent
 
summaryData_type summaryData
 
auxData_type auxData
 
auxTable_type auxTable
 

Detailed Description

Note
  • Changes introduced in Version 9
    • Removed ULeapS (INT_2U)
  • Changes introduced in Version 8
    • Added per object checksum
  • Changes introduced in Version 7
  • Changes introduced in Version 6
  • Changes introduced in Version 5
    • Removed localTime
  • Changes introduced in Version 4
  • Changes introduced in Version 3

Member Typedef Documentation

◆ auxData_hash_iterator

typedef auxData_type::hash_iterator FrameH::auxData_hash_iterator
inherited

◆ auxData_iterator

typedef auxData_type::iterator FrameH::auxData_iterator
inherited

◆ auxData_type

typedef Common::SearchContainer< FrVect, &FrVect::GetName > FrameH::auxData_type
inherited

◆ auxTable_hash_iterator

typedef auxTable_type::hash_iterator FrameH::auxTable_hash_iterator
inherited

◆ auxTable_iterator

typedef auxTable_type::iterator FrameH::auxTable_iterator
inherited

◆ auxTable_type

typedef Common::SearchContainer< FrTable, &FrTable::GetNameSlow > FrameH::auxTable_type
inherited

◆ const_auxData_hash_iterator

typedef auxData_type::const_hash_iterator FrameH::const_auxData_hash_iterator
inherited

◆ const_auxData_iterator

typedef auxData_type::const_iterator FrameH::const_auxData_iterator
inherited

◆ const_auxTable_hash_iterator

typedef auxTable_type::const_hash_iterator FrameH::const_auxTable_hash_iterator
inherited

◆ const_auxTable_iterator

typedef auxTable_type::const_iterator FrameH::const_auxTable_iterator
inherited

◆ const_detectProc_hash_iterator

typedef detectProc_type::const_hash_iterator FrameH::const_detectProc_hash_iterator
inherited

◆ const_detectProc_iterator

typedef detectProc_type::const_iterator FrameH::const_detectProc_iterator
inherited

◆ const_detectSim_hash_iterator

typedef detectSim_type::const_hash_iterator FrameH::const_detectSim_hash_iterator
inherited

◆ const_detectSim_iterator

typedef detectSim_type::const_iterator FrameH::const_detectSim_iterator
inherited

◆ const_event_hash_iterator

typedef event_type::const_hash_iterator FrameH::const_event_hash_iterator
inherited

◆ const_event_iterator

typedef event_type::const_iterator FrameH::const_event_iterator
inherited

◆ const_history_hash_iterator

typedef history_type::const_hash_iterator FrameH::const_history_hash_iterator
inherited

◆ const_history_iterator

typedef history_type::const_iterator FrameH::const_history_iterator
inherited

◆ const_procData_hash_iterator

typedef procData_type::const_hash_iterator FrameH::const_procData_hash_iterator
inherited

◆ const_procData_iterator

typedef procData_type::const_iterator FrameH::const_procData_iterator
inherited

◆ const_simData_hash_iterator

typedef simData_type::const_hash_iterator FrameH::const_simData_hash_iterator
inherited

◆ const_simData_iterator

typedef simData_type::const_iterator FrameH::const_simData_iterator
inherited

◆ const_simEvent_hash_iterator

typedef simEvent_type::const_hash_iterator FrameH::const_simEvent_hash_iterator
inherited

◆ const_simEvent_iterator

typedef simEvent_type::const_iterator FrameH::const_simEvent_iterator
inherited

◆ const_summaryData_hash_iterator

typedef summaryData_type::const_hash_iterator FrameH::const_summaryData_hash_iterator
inherited

◆ const_summaryData_iterator

typedef summaryData_type::const_iterator FrameH::const_summaryData_iterator
inherited

◆ const_type_hash_iterator

typedef type_type::const_hash_iterator FrameH::const_type_hash_iterator
inherited

◆ const_type_iterator

typedef type_type::const_iterator FrameH::const_type_iterator
inherited

◆ const_user_hash_iterator

typedef user_type::const_hash_iterator FrameH::const_user_hash_iterator
inherited

◆ const_user_iterator

typedef user_type::const_iterator FrameH::const_user_iterator
inherited

◆ dataQuality_type

typedef FRAME_H_DATA_QUALITY_TYPE FrameH::dataQuality_type
inherited

◆ detectProc_hash_iterator

typedef detectProc_type::hash_iterator FrameH::detectProc_hash_iterator
inherited

◆ detectProc_iterator

typedef detectProc_type::iterator FrameH::detectProc_iterator
inherited

◆ detectProc_type

typedef Common::SearchContainer< FrDetector, &FrDetector::GetName > FrameH::detectProc_type
inherited

◆ detectSim_hash_iterator

typedef detectSim_type::hash_iterator FrameH::detectSim_hash_iterator
inherited

◆ detectSim_iterator

typedef detectSim_type::iterator FrameH::detectSim_iterator
inherited

◆ detectSim_type

typedef Common::SearchContainer< FrDetector, &FrDetector::GetName > FrameH::detectSim_type
inherited

◆ dt_type

typedef FRAME_H_DT_TYPE FrameH::dt_type
inherited

◆ event_hash_iterator

typedef event_type::hash_iterator FrameH::event_hash_iterator
inherited

◆ event_iterator

typedef event_type::iterator FrameH::event_iterator
inherited

◆ event_type

typedef Common::SearchContainer< FrEvent, &FrEvent::GetNameSlow > FrameH::event_type
inherited

◆ frame_type

typedef FRAME_H_FRAME_TYPE FrameH::frame_type
inherited

◆ GTime_type

typedef FRAME_H_G_TIME_TYPE FrameH::GTime_type
inherited

◆ GTimeN_type

typedef FRAME_H_G_TIME_N_TYPE FrameH::GTimeN_type
inherited

◆ GTimeS_type

typedef FRAME_H_G_TIME_S_TYPE FrameH::GTimeS_type
inherited

◆ history_hash_iterator

typedef history_type::hash_iterator FrameH::history_hash_iterator
inherited

◆ history_iterator

typedef history_type::iterator FrameH::history_iterator
inherited

◆ history_type

typedef Common::SearchContainer< FrHistory, &FrHistory::GetName > FrameH::history_type
inherited

◆ localTime_type

typedef FRAME_H_LOCAL_TIME_TYPE FrameH::localTime_type
inherited

◆ name_type

typedef FRAME_H_NAME_TYPE FrameH::name_type
inherited

◆ procData_hash_iterator

typedef procData_type::hash_iterator FrameH::procData_hash_iterator
inherited

◆ procData_iterator

typedef procData_type::iterator FrameH::procData_iterator
inherited

◆ procData_type

typedef Common::SearchContainer< FrProcData, &FrProcData::GetNameSlow > FrameH::procData_type
inherited

◆ rawData_type

typedef boost::shared_ptr< FrRawData > FrameH::rawData_type
inherited

◆ run_type

typedef FRAME_H_RUN_TYPE FrameH::run_type
inherited

◆ simData_hash_iterator

typedef simData_type::hash_iterator FrameH::simData_hash_iterator
inherited

◆ simData_iterator

typedef simData_type::iterator FrameH::simData_iterator
inherited

◆ simData_type

typedef Common::SearchContainer< FrSimData, &FrSimData::GetNameSlow > FrameH::simData_type
inherited

◆ simEvent_hash_iterator

typedef simEvent_type::hash_iterator FrameH::simEvent_hash_iterator
inherited

◆ simEvent_iterator

typedef simEvent_type::iterator FrameH::simEvent_iterator
inherited

◆ simEvent_type

typedef Common::SearchContainer< FrSimEvent, &FrSimEvent::GetNameSlow > FrameH::simEvent_type
inherited

◆ summaryData_hash_iterator

typedef summaryData_type::hash_iterator FrameH::summaryData_hash_iterator
inherited

◆ summaryData_iterator

typedef summaryData_type::iterator FrameH::summaryData_iterator
inherited

◆ summaryData_type

typedef Common::SearchContainer< FrSummary, &FrSummary::GetName > FrameH::summaryData_type
inherited

◆ type_hash_iterator

typedef type_type::hash_iterator FrameH::type_hash_iterator
inherited

◆ type_iterator

typedef type_type::iterator FrameH::type_iterator
inherited

◆ type_type

typedef Common::SearchContainer< FrVect, &FrVect::GetName > FrameH::type_type
inherited

◆ user_hash_iterator

typedef user_type::hash_iterator FrameH::user_hash_iterator
inherited

◆ user_iterator

typedef user_type::iterator FrameH::user_iterator
inherited

◆ user_type

typedef Common::SearchContainer< FrVect, &FrVect::GetName > FrameH::user_type
inherited

◆ v3_localTime_type

typedef INT_4S FrameH::v3_localTime_type
inherited

◆ v3_strain_type

typedef Common::SearchContainer< FrProcData, &FrProcData::GetNameSlow > FrameH::v3_strain_type
inherited

◆ v3_uleaps_type

typedef INT_2U FrameH::v3_uleaps_type
inherited

Member Function Documentation

◆ AddressOfRawData() [1/2]

◆ AddressOfRawData() [2/2]

◆ GetDataQuality() [1/2]

Data quality flag.

Retrieve the data quality flag associated with the frame

Returns
The data quality flag for the frame

◆ GetDataQuality() [2/2]

Data quality flag.

Retrieve the data quality flag associated with the frame

Returns
The data quality flag for the frame

◆ GetDt() [1/2]

Frame length.

Retrieve the duration of the frame in seconds.

Returns
Length of frame in seconds.

◆ GetDt() [2/2]

Frame length.

Retrieve the duration of the frame in seconds.

Returns
Length of frame in seconds.

◆ GetFrame() [1/2]

Frame number.

Retrieve the frame number associated with the frame

Returns
The frame number of the frame

◆ GetFrame() [2/2]

Frame number.

Retrieve the frame number associated with the frame

Returns
The frame number of the frame

◆ GetGTime() [1/2]

Start Time.

Retrieve the start time of the frame.

Returns
The start time of the frame

◆ GetGTime() [2/2]

Start Time.

Retrieve the start time of the frame.

Returns
The start time of the frame

◆ GetName() [1/2]

Retrieve name of project.

Retrieve the name of project or other experiment description.

Returns
Name of project

◆ GetName() [2/2]

Retrieve name of project.

Retrieve the name of project or other experiment description.

Returns
Name of project

◆ GetRawData() [1/4]

Retrieve the raw data reference.

Returns
A pointer to the raw data structure.

◆ GetRawData() [2/4]

Retrieve the raw data reference.

Returns
A pointer to the raw data structure.

◆ GetRawData() [3/4]

Retrieve the raw data reference.

Set the number of leap seconds since GPS epoc.

Returns
A pointer to the raw data structure.

◆ GetRawData() [4/4]

Retrieve the raw data reference.

Set the number of leap seconds since GPS epoc.

Returns
A pointer to the raw data structure.

◆ GetRun() [1/2]

Run number.

Retrieve the run number associated with the frame.

Returns
The run number of the frame

◆ GetRun() [2/2]

Run number.

Retrieve the run number associated with the frame.

Returns
The run number of the frame

◆ operator==() [1/2]

◆ operator==() [2/2]

◆ RefAuxData() [1/4]

◆ RefAuxData() [2/4]

◆ RefAuxData() [3/4]

◆ RefAuxData() [4/4]

◆ RefAuxTable() [1/4]

◆ RefAuxTable() [2/4]

◆ RefAuxTable() [3/4]

◆ RefAuxTable() [4/4]

◆ RefDetectProc() [1/4]

◆ RefDetectProc() [2/4]

◆ RefDetectProc() [3/4]

◆ RefDetectProc() [4/4]

◆ RefDetectSim() [1/4]

◆ RefDetectSim() [2/4]

◆ RefDetectSim() [3/4]

◆ RefDetectSim() [4/4]

◆ RefEvent() [1/4]

◆ RefEvent() [2/4]

◆ RefEvent() [3/4]

◆ RefEvent() [4/4]

◆ RefHistory() [1/4]

◆ RefHistory() [2/4]

◆ RefHistory() [3/4]

◆ RefHistory() [4/4]

◆ RefProcData() [1/4]

◆ RefProcData() [2/4]

◆ RefProcData() [3/4]

◆ RefProcData() [4/4]

◆ RefSimData() [1/4]

◆ RefSimData() [2/4]

◆ RefSimData() [3/4]

◆ RefSimData() [4/4]

◆ RefSimEvent() [1/4]

◆ RefSimEvent() [2/4]

◆ RefSimEvent() [3/4]

◆ RefSimEvent() [4/4]

◆ RefSummaryData() [1/4]

◆ RefSummaryData() [2/4]

◆ RefSummaryData() [3/4]

◆ RefSummaryData() [4/4]

◆ RefType() [1/4]

◆ RefType() [2/4]

◆ RefType() [3/4]

◆ RefType() [4/4]

◆ RefUser() [1/4]

◆ RefUser() [2/4]

◆ RefUser() [3/4]

◆ RefUser() [4/4]

◆ SetDataQuality() [1/2]

Establish the data quality flag.

Set the data quality flag of the frame.

Parameters
[in]DataQualityThe value of the data quality flag.

◆ SetDataQuality() [2/2]

Establish the data quality flag.

Set the data quality flag of the frame.

Parameters
[in]DataQualityThe value of the data quality flag.

◆ SetDt() [1/2]

Establish the frame duration.

Set the length of the frame in seconds.

Parameters
[in]DtThe length of the frame in seconds

◆ SetDt() [2/2]

Establish the frame duration.

Set the length of the frame in seconds.

Parameters
[in]DtThe length of the frame in seconds

◆ SetGTime() [1/2]

Establish the start time.

Set the start time of the frame.

Parameters
[in]ValueThe start time of the frame.

◆ SetGTime() [2/2]

Establish the start time.

Set the start time of the frame.

Parameters
[in]ValueThe start time of the frame.

◆ SetName() [1/2]

Establish the name.

Set the project name of the frame. Values less than zero are reserved for simulated data. For experimental runs, this value is monotonicly increasing.

Parameters
[in]NameThe name to associate with the frame

◆ SetName() [2/2]

Establish the name.

Set the project name of the frame. Values less than zero are reserved for simulated data. For experimental runs, this value is monotonicly increasing.

Parameters
[in]NameThe name to associate with the frame

◆ SetRawData() [1/2]

◆ SetRawData() [2/2]

◆ SetRun() [1/2]

Establish the run number.

Set the run number of the frame. Values less than zero are reserved for simulated data. For experimental runs, this value is monotonicly increasing.

Parameters
[in]RunThe run number to associate with the frame.

◆ SetRun() [2/2]

Establish the run number.

Set the run number of the frame. Values less than zero are reserved for simulated data. For experimental runs, this value is monotonicly increasing.

Parameters
[in]RunThe run number to associate with the frame.

Member Data Documentation

◆ auxData

auxData_type FrameH::auxData
protectedinherited

◆ auxTable

auxTable_type FrameH::auxTable
protectedinherited

◆ dataQuality

dataQuality_type FrameH::dataQuality
protectedinherited

◆ detectProc

detectProc_type FrameH::detectProc
protectedinherited

◆ detectSim

detectSim_type FrameH::detectSim
protectedinherited

◆ dt

dt_type FrameH::dt
protectedinherited

◆ event

event_type FrameH::event
protectedinherited

◆ frame

frame_type FrameH::frame
protectedinherited

◆ GTime

GTime_type FrameH::GTime
protectedinherited

◆ history

history_type FrameH::history
mutableprotectedinherited

◆ MAX_REF

static const INT_2U FrameH::MAX_REF
staticinherited

◆ name

name_type FrameH::name
protectedinherited

◆ procData

procData_type FrameH::procData
protectedinherited

◆ rawData

rawData_type FrameH::rawData
protectedinherited

◆ run

run_type FrameH::run
protectedinherited

◆ simData

simData_type FrameH::simData
protectedinherited

◆ simEvent

simEvent_type FrameH::simEvent
protectedinherited

◆ summaryData

summaryData_type FrameH::summaryData
protectedinherited

◆ type

type_type FrameH::type
protectedinherited

◆ user

user_type FrameH::user
protectedinherited

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