ldas-tools-framecpp
2.7.0
|
Indexed elements of the FrSummary structure. More...
#include <FrTOCSummary.hh>
Public Types | |
typedef FrTOCPosition::n_type | nsummary_type |
typedef FrTOCPosition::position_type | position_type |
typedef FrTOCPosition::info_type | summary_info_type |
typedef FrTOCPosition::Map_type | MapSummary_type |
typedef FrTOCPosition::n_type | nsummary_type |
typedef FrTOCPosition::position_type | position_type |
typedef FrTOCPosition::info_type | summary_info_type |
typedef FrTOCPosition::Map_type | MapSummary_type |
typedef INT_4U | frame_count_type |
typedef INT_4U | frame_count_type |
typedef INT_4U | n_type |
typedef INT_4U | n_type |
typedef STRING | name_type |
typedef STRING | name_type |
typedef std::vector< position_type > | info_type |
typedef std::vector< position_type > | info_type |
typedef std::map< name_type, info_type > | Map_type |
typedef std::map< name_type, info_type > | Map_type |
typedef std::vector< name_type > | key_container_type |
typedef std::vector< name_type > | key_container_type |
Public Member Functions | |
FrTOCSummary () | |
Default constructor. More... | |
const MapSummary_type & | GetSummary () const |
Return all summary elements. More... | |
MapSummary_type::const_iterator | GetSummary (const std::string &Name) const |
Return the indexed data for a named summary elemnet. More... | |
MapSummary_type::const_iterator | GetSummary (INT_4U index) const |
Return the indexed data for an index summary element. More... | |
void | QuerySum (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSummary being written. More... | |
const FrTOCSummary & | operator= (const Previous::FrTOCSummary &Source) |
asignment operator More... | |
bool | operator== (const FrTOCSummary &RHS) const |
equality operator More... | |
FrTOCSummary () | |
Default constructor. More... | |
const MapSummary_type & | GetSummary () const |
Return all summary elements. More... | |
MapSummary_type::const_iterator | GetSummary (const std::string &Name) const |
Return the indexed data for a named summary elemnet. More... | |
MapSummary_type::const_iterator | GetSummary (INT_4U index) const |
Return the indexed data for an index summary element. More... | |
void | QuerySum (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrSummary being written. More... | |
const FrTOCSummary & | operator= (const Previous::FrTOCSummary &Source) |
asignment operator More... | |
bool | operator== (const FrTOCSummary &RHS) const |
equality operator More... | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
const key_container_type & | GetPositionKeys () const |
const key_container_type & | GetPositionKeys () const |
Static Public Member Functions | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
The description of structure. More... | |
Protected Member Functions | |
FrTOCSummary (Common::IStream &Stream, INT_4U FrameCount) | |
Stream constructor. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
FrTOCSummary (Common::IStream &Stream, INT_4U FrameCount) | |
Stream constructor. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
const Map_type & | getInfo () const |
Map_type::const_iterator | getInfo (const std::string &Name) const |
Map_type::const_iterator | getInfo (INT_4U Index) const |
const Map_type & | getInfo () const |
Map_type::const_iterator | getInfo (const std::string &Name) const |
Map_type::const_iterator | getInfo (INT_4U Index) const |
bool | operator== (const FrTOCPosition &RHS) const |
Protected Attributes | |
key_container_type | m_keys |
Map_type | m_info |
Indexed elements of the FrSummary structure.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
Default constructor.
|
inlineprotected |
Stream constructor.
[in] | Stream | The input stream from where the object is being read. |
[in] | FrameCount | The frame offset. |
FrameCPP::Version_8::FrTOCSummary::FrTOCSummary | ( | ) |
Default constructor.
|
protected |
Stream constructor.
[in] | Stream | The input stream from where the object is being read. |
[in] | FrameCount | The frame offset. |
|
inlineinherited |
|
inherited |
|
static |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
static |
The description of structure.
[out] | Desc | Storage for the description of the structure. |
|
inlineprotectedinherited |
|
protectedinherited |
|
inlineprotectedinherited |
|
protectedinherited |
|
inlineprotectedinherited |
|
protectedinherited |
|
inlineinherited |
|
inherited |
|
inline |
Return all summary elements.
const MapSummary_type& FrameCPP::Version_8::FrTOCSummary::GetSummary | ( | ) | const |
Return all summary elements.
|
inline |
Return the indexed data for a named summary elemnet.
[in] | Name | The name of the summary elment. |
MapSummary_type::const_iterator FrameCPP::Version_8::FrTOCSummary::GetSummary | ( | const std::string & | Name | ) | const |
Return the indexed data for a named summary elemnet.
[in] | Name | The name of the summary elment. |
|
inline |
Return the indexed data for an index summary element.
[in] | index | The numeric offset of the summary element. |
MapSummary_type::const_iterator FrameCPP::Version_8::FrTOCSummary::GetSummary | ( | INT_4U | index | ) | const |
Return the indexed data for an index summary element.
[in] | index | The numeric offset of the summary element. |
const FrTOCSummary & FrameCPP::Version_8::FrTOCSummary::operator= | ( | const Previous::FrTOCSummary & | Source | ) |
asignment operator
[in] | Source | The source to be copied. |
const FrTOCSummary& FrameCPP::Version_8::FrTOCSummary::operator= | ( | const Previous::FrTOCSummary & | Source | ) |
asignment operator
[in] | Source | The source to be copied. |
|
protectedinherited |
bool FrameCPP::Version_8::FrTOCSummary::operator== | ( | const FrTOCSummary & | RHS | ) | const |
equality operator
[in] | RHS | The FrTOCAdcData object to be compared. |
bool FrameCPP::Version_8::FrTOCSummary::operator== | ( | const FrTOCSummary & | RHS | ) | const |
equality operator
[in] | RHS | The FrTOCAdcData object to be compared. |
void FrameCPP::Version_8::FrTOCSummary::QuerySum | ( | const Common::TOCInfo & | Info, |
INT_4U | FrameOffset, | ||
INT_8U | Position | ||
) |
Gather TOC info for FrSummary being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
void FrameCPP::Version_8::FrTOCSummary::QuerySum | ( | const Common::TOCInfo & | Info, |
INT_4U | FrameOffset, | ||
INT_8U | Position | ||
) |
Gather TOC info for FrSummary being written.
[in] | Info | Information |
[in] | FrameOffset | The frame offset of the frame being written. The frame offsets start at 0 (zero). |
[in] | Position | The byte offset from the start of the file where the structure is written. |
|
inlineprotected |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
protected |
Write the structure to the stream.
[in] | Stream | The output stream where the object is to be written. |
|
protectedinherited |
|
protectedinherited |