ldas-tools-framecpp
2.6.2
|
#include <FrTOCAdcData.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 |
Public Member Functions | |
FrTOCAdcData () | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
const MapADC_type & | GetADC () const |
MapADC_type::const_iterator | GetADC (const std::string &Name) const |
MapADC_type::const_iterator | GetADC (INT_4U index) const |
const key_container_type & | GetKeys () const |
Retrieve the keys. More... | |
void | QueryAdc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
bool | operator== (const FrTOCAdcData &RHS) const |
Static Public Member Functions | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
Protected Member Functions | |
FrTOCAdcData (Common::IStream &Stream, INT_4U FrameCount) | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
void | cachePositions (istream_type &Stream) |
void | seekPositions (istream_type &Stream, channel_id_type Channel) |
void | seekPositions (istream_type &Stream, const std::string &Channel) |
void | write (Common::OStream &Stream) const |
Protected Attributes | |
position_type | m_positions_start |
key_container_type | m_keys |
MapADC_type | m_info |
typedef INT_4U FrameCPP::Version_6::FrTOCAdcData::channel_id_type |
typedef INT_4U FrameCPP::Version_6::FrTOCAdcData::group_id_type |
typedef std::vector< name_type > FrameCPP::Version_6::FrTOCAdcData::key_container_type |
typedef std::map< name_type, adc_info_type > FrameCPP::Version_6::FrTOCAdcData::MapADC_type |
typedef INT_4U FrameCPP::Version_6::FrTOCAdcData::nadc_type |
typedef INT_8U FrameCPP::Version_6::FrTOCAdcData::position_type |
FrameCPP::Version_6::FrTOCAdcData::FrTOCAdcData | ( | ) |
|
protected |
|
inline |
|
inlineprotected |
|
static |
|
protected |
Iterate over contents.
[in] | Info | Specifies the type of information to be searched. |
[in] | Action | Action to be taken for each piece of information found. |
This method allows for iterting over each element of information and allows the caller to gather information about each element.
|
inline |
FrTOCAdcData::MapADC_type::const_iterator FrameCPP::Version_6::FrTOCAdcData::GetADC | ( | const std::string & | Name | ) | const |
FrTOCAdcData::MapADC_type::const_iterator FrameCPP::Version_6::FrTOCAdcData::GetADC | ( | INT_4U | index | ) | const |
|
inline |
Retrieve the keys.
bool FrameCPP::Version_6::FrTOCAdcData::operator== | ( | const FrTOCAdcData & | RHS | ) | const |
void FrameCPP::Version_6::FrTOCAdcData::QueryAdc | ( | const Common::TOCInfo & | Info, |
INT_4U | FrameOffset, | ||
INT_8U | Position | ||
) |
|
inlineprotected |
|
inlineprotected |
|
protected |
|
protected |
|
protected |
|
protected |