classic_gov_cca_PortInfo(3)
| classic::gov::cca::PortInfo(3) | 'Classic' CCA c++ binding (ccaffeine-only) | classic::gov::cca::PortInfo(3) |
NAME
classic::gov::cca::PortInfo -
An interface (deprecated) that describes a Port.
SYNOPSIS
#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.
Detailed Description
An interface (deprecated) that describes a Port.
Constructor & Destructor Documentation
virtual classic::gov::cca::PortInfo::~PortInfo () [inline, virtual]
obligatory virtual destructor
{}
Member Function Documentation
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.
Author
Generated automatically by Doxygen for 'Classic' CCA c++ binding (ccaffeine-only) from the source code.
| Tue Nov 12 2013 | Version 0.5.7 |
