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


Classes | |
| struct | adc_info_type |
Public Types | |
| typedef std::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 std::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 |
| typedef INT_8U | position_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 |
| void | QueryADC (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
| bool | operator== (const FrTOCAdcData &RHS) const |
| 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 |
| 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) |
| static void | Description (Common::Description &Desc) |
Protected Types | |
| typedef std::vector< name_type > | key_container_type |
| typedef std::vector< name_type > | key_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. | |
| 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 |
| FrTOCAdcData (Common::IStream &Stream, INT_4U FrameCount) | |
| void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
| Iterate over contents. | |
| 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 |
Private Types | |
| typedef LDASTools::AL::unordered_map< std::string, INT_4U > | reverse_lookup_type |
| typedef std::vector< position_type > | positions_cache_type |
| typedef LDASTools::AL::unordered_map< std::string, INT_4U > | reverse_lookup_type |
| typedef std::vector< position_type > | positions_cache_type |
Private Member Functions | |
| MapADC_type & | getADC () |
| MapADC_type::iterator | getADC (const std::string &Name) |
| MapADC_type::iterator | getADC (INT_4U index) |
| reverse_lookup_type::mapped_type | reverse_lookup (const reverse_lookup_type::key_type &key) const |
| MapADC_type & | getADC () |
| MapADC_type::iterator | getADC (const std::string &Name) |
| MapADC_type::iterator | getADC (INT_4U index) |
| reverse_lookup_type::mapped_type | reverse_lookup (const reverse_lookup_type::key_type &key) const |
Private Attributes | |
| positions_cache_type | positions_cache |
| position_type | positions_cache_offset |
| reverse_lookup_type | reverse_lookup_ |
| typedef INT_4U FrameCPP::Version_4::FrTOCAdcData::channelID_type |
| typedef INT_4U FrameCPP::Version_4::FrTOCAdcData::channelID_type |
| typedef INT_4U FrameCPP::Version_4::FrTOCAdcData::groupID_type |
| typedef INT_4U FrameCPP::Version_4::FrTOCAdcData::groupID_type |
|
protected |
|
protected |
| typedef std::map< name_type, adc_info_type > FrameCPP::Version_4::FrTOCAdcData::MapADC_type |
| typedef std::map< name_type, adc_info_type > FrameCPP::Version_4::FrTOCAdcData::MapADC_type |
| typedef INT_4U FrameCPP::Version_4::FrTOCAdcData::nADC_type |
| typedef INT_4U FrameCPP::Version_4::FrTOCAdcData::nADC_type |
| typedef std::string FrameCPP::Version_4::FrTOCAdcData::name_type |
| typedef std::string FrameCPP::Version_4::FrTOCAdcData::name_type |
|
inherited |
|
inherited |
|
private |
|
private |
|
private |
|
private |
|
inline |
|
inlineprotected |
| FrameCPP::Version_4::FrTOCAdcData::FrTOCAdcData | ( | ) |
|
protected |
|
inline |
| Common::FrameSpec::size_type FrameCPP::Version_4::FrTOCAdcData::Bytes | ( | const Common::StreamBase & | Stream | ) | const |
|
inlineprotected |
|
protected |
|
static |
|
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.
|
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. |
|
inline |
| const MapADC_type & FrameCPP::Version_4::FrTOCAdcData::GetADC | ( | ) | const |
|
inline |
| MapADC_type::const_iterator FrameCPP::Version_4::FrTOCAdcData::GetADC | ( | const std::string & | Name | ) | const |
|
inline |
| MapADC_type::const_iterator FrameCPP::Version_4::FrTOCAdcData::GetADC | ( | INT_4U | index | ) | const |
|
inlineprivate |
|
private |
|
inlineprivate |
|
private |
|
inlineprivate |
|
private |
| bool FrameCPP::Version_4::FrTOCAdcData::operator== | ( | const FrTOCAdcData & | RHS | ) | const |
| 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::QueryADC | ( | const Common::TOCInfo & | Info, |
| INT_4U | FrameOffset, | ||
| INT_8U | Position ) |
|
inlineprivate |
|
private |
|
inlineprotected |
|
protected |
|
inlineprotected |
|
protected |
|
inlineprotected |
|
protected |
|
protected |
|
protected |
|
private |
A cache of the positions of the FrAdcData structures within the stream.
|
private |
The number of bytes from the end of the stream where the array containing the FrAdcData offsets.
|
mutableprivate |
Provide means where a channel index can be mapped to a channel name