ldas-tools-framecpp
2.8.1
|
#include <FrTOCProcDataData.hh>
Public Types | |
typedef INT_4U | nproc_type |
typedef STRING | name_type |
typedef INT_8U | position_type |
typedef std::vector< name_type > | key_container_type |
typedef std::vector< position_type > | proc_info_type |
typedef std::map< name_type, proc_info_type > | MapProc_type |
typedef INT_4U | nproc_type |
typedef STRING | name_type |
typedef INT_8U | position_type |
typedef std::vector< name_type > | key_container_type |
typedef std::vector< position_type > | proc_info_type |
typedef std::map< name_type, proc_info_type > | MapProc_type |
typedef INT_4U | nproc_type |
typedef STRING | name_type |
typedef INT_8U | position_type |
typedef std::vector< name_type > | key_container_type |
typedef std::vector< position_type > | proc_info_type |
typedef std::map< name_type, proc_info_type > | MapProc_type |
Public Member Functions | |
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 &Channel) const |
Return the indexed data for a named channel. More... | |
MapProc_type::const_iterator | GetProc (INT_4U Channel) const |
Return the indexed data for a named channel. 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 &Channel) const |
Return the indexed data for a named channel. More... | |
MapProc_type::const_iterator | GetProc (INT_4U Channel) const |
Return the indexed data for a named channel. 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 &Channel) const |
Return the indexed data for a named channel. More... | |
MapProc_type::const_iterator | GetProc (INT_4U Channel) const |
Return the indexed data for a named channel. More... | |
Protected Attributes | |
key_container_type | m_keys |
MapProc_type | m_info |
typedef std::vector< name_type > FrameCPP::Version_8::FrTOCImpl::FrTOCProcDataData::key_container_type |
typedef std::vector< name_type > FrameCPP::Version_8::FrTOCImpl::FrTOCProcDataData::key_container_type |
typedef std::vector< name_type > FrameCPP::Version_8::FrTOCImpl::FrTOCProcDataData::key_container_type |
typedef std::map< name_type, proc_info_type > FrameCPP::Version_8::FrTOCImpl::FrTOCProcDataData::MapProc_type |
typedef std::map< name_type, proc_info_type > FrameCPP::Version_8::FrTOCImpl::FrTOCProcDataData::MapProc_type |
typedef std::map< name_type, proc_info_type > FrameCPP::Version_8::FrTOCImpl::FrTOCProcDataData::MapProc_type |
typedef std::vector< position_type > FrameCPP::Version_8::FrTOCImpl::FrTOCProcDataData::proc_info_type |
typedef std::vector< position_type > FrameCPP::Version_8::FrTOCImpl::FrTOCProcDataData::proc_info_type |
typedef std::vector< position_type > FrameCPP::Version_8::FrTOCImpl::FrTOCProcDataData::proc_info_type |
|
inline |
Retrieve the keys.
|
inline |
Retrieve the keys.
|
inline |
Retrieve the keys.
|
inline |
Return all channels.
|
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 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. |
|
inline |
Return the indexed data for a named channel.
[in] | Channel | The numeric offset of the channel. |
|
protected |
|
protected |