|
'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.
|
inlinevirtual |
obligatory virtual destructor
|
virtual |
Returns the type for this Port.
This string corresponds to the interface name of the port, but may not be identical.
|
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 |
Returns the string value for this property, or 0 if it is undefined.