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


Public Types | |
| typedef INT_4U | nadc_type |
| typedef INT_4U | nadc_type |
| typedef std::string | name_type |
| typedef std::string | name_type |
| typedef INT_4U | channel_id_type |
| typedef INT_4U | channel_id_type |
| typedef INT_4U | group_id_type |
| typedef INT_4U | group_id_type |
| typedef INT_8U | position_type |
| typedef INT_8U | position_type |
| typedef std::vector< name_type > | key_container_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 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 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. | |
| const key_container_type & | GetKeys () const |
| Retrieve the keys. | |
| bool | operator== (const FrTOCAdcData &RHS) const |
| equality operator | |
| 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 |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return all channels.
|
inlineinherited |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
|
inherited |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
|
inlineinherited |
Return the indexed data for an indexed channel.
| [in] | Channel | The numeric offset of the channel. |
|
inherited |
Return the indexed data for an indexed channel.
| [in] | Channel | The numeric offset of the channel. |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
Retrieve the keys.
|
inlineinherited |
Retrieve the keys.
|
inherited |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
|
inherited |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
|
protectedinherited |
|
protectedinherited |