SST  6.0.0
StructuralSimulationToolkit
SST::SSTInfoElement_StatisticInfo Class Reference

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...
 

Detailed Description

The SSTInfo representation of ElementInfoPort object.

This class is used internally by SSTInfo to load and process ElementInfoPort objects.

Constructor & Destructor Documentation

SST::SSTInfoElement_StatisticInfo::SSTInfoElement_StatisticInfo ( const ElementInfoStatistic elstat)
inline

Create a new SSTInfoElement_StatisticInfo object.

Parameters
elstatPointer to an ElementInfoStatistic object.

Member Function Documentation

void SSTInfoElement_StatisticInfo::generateStatisticXMLData ( int  Index,
TiXmlNode *  XMLParentElement 
)

Create the formatted XML data of the Statistic.

Parameters
IndexThe Index of the Statistic.
XMLParentElementThe parent element to receive the XML data.
const char* SST::SSTInfoElement_StatisticInfo::getDesc ( )
inline

Return the Description of the Statistic.

References SST::ElementInfoStatistic::description.

const uint8_t SST::SSTInfoElement_StatisticInfo::getEnableLevel ( )
inline

Return the enable level of the Statistic.

References SST::ElementInfoStatistic::enableLevel.

const char* SST::SSTInfoElement_StatisticInfo::getName ( )
inline

Return the Name of the Statistic.

References SST::ElementInfoStatistic::name.

const char* SST::SSTInfoElement_StatisticInfo::getUnits ( )
inline

Return the Units of the Statistic.

References SST::ElementInfoStatistic::units.

void SSTInfoElement_StatisticInfo::outputStatisticInfo ( int  Index)

Output the Statistic Information.

Parameters
IndexThe Index of the Statistic.

The documentation for this class was generated from the following files: