SST  11.0.0
StructuralSimulationToolkit
SST::ElementInfoPort Struct Reference

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

#include <elibase.h>

Data Fields

const char * name
 
const char * description
 
const char ** validEvents
 

Detailed Description

Describes Ports that the Component can use.

Field Documentation

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 char** SST::ElementInfoPort::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: