|
ldas-tools-framecpp 3.0.4
|
#include <FrTOCAdcDataData.hh>
Public Member Functions | |
| adc_info_type () | |
| adc_info_type (channel_id_type ChannelId, group_id_type GroupId, const std::vector< position_type > Positions, INT_4U Index) | |
| adc_info_type (channel_id_type ChannelId, group_id_type GroupId, const std::vector< position_type >::const_iterator BeginPos, const std::vector< position_type >::const_iterator EndPos, INT_4U Index) | |
Public Attributes | |
| channel_id_type | m_channelID |
| Channel ID of ADC. | |
| group_id_type | m_groupID |
| Group ID of ADC. | |
| std::vector< position_type > | m_positionADC |
| FrAdcData offset positions. | |
| INT_4U | m_index |
| Adc channel index number, sequential as read from the TOC. | |
|
inline |
|
inline |
|
inline |
| channel_id_type FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::adc_info_type::m_channelID |
Channel ID of ADC.
| group_id_type FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::adc_info_type::m_groupID |
Group ID of ADC.
| INT_4U FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::adc_info_type::m_index |
Adc channel index number, sequential as read from the TOC.
| std::vector< position_type > FrameCPP::Version_8::FrTOCImpl::FrTOCAdcDataData::adc_info_type::m_positionADC |