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

Classes | |
| struct | stat_instance_type |
| struct | stat_type |
Public Types | |
| typedef STRING | name_type |
| typedef INT_4U | nstat_type |
| typedef STRING | detector_type |
| typedef INT_4U | nstat_instance_type |
| typedef INT_4U | tstart_type |
| typedef INT_4U | tend_type |
| typedef INT_4U | version_type |
| typedef INT_8U | positionStat_type |
| typedef std::vector< stat_instance_type > | stat_instance_container_type |
| typedef std::map< name_type, stat_type > | stat_container_type |
| typedef STRING | name_type |
| typedef INT_4U | nstat_type |
| typedef STRING | detector_type |
| typedef INT_4U | nstat_instance_type |
| typedef INT_4U | tstart_type |
| typedef INT_4U | tend_type |
| typedef INT_4U | version_type |
| typedef INT_8U | positionStat_type |
| typedef std::vector< stat_instance_type > | stat_instance_container_type |
| typedef std::map< name_type, stat_type > | stat_container_type |
Public Member Functions | |
| const stat_container_type & | GetStat () const |
| Return all channels. | |
| INT_4U | GetNTotalStat () const |
| Return number of FrStatData structures. | |
| bool | operator== (const FrTOCStatDataData &RHS) const |
| equality operator | |
| const stat_container_type & | GetStat () const |
| Return all channels. | |
| INT_4U | GetNTotalStat () const |
| Return number of FrStatData structures. | |
| bool | operator== (const FrTOCStatDataData &RHS) const |
| equality operator | |
Protected Attributes | |
| stat_container_type | m_info |
| typedef std::map< name_type, stat_type > FrameCPP::Version_8::FrTOCImpl::FrTOCStatDataData::stat_container_type |
| typedef std::map< name_type, stat_type > FrameCPP::Version_8::FrTOCImpl::FrTOCStatDataData::stat_container_type |
| typedef std::vector< stat_instance_type > FrameCPP::Version_8::FrTOCImpl::FrTOCStatDataData::stat_instance_container_type |
| typedef std::vector< stat_instance_type > FrameCPP::Version_8::FrTOCImpl::FrTOCStatDataData::stat_instance_container_type |
| typedef INT_4U FrameCPP::Version_8::FrTOCImpl::FrTOCStatDataData::tend_type |
| typedef INT_4U FrameCPP::Version_8::FrTOCImpl::FrTOCStatDataData::tend_type |
|
inline |
Return number of FrStatData structures.
|
inline |
Return number of FrStatData structures.
|
inline |
Return all channels.
|
inline |
Return all channels.
| bool FrameCPP::Version_8::FrTOCImpl::FrTOCStatDataData::operator== | ( | const FrTOCStatDataData & | RHS | ) | const |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
| bool FrameCPP::Version_8::FrTOCImpl::FrTOCStatDataData::operator== | ( | const FrTOCStatDataData & | RHS | ) | const |
equality operator
| [in] | RHS | The FrTOCAdcData object to be compared. |
|
protected |