#include <cca.h>
Public Methods | |
| virtual | ~PortInfo () |
| obligatory virtual destructor. More... | |
| virtual CONST char * | getType () CONST=0 |
| Returns the type for this Port. More... | |
| virtual CONST char * | getName () CONST=0 |
| Returns the instance name for this Port. More... | |
| virtual CONST char * | getProperty (char *name)=0 |
| Returns the string value for this property, or 0 if it is undefined. More... | |
|
|
obligatory virtual destructor.
00097 {}
|
|
|
Returns the type for this Port. This string corresponds to the interface name of the port, but may not be identical. |
|
|
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. |
|
|
Returns the string value for this property, or 0 if it is undefined.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002