SST  11.0.0
StructuralSimulationToolkit
SST::ElementInfoPort2 Struct Reference

Describes Ports that the Component can use. More...

#include <elibase.h>

Public Member Functions

 ElementInfoPort2 (const ElementInfoPort *port)
 
 ElementInfoPort2 (const char *name, const char *description, const std::vector< std::string > validEvents)
 

Data Fields

const char * name
 
const char * description
 
const std::vector< std::string > validEvents
 

Detailed Description

Describes Ports that the Component can use.

Field Documentation

const char* SST::ElementInfoPort2::description

Brief description of the port (ie, what it is used for)

const char* SST::ElementInfoPort2::name

Name of the port. Can contain d for a dynamic port, also %(xxx)d for dynamic port with xxx being the controlling component parameter

const std::vector<std::string> SST::ElementInfoPort2::validEvents

List of fully-qualified event types that this Port expects to send or receive


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