ldas-tools-framecpp
2.7.0
|
Indexed elements of the FrProcData structure. More...
#include <FrTOCProcData.hh>
Public Member Functions | |
FrTOCProcData () | |
Default constructor. | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
const key_container_type & | GetKeys () const |
Retrieve the keys. More... | |
const MapProc_type & | GetProc () const |
Return all channels. More... | |
MapProc_type::const_iterator | GetProc (const std::string &Name) const |
Return the indexed data for a named channel. More... | |
MapProc_type::const_iterator | GetProc (INT_4U index) const |
Return the indexed data for a named channel. More... | |
void | QueryProc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrProcData being written. More... | |
const FrTOCProcData & | operator= (const Previous::FrTOCProcData &Source) |
asignment operator More... | |
bool | operator== (const FrTOCProcData &RHS) const |
equality operator More... | |
FrTOCProcData () | |
Default constructor. | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
Number of bytes needed to write this structure. More... | |
const key_container_type & | GetKeys () const |
Retrieve the keys. More... | |
const MapProc_type & | GetProc () const |
Return all channels. More... | |
MapProc_type::const_iterator | GetProc (const std::string &Name) const |
Return the indexed data for a named channel. More... | |
MapProc_type::const_iterator | GetProc (INT_4U index) const |
Return the indexed data for a named channel. More... | |
void | QueryProc (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
Gather TOC info for FrProcData being written. More... | |
const FrTOCProcData & | operator= (const Previous::FrTOCProcData &Source) |
asignment operator More... | |
bool | operator== (const FrTOCProcData &RHS) const |
equality operator More... | |
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 | |
FrTOCProcData (Common::IStream &Stream, INT_4U FrameCount) | |
Stream constructor. More... | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
FrTOCProcData (Common::IStream &Stream, INT_4U FrameCount) | |
Stream constructor. More... | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
void | write (Common::OStream &Stream) const |
Write the structure to the stream. More... | |
Indexed elements of the FrProcData structure.
|
protected |
Stream constructor.
[in] | Stream | The input stream from where the object is being read. |
[in] | FrameCount | The frame offset. |
|
protected |
Stream constructor.
[in] | Stream | The input stream from where the object is being read. |
[in] | FrameCount | The frame offset. |
|
inline |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
Common::FrameSpec::size_type FrameCPP::Version_8::FrTOCProcData::Bytes | ( | const Common::StreamBase & | Stream | ) | const |
Number of bytes needed to write this structure.
[in] | Stream | The stream from which to the object is being read or written. |
|
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. |
|
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 |
Retrieve the keys.
const key_container_type& FrameCPP::Version_8::FrTOCProcData::GetKeys | ( | ) | const |
Retrieve the keys.
|
inline |
Return all channels.
const MapProc_type& FrameCPP::Version_8::FrTOCProcData::GetProc | ( | ) | const |
Return all channels.
FrTOCProcData::MapProc_type::const_iterator FrameCPP::Version_8::FrTOCProcData::GetProc | ( | const std::string & | Name | ) | const |
Return the indexed data for a named channel.
[in] | Name | The name of the channel. |
MapProc_type::const_iterator FrameCPP::Version_8::FrTOCProcData::GetProc | ( | const std::string & | Name | ) | const |
Return the indexed data for a named channel.
[in] | Name | The name of the channel. |
FrTOCProcData::MapProc_type::const_iterator FrameCPP::Version_8::FrTOCProcData::GetProc | ( | INT_4U | index | ) | const |
Return the indexed data for a named channel.
[in] | index | The numeric offset of the channel. |
MapProc_type::const_iterator FrameCPP::Version_8::FrTOCProcData::GetProc | ( | INT_4U | index | ) | const |
Return the indexed data for a named channel.
[in] | index | The numeric offset of the channel. |
const FrTOCProcData & FrameCPP::Version_8::FrTOCProcData::operator= | ( | const Previous::FrTOCProcData & | Source | ) |
asignment operator
[in] | Source | The source to be copied. |
const FrTOCProcData& FrameCPP::Version_8::FrTOCProcData::operator= | ( | const Previous::FrTOCProcData & | Source | ) |
asignment operator
[in] | Source | The source to be copied. |
bool FrameCPP::Version_8::FrTOCProcData::operator== | ( | const FrTOCProcData & | RHS | ) | const |
equality operator
[in] | RHS | The FrTOCAdcData object to be compared. |
bool FrameCPP::Version_8::FrTOCProcData::operator== | ( | const FrTOCProcData & | RHS | ) | const |
equality operator
[in] | RHS | The FrTOCAdcData object to be compared. |
void FrameCPP::Version_8::FrTOCProcData::QueryProc | ( | const Common::TOCInfo & | Info, |
INT_4U | FrameOffset, | ||
INT_8U | Position | ||
) |
Gather TOC info for FrProcData 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::FrTOCProcData::QueryProc | ( | const Common::TOCInfo & | Info, |
INT_4U | FrameOffset, | ||
INT_8U | Position | ||
) |
Gather TOC info for FrProcData 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. |
|
protected |
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. |