This class a port that sends a CORBA short with the basic port policy. More...
#include <data_short_port_uses.hxx>

Public Member Functions | |
| data_short_port_uses () | |
| virtual | ~data_short_port_uses () | 
| virtual const char * | get_repository_id () | 
| This method is used by the component to get port's CORBA repository id.  More... | |
| virtual void | put (CORBA::Short data) | 
| This method is used by the component to send a short value to all the provides ports connected.  More... | |
| virtual void | uses_port_changed (Engines::DSC::uses_port *new_uses_port, const Engines::DSC::Message message) | 
| This method is a callback for be aware of modification of the port's connections.  More... | |
| virtual Ports::PortProperties_ptr | get_port_properties () | 
| This is used to get the property object of the port.  More... | |
Protected Attributes | |
| PortProperties_i * | default_properties | 
Private Attributes | |
| Engines::DSC::uses_port * | _my_ports | 
This class a port that sends a CORBA short with the basic port policy.
| data_short_port_uses::data_short_port_uses | ( | ) | 
References _my_ports.
      
  | 
  virtual | 
      
  | 
  virtualinherited | 
This is used to get the property object of the port.
References base_port::default_properties.
      
  | 
  virtual | 
This method is used by the component to get port's CORBA repository id.
Implements uses_port.
      
  | 
  virtual | 
This method is used by the component to send a short value to all the provides ports connected.
| data | the short sended. | 
References _my_ports.
      
  | 
  virtual | 
      
  | 
  private | 
Referenced by data_short_port_uses(), put(), and uses_port_changed().
      
  | 
  protectedinherited | 
Referenced by base_port::base_port(), base_port::get_port_properties(), and base_port::~base_port().