Version: 9.12.0
provides_port Class Referenceabstract

This class implements a DSC_User provides C++ port. More...

#include <provides_port.hxx>

Inheritance diagram for provides_port:

Public Member Functions

 provides_port ()
 
virtual ~provides_port ()
 
virtual Ports::Port_ptr get_port_ref ()=0
 This method permits to get the CORBA reference of the port. More...
 
virtual void provides_port_changed (int, const Engines::DSC::Message)
 This method is the callback called by the component to inform the provides port of a new or a removed connection. More...
 
virtual Ports::PortProperties_ptr get_port_properties ()
 This is used to get the property object of the port. More...
 

Protected Attributes

PortProperties_idefault_properties
 

Detailed Description

This class implements a DSC_User provides C++ port.

This class is base class for all DSC_User provides port. It's an abstract class.

Constructor & Destructor Documentation

◆ provides_port()

provides_port::provides_port ( )

◆ ~provides_port()

provides_port::~provides_port ( )
virtual

Member Function Documentation

◆ get_port_properties()

Ports::PortProperties_ptr base_port::get_port_properties ( )
virtualinherited

This is used to get the property object of the port.

Returns
property's CORBA reference.

References base_port::default_properties.

◆ get_port_ref()

virtual Ports::Port_ptr provides_port::get_port_ref ( )
pure virtual

This method permits to get the CORBA reference of the port.

Returns
port's CORBA reference.

Implemented in palm_data_short_port_provides, palm_data_seq_short_port_provides, and data_short_port_provides.

◆ provides_port_changed()

virtual void provides_port::provides_port_changed ( int  ,
const Engines::DSC::Message   
)
virtual

This method is the callback called by the component to inform the provides port of a new or a removed connection.

Parameters
connection_nbrcurrent connection number.
messagemessage associated with this connection.

Field Documentation

◆ default_properties

PortProperties_i* base_port::default_properties
protectedinherited