ldas-tools-framecpp
2.5.8
|
#include <FrTOCSimData.hh>
Public Types | |
typedef INT_4U | nsim_type |
typedef STRING | name_type |
typedef INT_8U | position_type |
typedef std::vector < position_type > | sim_info_type |
typedef std::map< name_type, sim_info_type > | MapSim_type |
Public Member Functions | |
FrTOCSimData () | |
Common::FrameSpec::size_type | Bytes (const Common::StreamBase &Stream) const |
const MapSim_type & | GetSim () const |
MapSim_type::const_iterator | GetSim (const std::string &Name) const |
MapSim_type::const_iterator | GetSim (INT_4U index) const |
void | QuerySim (const Common::TOCInfo &Info, INT_4U FrameOffset, INT_8U Position) |
bool | operator== (const FrTOCSimData &RHS) const |
Static Public Member Functions | |
template<typename SE > | |
static void | Description (Common::Description &Desc) |
Protected Types | |
typedef std::vector< name_type > | key_container_type |
Protected Member Functions | |
void | forEach (Common::FrTOC::query_info_type Info, Common::FrTOC::FunctionBase &Action) const |
Iterate over contents. More... | |
FrTOCSimData (Common::IStream &Stream, INT_4U FrameCount) | |
void | write (Common::OStream &Stream) const |
Protected Attributes | |
key_container_type | m_keys |
MapSim_type | m_info |
|
protected |
typedef std::map< name_type, sim_info_type > FrameCPP::Version_6::FrTOCSimData::MapSim_type |
typedef INT_4U FrameCPP::Version_6::FrTOCSimData::nsim_type |
typedef INT_8U FrameCPP::Version_6::FrTOCSimData::position_type |
typedef std::vector< position_type > FrameCPP::Version_6::FrTOCSimData::sim_info_type |
FrameCPP::Version_6::FrTOCSimData::FrTOCSimData | ( | ) |
|
protected |
|
inline |
|
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 |
FrTOCSimData::MapSim_type::const_iterator FrameCPP::Version_6::FrTOCSimData::GetSim | ( | const std::string & | Name | ) | const |
FrTOCSimData::MapSim_type::const_iterator FrameCPP::Version_6::FrTOCSimData::GetSim | ( | INT_4U | index | ) | const |
bool FrameCPP::Version_6::FrTOCSimData::operator== | ( | const FrTOCSimData & | RHS | ) | const |
void FrameCPP::Version_6::FrTOCSimData::QuerySim | ( | const Common::TOCInfo & | Info, |
INT_4U | FrameOffset, | ||
INT_8U | Position | ||
) |
|
protected |
|
protected |
|
protected |