The SSTInfo representation of ElementInfoPort object.
More...
#include <sstinfo.h>
|
template<typename TO , typename FROM > |
std::vector< TO > | convertFromELI (const FROM *ptr) |
|
template<typename TO , typename FROM > |
std::vector< TO > | convertFromDB (const std::vector< FROM > &input) |
|
std::string | fs (const char *x) |
|
void | xmlComment (TiXmlNode *owner, const char *fmt...) |
|
std::string | m_name |
|
std::string | m_desc |
|
The SSTInfo representation of ElementInfoPort object.
This class is used internally by SSTInfo to load and process ElementInfoPort objects.
◆ SSTInfoElement_StatisticInfo()
◆ getEnableLevel()
uint8_t SST::SSTInfoElement_StatisticInfo::getEnableLevel |
( |
| ) |
|
|
inline |
Return the enable level of the Statistic.
◆ getUnits()
const std::string& SST::SSTInfoElement_StatisticInfo::getUnits |
( |
| ) |
|
|
inline |
Return the Units of the Statistic.
◆ outputHumanReadable()
void SSTInfoElement_StatisticInfo::outputHumanReadable |
( |
int |
Index | ) |
|
|
overridevirtual |
◆ outputXML()
void SSTInfoElement_StatisticInfo::outputXML |
( |
int |
Index, |
|
|
TiXmlNode * |
XMLParentElement |
|
) |
| |
|
overridevirtual |
Create the formatted XML data of the Statistic.
- Parameters
-
Index | The Index of the Statistic. |
XMLParentElement | The parent element to receive the XML data. |
Implements SST::SSTInfoElement_Outputter.
The documentation for this class was generated from the following files:
- src/sst/core/sstinfo.h
- src/sst/core/sstinfo.cc