|
ldas-tools-framecpp 3.0.4
|
#include <FrTOCAdcData.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_type > | key_container_type |
| typedef std::map< name_type, adc_info_type > | MapADC_type |
| Container of indexed FrAdcData elements. | |
| 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_type > | key_container_type |
| typedef std::map< name_type, adc_info_type > | MapADC_type |
| Container of indexed FrAdcData elements. | |
Public Member Functions | |
| const MapADC_type & | GetADC () 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_type & | GetKeys () const |
| Retrieve the keys. | |
| bool | operator== (const FrTOCAdcData &RHS) const |
| equality operator | |
| const MapADC_type & | GetADC () 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_type & | GetKeys () const |
| Retrieve the keys. | |
| bool | operator== (const FrTOCAdcData &RHS) const |
| equality operator | |
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) |
Protected Attributes | |
| key_container_type | m_keys |
| MapADC_type | m_info |
| typedef INT_4U FrameCPP::v8::FrTOCAdcData::channel_id_type |
| typedef INT_4U FrameCPP::v8::FrTOCAdcData::channel_id_type |
| typedef INT_4U FrameCPP::v8::FrTOCAdcData::group_id_type |
| typedef INT_4U FrameCPP::v8::FrTOCAdcData::group_id_type |
| typedef std::vector< name_type > FrameCPP::v8::FrTOCAdcData::key_container_type |
| typedef std::vector< name_type > FrameCPP::v8::FrTOCAdcData::key_container_type |
| typedef std::map< name_type, adc_info_type > FrameCPP::v8::FrTOCAdcData::MapADC_type |
| typedef std::map< name_type, adc_info_type > FrameCPP::v8::FrTOCAdcData::MapADC_type |
| typedef INT_4U FrameCPP::v8::FrTOCAdcData::nadc_type |
| typedef INT_4U FrameCPP::v8::FrTOCAdcData::nadc_type |
| typedef std::string FrameCPP::v8::FrTOCAdcData::name_type |
| typedef std::string FrameCPP::v8::FrTOCAdcData::name_type |
| typedef INT_8U FrameCPP::v8::FrTOCAdcData::position_type |
| typedef INT_8U FrameCPP::v8::FrTOCAdcData::position_type |
|
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::v8::FrTOCAdcData::GetADC | ( | const std::string & | Name | ) | const |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
|
inline |
Return the indexed data for an indexed channel.
| [in] | Channel | The numeric offset of the channel. |
| MapADC_type::const_iterator FrameCPP::v8::FrTOCAdcData::GetADC | ( | INT_4U | Channel | ) | const |
Return the indexed data for an indexed channel.
| [in] | Channel | The numeric offset of the channel. |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
Retrieve the keys.
|
inline |
Retrieve the keys.
| bool FrameCPP::v8::FrTOCAdcData::operator== | ( | const FrTOCAdcData & | RHS | ) | const |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
| bool FrameCPP::v8::FrTOCAdcData::operator== | ( | const FrTOCAdcData & | RHS | ) | const |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
|
protected |
|
protected |