ldas-tools-framecpp  2.6.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
FrameCPP::Version_4::FrTOCAdcData Class Reference

#include <FrTOCAdcData.hh>

Inheritance diagram for FrameCPP::Version_4::FrTOCAdcData:
FrameCPP::Version_4::FrTOCTypes FrameCPP::Version_4::FrTOC

Classes

struct  adc_info_type
 

Public Types

typedef STRING name_type
 
typedef INT_4U nADC_type
 
typedef INT_4U channelID_type
 
typedef INT_4U groupID_type
 
typedef std::map< name_type,
adc_info_type
MapADC_type
 
typedef INT_8U position_type
 

Public Member Functions

 FrTOCAdcData ()
 
Common::FrameSpec::size_type Bytes (const Common::StreamBase &Stream) const
 
const MapADC_typeGetADC () const
 
MapADC_type::const_iterator GetADC (const std::string &Name) const
 
MapADC_type::const_iterator GetADC (INT_4U index) const
 
void QueryADC (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position)
 
bool operator== (const FrTOCAdcData &RHS) const
 

Static Public Member Functions

static void Description (Common::Description &Desc)
 

Protected Types

typedef std::vector< name_typekey_container_type
 

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, channelID_type Channel)
 
void seekPositions (istream_type &Stream, const std::string &Channel)
 
void write (Common::OStream &Stream) const
 

Protected Attributes

key_container_type m_keys
 
MapADC_type m_adc_info
 

Member Typedef Documentation

Constructor & Destructor Documentation

FrameCPP::Version_4::FrTOCAdcData::FrTOCAdcData ( )
inline
FrameCPP::Version_4::FrTOCAdcData::FrTOCAdcData ( Common::IStream Stream,
INT_4U  FrameCount 
)
inlineprotected

Member Function Documentation

Common::FrameSpec::size_type FrameCPP::Version_4::FrTOCAdcData::Bytes ( const Common::StreamBase Stream) const
inline
void FrameCPP::Version_4::FrTOCAdcData::cachePositions ( istream_type Stream)
inlineprotected
void FrameCPP::Version_4::FrTOCAdcData::Description ( Common::Description Desc)
static
void FrameCPP::Version_4::FrTOCAdcData::forEach ( Common::FrTOC::query_info_type  Info,
Common::FrTOC::FunctionBase Action 
) const
protected

Iterate over contents.

Parameters
[in]InfoSpecifies the type of information to be searched.
[in]ActionAction 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.

const FrTOCAdcData::MapADC_type & FrameCPP::Version_4::FrTOCAdcData::GetADC ( ) const
inline
FrTOCAdcData::MapADC_type::const_iterator FrameCPP::Version_4::FrTOCAdcData::GetADC ( const std::string &  Name) const
inline
FrTOCAdcData::MapADC_type::const_iterator FrameCPP::Version_4::FrTOCAdcData::GetADC ( INT_4U  index) const
inline
bool FrameCPP::Version_4::FrTOCAdcData::operator== ( const FrTOCAdcData RHS) const
void FrameCPP::Version_4::FrTOCAdcData::QueryADC ( const Common::TOCInfo Info,
INT_4U  FrameOffset,
INT_8U  Position 
)
void FrameCPP::Version_4::FrTOCAdcData::seekPositions ( istream_type Stream,
channelID_type  Channel 
)
inlineprotected
void FrameCPP::Version_4::FrTOCAdcData::seekPositions ( istream_type Stream,
const std::string &  Channel 
)
inlineprotected
void FrameCPP::Version_4::FrTOCAdcData::write ( Common::OStream Stream) const
inlineprotected

Member Data Documentation

MapADC_type FrameCPP::Version_4::FrTOCAdcData::m_adc_info
protected
key_container_type FrameCPP::Version_4::FrTOCAdcData::m_keys
protected

The documentation for this class was generated from the following files: