The SSTInfo representation of ElementInfoPort object.
More...
#include <sstinfo.h>
The SSTInfo representation of ElementInfoPort object.
This class is used internally by SSTInfo to load and process ElementInfoPort objects.
SST::SSTInfoElement_PortInfo::SSTInfoElement_PortInfo |
( |
const ElementInfoPort * |
elport | ) |
|
|
inline |
void SSTInfoElement_PortInfo::generatePortInfoXMLData |
( |
int |
Index, |
|
|
TiXmlNode * |
XMLParentElement |
|
) |
| |
Create the formatted XML data of the Port.
- Parameters
-
Index | The Index of the Port. |
XMLParentElement | The parent element to receive the XML data. |
const char* SST::SSTInfoElement_PortInfo::getDesc |
( |
| ) |
|
|
inline |
const char* SST::SSTInfoElement_PortInfo::getName |
( |
| ) |
|
|
inline |
int SST::SSTInfoElement_PortInfo::getNumberOfValidEvents |
( |
| ) |
|
|
inline |
Return the number of Valid Events related to the Port.
const char * SSTInfoElement_PortInfo::getValidEvent |
( |
unsigned int |
index | ) |
|
Return the a specific Valid Events.
- Parameters
-
index | The index of the Valid Event. |
const char** SST::SSTInfoElement_PortInfo::getValidEvents |
( |
| ) |
|
|
inline |
void SSTInfoElement_PortInfo::outputPortInfo |
( |
int |
Index | ) |
|
Output the Port Information.
- Parameters
-
Index | The Index of the Port. |
The documentation for this class was generated from the following files:
- src/sst/core/sstinfo.h
- src/sst/core/sstinfo.cc