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

Public Member Functions | |
| virtual const char * | get_repository_id ()=0 | 
| virtual void | uses_port_changed (Engines::DSC::uses_port *new_uses_port, const Engines::DSC::Message message)=0 | 
| virtual Ports::PortProperties_ptr | get_port_properties () | 
Protected Attributes | |
| PortProperties_i * | default_properties | 
This class implements a DSC_User uses C++ port.
This class is base class for all DSC_User uses port. It's an abstract class.
Contrary to DSC_Basic layer, a uses port as an implementation provided by this class which permits to manipulate the uses port.
      
  | 
  pure virtual | 
This is used by the component to get the CORBA repository id of the uses port. It's an abstract method.
Implemented in data_short_port_uses.
      
  | 
  pure virtual | 
This method is the uses port's callback to be aware of connections states. It's an abstract method. The uses port uses this method to manage the sequence of the DSC_Basic uses port.
| new_uses_port | new uses port sequence. | 
| message | message associated with this modification. | 
Implemented in data_short_port_uses.
      
  | 
  virtualinherited | 
This is used to get the property object of the port.