ldas-tools-framecpp  2.6.2
Public Types | Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
FrameCPP::Version_6::FrTOCSimData Class Reference

#include <FrTOCSimData.hh>

Inheritance diagram for FrameCPP::Version_6::FrTOCSimData:
FrameCPP::Version_6::FrTOC

Public Types

typedef INT_4U nsim_type
 
typedef STRING name_type
 
typedef INT_8U position_type
 
typedef std::vector< position_typesim_info_type
 
typedef std::map< name_type, sim_info_typeMapSim_type
 

Public Member Functions

 FrTOCSimData ()
 
Common::FrameSpec::size_type Bytes (const Common::StreamBase &Stream) const
 
const MapSim_typeGetSim () 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_typekey_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
 

Member Typedef Documentation

◆ key_container_type

◆ MapSim_type

◆ name_type

◆ nsim_type

◆ position_type

◆ sim_info_type

Constructor & Destructor Documentation

◆ FrTOCSimData() [1/2]

FrameCPP::Version_6::FrTOCSimData::FrTOCSimData ( )

◆ FrTOCSimData() [2/2]

FrameCPP::Version_6::FrTOCSimData::FrTOCSimData ( Common::IStream Stream,
INT_4U  FrameCount 
)
protected

Member Function Documentation

◆ Bytes()

Common::FrameSpec::size_type FrameCPP::Version_6::FrTOCSimData::Bytes ( const Common::StreamBase Stream) const
inline

◆ Description()

template<typename SE >
void FrameCPP::Version_6::FrTOCSimData::Description ( Common::Description Desc)
static

◆ forEach()

void FrameCPP::Version_6::FrTOCSimData::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.

◆ GetSim() [1/3]

const FrTOCSimData::MapSim_type & FrameCPP::Version_6::FrTOCSimData::GetSim ( ) const
inline

◆ GetSim() [2/3]

FrTOCSimData::MapSim_type::const_iterator FrameCPP::Version_6::FrTOCSimData::GetSim ( const std::string &  Name) const

◆ GetSim() [3/3]

FrTOCSimData::MapSim_type::const_iterator FrameCPP::Version_6::FrTOCSimData::GetSim ( INT_4U  index) const

◆ operator==()

bool FrameCPP::Version_6::FrTOCSimData::operator== ( const FrTOCSimData RHS) const

◆ QuerySim()

void FrameCPP::Version_6::FrTOCSimData::QuerySim ( const Common::TOCInfo Info,
INT_4U  FrameOffset,
INT_8U  Position 
)

◆ write()

void FrameCPP::Version_6::FrTOCSimData::write ( Common::OStream Stream) const
protected

Member Data Documentation

◆ m_info

MapSim_type FrameCPP::Version_6::FrTOCSimData::m_info
protected

◆ m_keys

key_container_type FrameCPP::Version_6::FrTOCSimData::m_keys
protected

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