ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData Class Reference

#include <FrTOCAdcDataData.hh>

Classes

struct  adc_info_type

Public Types

typedef INT_4U nadc_type
typedef std::string name_type
typedef INT_4U channel_id_type
typedef INT_4U group_id_type
typedef INT_8U position_type
typedef std::vector< name_typekey_container_type
typedef std::map< name_type, adc_info_typeMapADC_type
 Container of indexed FrAdcData elements.

Public Member Functions

const MapADC_typeGetADC () const
 Return all channels.
MapADC_type::const_iterator GetADC (const std::string &Name) const
 Return the indexed data for a named channel.
MapADC_type::const_iterator GetADC (INT_4U Channel) const
 Return the indexed data for an indexed channel.
const key_container_typeGetKeys () const
 Retrieve the keys.
bool operator== (const FrTOCAdcDataData &RHS) const
 equality operator

Protected Member Functions

MapADC_typegetADC ()
MapADC_type::iterator getADC (const std::string &Channel)
MapADC_type::iterator getADC (INT_4U Channel)

Protected Attributes

key_container_type m_keys
MapADC_type m_info

Member Typedef Documentation

◆ channel_id_type

◆ group_id_type

◆ key_container_type

◆ MapADC_type

Container of indexed FrAdcData elements.

This structure is ordered by the name of the FrAdcData channel name. There is one element for each channel of indexed data.

◆ nadc_type

◆ name_type

◆ position_type

Member Function Documentation

◆ GetADC() [1/3]

const FrTOCAdcDataData::MapADC_type & FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::GetADC ( ) const
inline

Return all channels.

Returns
Constant container to the indexed FrAdcData elements.

◆ GetADC() [2/3]

FrTOCAdcDataData::MapADC_type::const_iterator FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::GetADC ( const std::string & Name) const
inline

Return the indexed data for a named channel.

Parameters
[in]ChannelThe name of the channel.
Returns
Constant iterator to the indexed FrAdcData element.

◆ GetADC() [3/3]

FrTOCAdcDataData::MapADC_type::const_iterator FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::GetADC ( INT_4U Channel) const
inline

Return the indexed data for an indexed channel.

Parameters
[in]ChannelThe numeric offset of the channel.
Returns
Constant iterator to the indexed FrAdcData element.

◆ getADC() [1/3]

MapADC_type & FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::getADC ( )
inlineprotected

◆ getADC() [2/3]

MapADC_type::iterator FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::getADC ( const std::string & Channel)
inlineprotected

◆ getADC() [3/3]

MapADC_type::iterator FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::getADC ( INT_4U Channel)
inlineprotected

◆ GetKeys()

const FrTOCAdcDataData::key_container_type & FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::GetKeys ( ) const
inline

Retrieve the keys.

Returns
Constant container of keys.

◆ operator==()

bool FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::operator== ( const FrTOCAdcDataData & RHS) const

equality operator

Parameters
[in]RHSThe FrTOCAdcData object to be compared.
Returns
The value true is returned if this object is equivelent to the RHS instance; false otherwise.

Member Data Documentation

◆ m_info

MapADC_type FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::m_info
protected

◆ m_keys

key_container_type FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::m_keys
protected

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/Version8/impl/FrTOCAdcDataData.hh