SST
6.0.0
StructuralSimulationToolkit
|
Describes Statistics used by a Component. More...
#include <element.h>
Data Fields | |
const char * | name |
const char * | description |
const char * | units |
const uint8_t | enableLevel |
Describes Statistics used by a Component.
const char* SST::ElementInfoStatistic::description |
Brief description of the Statistic
Referenced by SST::SSTInfoElement_StatisticInfo::getDesc().
const uint8_t SST::ElementInfoStatistic::enableLevel |
Level to meet to enable statistic 0 = disabled
Referenced by SST::SSTInfoElement_StatisticInfo::getEnableLevel().
const char* SST::ElementInfoStatistic::name |
Name of the Statistic to be Enabled
Referenced by SST::SSTInfoElement_StatisticInfo::getName().
const char* SST::ElementInfoStatistic::units |
Units associated with this Statistic value
Referenced by SST::SSTInfoElement_StatisticInfo::getUnits().