SST
6.0.0
StructuralSimulationToolkit
|
Describes Ports that the Component can use. More...
#include <element.h>
Data Fields | |
const char * | name |
const char * | description |
const char ** | validEvents |
Describes Ports that the Component can use.
const char* SST::ElementInfoPort::description |
Brief description of the port (ie, what it is used for)
Referenced by SST::SSTInfoElement_PortInfo::getDesc().
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
Referenced by SST::SSTInfoElement_PortInfo::getName().
const char** SST::ElementInfoPort::validEvents |
List of fully-qualified event types that this Port expects to send or receive
Referenced by SST::SSTInfoElement_PortInfo::getValidEvents().