SST  10.1.0
StructuralSimulationToolkit
SST::ConfigComponent Class Reference

Represents the configuration of a generic component. More...

#include <configGraph.h>

Inheritance diagram for SST::ConfigComponent:
SST::Core::Serialization::serializable

Public Member Functions

const ComponentId_t & key () const
 
void print (std::ostream &os) const
 Print Component information.
 
ConfigComponent cloneWithoutLinks () const
 
ConfigComponent cloneWithoutLinksOrParams () const
 
ComponentId_t getNextSubComponentID ()
 
ConfigComponentgetParent () const
 
std::string getFullName () const
 
void setRank (RankInfo r)
 
void setWeight (double w)
 
void setCoordinates (const std::vector< double > &c)
 
void addParameter (const std::string &key, const std::string &value, bool overwrite)
 
ConfigComponentaddSubComponent (ComponentId_t, const std::string &name, const std::string &type, int slot)
 
ConfigComponentfindSubComponent (ComponentId_t)
 
const ConfigComponentfindSubComponent (ComponentId_t) const
 
ConfigComponentfindSubComponentByName (const std::string &name)
 
void enableStatistic (const std::string &statisticName, bool recursively=false)
 
void addStatisticParameter (const std::string &statisticName, const std::string &param, const std::string &value, bool recursively=false)
 
void setStatisticParameters (const std::string &statisticName, const Params &params, bool recursively=false)
 
void setStatisticLoadLevel (uint8_t level, bool recursively=false)
 
std::vector< LinkId_t > allLinks () const
 
void serialize_order (SST::Core::Serialization::serializer &ser) override
 
- Public Member Functions inherited from SST::Core::Serialization::serializable
virtual const char * cls_name () const =0
 
virtual uint32_t cls_id () const =0
 
virtual std::string serialization_name () const =0
 

Data Fields

ComponentId_t id
 
ConfigGraphgraph
 
std::string name
 
int slot_num
 
std::string type
 
float weight
 
RankInfo rank
 
std::vector< LinkId_t > links
 
Params params
 
uint8_t statLoadLevel
 
std::vector
< Statistics::StatisticInfo
enabledStatistics
 
std::vector< ConfigComponentsubComponents
 
std::vector< double > coords
 
uint16_t nextSubID
 
bool visited
 

Static Public Attributes

static constexpr ComponentId_t null_id = std::numeric_limits<ComponentId_t>::max()
 
- Static Public Attributes inherited from SST::Core::Serialization::serializable
static constexpr uint32_t NullClsId = std::numeric_limits<uint32_t>::max()
 

Friends

class ConfigGraph
 

Additional Inherited Members

- Protected Types inherited from SST::Core::Serialization::serializable
enum  cxn_flag_t { ConstructorFlag }
 
- Static Protected Member Functions inherited from SST::Core::Serialization::serializable
static void serializable_abort (uint32_t line, const char *file, const char *func, const char *obj)
 

Detailed Description

Represents the configuration of a generic component.

Field Documentation

std::vector<Statistics::StatisticInfo> SST::ConfigComponent::enabledStatistics

List of statistics to be enabled

ConfigGraph* SST::ConfigComponent::graph

Graph that this component belongs to

ComponentId_t SST::ConfigComponent::id

Unique ID of this component

Referenced by SST::Simulation::performWireUp().

std::vector<LinkId_t> SST::ConfigComponent::links

List of links connected

std::string SST::ConfigComponent::name

Name of this component, or slot name for subcomp

Referenced by SST::Simulation::performWireUp(), and SST::ConfigStatGroup::verifyStatsAndComponents().

uint16_t SST::ConfigComponent::nextSubID

Next subID to use for children, if component, if subcomponent, subid of parent

constexpr ComponentId_t SST::ConfigComponent::null_id = std::numeric_limits<ComponentId_t>::max()
static

Used when traversing graph to indicate component was visited already

Params SST::ConfigComponent::params

Set of Parameters

Referenced by SST::Simulation::performWireUp().

RankInfo SST::ConfigComponent::rank

Parallel Rank for this component

Referenced by SST::Simulation::performWireUp().

int SST::ConfigComponent::slot_num

Slot number. Only valid for subcomponents

uint8_t SST::ConfigComponent::statLoadLevel

Statistic load level for this component

std::vector<ConfigComponent> SST::ConfigComponent::subComponents

List of subcomponents

std::string SST::ConfigComponent::type
float SST::ConfigComponent::weight

Partitioning weight for this component


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