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

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.
 

Detailed Description

An interface (deprecated) that describes a Port.

Constructor & Destructor Documentation

◆ ~PortInfo()

virtual classic::gov::cca::PortInfo::~PortInfo ( )
inlinevirtual

obligatory virtual destructor

103{}

Member Function Documentation

◆ getType()

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.

◆ getName()

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.

◆ getProperty()

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: