SST  7.1.0
StructuralSimulationToolkit
SST::ElementInfoParam Struct Reference

Describes Parameters to a Component. More...

#include <elibase.h>

Data Fields

const char * name
 
const char * description
 
const char * defaultValue
 

Detailed Description

Describes Parameters to a Component.

Field Documentation

◆ defaultValue

const char* SST::ElementInfoParam::defaultValue

Default value (if any) NULL == required parameter with no default, "" == optional parameter, blank default, "foo" == default value

Referenced by SST::SSTInfoElement_ParamInfo::SSTInfoElement_ParamInfo().

◆ description

const char* SST::ElementInfoParam::description

Brief description of the parameter (ie, what it controls)

◆ name

const char* SST::ElementInfoParam::name

Name of the parameter


The documentation for this struct was generated from the following file: