'Classic' CCA c++ binding (ccaffeine-only)  0.5.7
Public Member Functions
classic::gov::cca::PortInfo Class Reference

An interface (deprecated) that describes a Port. More...

#include <cca.h>

List of all members.

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.


The documentation for this class was generated from the following file: