|
SST
6.0.0
StructuralSimulationToolkit
|
The SSTInfo representation of ElementInfoPort object. More...
#include <sstinfo.h>
Public Member Functions | |
| SSTInfoElement_StatisticInfo (const ElementInfoStatistic *elstat) | |
| Create a new SSTInfoElement_StatisticInfo object. More... | |
| const char * | getName () |
| Return the Name of the Statistic. More... | |
| const char * | getDesc () |
| Return the Description of the Statistic. More... | |
| const char * | getUnits () |
| Return the Units of the Statistic. More... | |
| const uint8_t | getEnableLevel () |
| Return the enable level of the Statistic. More... | |
| void | outputStatisticInfo (int Index) |
| Output the Statistic Information. More... | |
| void | generateStatisticXMLData (int Index, TiXmlNode *XMLParentElement) |
| Create the formatted XML data of the Statistic. More... | |
The SSTInfo representation of ElementInfoPort object.
This class is used internally by SSTInfo to load and process ElementInfoPort objects.
|
inline |
Create a new SSTInfoElement_StatisticInfo object.
| elstat | Pointer to an ElementInfoStatistic object. |
| void SSTInfoElement_StatisticInfo::generateStatisticXMLData | ( | int | Index, |
| TiXmlNode * | XMLParentElement | ||
| ) |
Create the formatted XML data of the Statistic.
| Index | The Index of the Statistic. |
| XMLParentElement | The parent element to receive the XML data. |
|
inline |
Return the Description of the Statistic.
References SST::ElementInfoStatistic::description.
|
inline |
Return the enable level of the Statistic.
References SST::ElementInfoStatistic::enableLevel.
|
inline |
Return the Name of the Statistic.
References SST::ElementInfoStatistic::name.
|
inline |
Return the Units of the Statistic.
References SST::ElementInfoStatistic::units.
| void SSTInfoElement_StatisticInfo::outputStatisticInfo | ( | int | Index | ) |
Output the Statistic Information.
| Index | The Index of the Statistic. |