| 
    SST
    7.2.0
    
   StructuralSimulationToolkit 
   | 
 
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 | 
Describes Ports that the Component can use.
| 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
Referenced by SST::SSTInfoElement_PortInfo::SSTInfoElement_PortInfo().