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

Public Member Functions | |
| virtual Ports::Port_ptr | get_port_ref ()=0 | 
| virtual void | provides_port_changed (int connection_nbr, const Engines::DSC::Message message) | 
| virtual Ports::PortProperties_ptr | get_port_properties () | 
Protected Attributes | |
| PortProperties_i * | default_properties | 
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.
      
  | 
  pure virtual | 
This method permits to get the CORBA reference of the port.
Implemented in data_short_port_provides, palm_data_seq_short_port_provides, and palm_data_short_port_provides.
      
  | 
  inlinevirtual | 
This method is the callback called by the component to inform the provides port of a new or a removed connection.
| connection_nbr | current connection number. | 
| message | message associated with this connection. | 
      
  | 
  virtualinherited | 
This is used to get the property object of the port.