|
ldas-tools-framecpp
2.8.1
|
#include <FrTOCAdcDataData.hh>

Classes | |
| struct | adc_info_type |
Public Types | |
| typedef INT_4U | nadc_type |
| typedef STRING | name_type |
| typedef INT_4U | channel_id_type |
| typedef INT_4U | group_id_type |
| typedef INT_8U | position_type |
| typedef std::vector< name_type > | key_container_type |
| typedef std::map< name_type, adc_info_type > | MapADC_type |
| Container of indexed FrAdcData elements. More... | |
| typedef INT_4U | nadc_type |
| typedef STRING | name_type |
| typedef INT_4U | channel_id_type |
| typedef INT_4U | group_id_type |
| typedef INT_8U | position_type |
| typedef std::vector< name_type > | key_container_type |
| typedef std::map< name_type, adc_info_type > | MapADC_type |
| Container of indexed FrAdcData elements. More... | |
| typedef INT_4U | nadc_type |
| typedef STRING | name_type |
| typedef INT_4U | channel_id_type |
| typedef INT_4U | group_id_type |
| typedef INT_8U | position_type |
| typedef std::vector< name_type > | key_container_type |
| typedef std::map< name_type, adc_info_type > | MapADC_type |
| Container of indexed FrAdcData elements. More... | |
Public Member Functions | |
| const MapADC_type & | GetADC () const |
| Return all channels. More... | |
| MapADC_type::const_iterator | GetADC (const std::string &Name) const |
| Return the indexed data for a named channel. More... | |
| MapADC_type::const_iterator | GetADC (INT_4U Channel) const |
| Return the indexed data for an indexed channel. More... | |
| const key_container_type & | GetKeys () const |
| Retrieve the keys. More... | |
| bool | operator== (const FrTOCAdcDataData &RHS) const |
| equality operator More... | |
| const MapADC_type & | GetADC () const |
| Return all channels. More... | |
| MapADC_type::const_iterator | GetADC (const std::string &Name) const |
| Return the indexed data for a named channel. More... | |
| MapADC_type::const_iterator | GetADC (INT_4U Channel) const |
| Return the indexed data for an indexed channel. More... | |
| const key_container_type & | GetKeys () const |
| Retrieve the keys. More... | |
| bool | operator== (const FrTOCAdcDataData &RHS) const |
| equality operator More... | |
| const MapADC_type & | GetADC () const |
| Return all channels. More... | |
| MapADC_type::const_iterator | GetADC (const std::string &Name) const |
| Return the indexed data for a named channel. More... | |
| MapADC_type::const_iterator | GetADC (INT_4U Channel) const |
| Return the indexed data for an indexed channel. More... | |
| const key_container_type & | GetKeys () const |
| Retrieve the keys. More... | |
| bool | operator== (const FrTOCAdcDataData &RHS) const |
| equality operator More... | |
Protected Member Functions | |
| MapADC_type & | getADC () |
| MapADC_type::iterator | getADC (const std::string &Channel) |
| MapADC_type::iterator | getADC (INT_4U Channel) |
| MapADC_type & | getADC () |
| MapADC_type::iterator | getADC (const std::string &Channel) |
| MapADC_type::iterator | getADC (INT_4U Channel) |
| MapADC_type & | getADC () |
| 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 |
| typedef std::vector< name_type > FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::key_container_type |
| typedef std::vector< name_type > FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::key_container_type |
| typedef std::vector< name_type > FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::key_container_type |
| typedef INT_4U FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::nadc_type |
| typedef INT_4U FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::nadc_type |
| typedef INT_4U FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::nadc_type |
|
inline |
Return all channels.
|
inline |
Return all channels.
|
inline |
Return all channels.
|
inline |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
| MapADC_type::const_iterator FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::GetADC | ( | const std::string & | Name | ) | const |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
| MapADC_type::const_iterator FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::GetADC | ( | const std::string & | Name | ) | const |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
| MapADC_type::const_iterator FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::GetADC | ( | INT_4U | Channel | ) | const |
Return the indexed data for an indexed channel.
| [in] | Channel | The numeric offset of the channel. |
| MapADC_type::const_iterator FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::GetADC | ( | INT_4U | Channel | ) | const |
Return the indexed data for an indexed channel.
| [in] | Channel | The numeric offset of the channel. |
|
inline |
Return the indexed data for an indexed channel.
| [in] | Channel | The numeric offset of the channel. |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
Retrieve the keys.
|
inline |
Retrieve the keys.
|
inline |
Retrieve the keys.
| bool FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::operator== | ( | const FrTOCAdcDataData & | RHS | ) | const |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
| bool FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::operator== | ( | const FrTOCAdcDataData & | RHS | ) | const |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
| bool FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::operator== | ( | const FrTOCAdcDataData & | RHS | ) | const |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
|
protected |
|
protected |
1.8.13