SST
13.1.0
Structural Simulation Toolkit
|
Describes Ports that the Component can use. More...
#include <elibase.h>
Data Fields | |
const char * | name |
const char * | description |
const std::vector< std::string > | validEvents |
Describes Ports that the Component can use.
const char* SST::ElementInfoPort::description |
Brief description of the port (ie, what it is used for)
const char* SST::ElementInfoPort::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::ElementInfoPort::validEvents |
List of fully-qualified event types that this Port expects to send or receive