'Classic' CCA c++ binding (ccaffeine-only)
0.5.7
|
An interface (deprecated) that describes a Port. More...
#include <cca.h>
Public Member Functions | |
virtual | ~PortInfo () |
obligatory virtual destructor | |
virtual CONST char * | getType () CONST CLASSIC_CCA_PURE |
Returns the type for this Port. | |
virtual CONST char * | getName () CONST CLASSIC_CCA_PURE |
Returns the instance name for this Port. | |
virtual CONST char * | getProperty (char *name) CLASSIC_CCA_PURE |
Returns the string value for this property, or 0 if it is undefined. |
An interface (deprecated) that describes a Port.
virtual classic::gov::cca::PortInfo::~PortInfo | ( | ) | [inline, virtual] |
obligatory virtual destructor
{}
virtual CONST char* classic::gov::cca::PortInfo::getType | ( | ) | [virtual] |
Returns the type for this Port.
This string corresponds to the interface name of the port, but may not be identical.
virtual CONST char* classic::gov::cca::PortInfo::getName | ( | ) | [virtual] |
Returns the instance name for this Port.
This name must be unique within the scope of the CCA component which uses or provides this port.
virtual CONST char* classic::gov::cca::PortInfo::getProperty | ( | char * | name | ) | [virtual] |
Returns the string value for this property, or 0 if it is undefined.