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

Public Types | |
| typedef INT_4U | nsim_type |
| typedef std::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 |
| typedef INT_4U | nsim_type |
| typedef std::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 | |
| const MapSim_type & | GetSim () const |
| Return all channels. | |
| MapSim_type::const_iterator | GetSim (const std::string &Channel) const |
| Return the indexed data for a named channel. | |
| MapSim_type::const_iterator | GetSim (INT_4U Channel) const |
| Return the indexed data for a named channel. | |
| const MapSim_type & | GetSim () const |
| Return all channels. | |
| MapSim_type::const_iterator | GetSim (const std::string &Channel) const |
| Return the indexed data for a named channel. | |
| MapSim_type::const_iterator | GetSim (INT_4U Channel) const |
| Return the indexed data for a named channel. | |
Protected Types | |
| typedef std::vector< name_type > | key_container_type |
| typedef std::vector< name_type > | key_container_type |
Protected Attributes | |
| key_container_type | m_keys |
| MapSim_type | m_info |
|
protected |
|
protected |
| typedef std::map< name_type, sim_info_type > FrameCPP::v8::FrTOCSimData::MapSim_type |
| typedef std::map< name_type, sim_info_type > FrameCPP::v8::FrTOCSimData::MapSim_type |
| typedef std::string FrameCPP::v8::FrTOCSimData::name_type |
| typedef std::string FrameCPP::v8::FrTOCSimData::name_type |
| typedef INT_4U FrameCPP::v8::FrTOCSimData::nsim_type |
| typedef INT_4U FrameCPP::v8::FrTOCSimData::nsim_type |
| typedef INT_8U FrameCPP::v8::FrTOCSimData::position_type |
| typedef INT_8U FrameCPP::v8::FrTOCSimData::position_type |
| typedef std::vector< position_type > FrameCPP::v8::FrTOCSimData::sim_info_type |
| typedef std::vector< position_type > FrameCPP::v8::FrTOCSimData::sim_info_type |
|
inline |
Return all channels.
|
inline |
Return all channels.
|
inline |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
|
inline |
Return the indexed data for a named channel.
| [in] | Channel | The name of the channel. |
|
inline |
Return the indexed data for a named channel.
| [in] | Channel | The numeric offset of the channel. |
|
inline |
Return the indexed data for a named channel.
| [in] | Channel | The numeric offset of the channel. |
|
protected |
|
protected |