This class a port that sends a CORBA short with the basic port policy. More...
Public Member Functions | |
virtual const char * | get_repository_id () |
virtual void | put (CORBA::Short data) |
virtual void | uses_port_changed (Engines::DSC::uses_port *new_uses_port, const Engines::DSC::Message message) |
virtual Ports::PortProperties_ptr | get_port_properties () |
Protected Attributes | |
PortProperties_i * | default_properties |
This class a port that sends a CORBA short with the basic port policy.
|
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. |
|
virtual |
This method is a callback for be aware of modification of the port's connections.
new_uses_port | the new uses port's sequence. |
message | message associated to the modification. |
Implements uses_port.
|
virtualinherited |
This is used to get the property object of the port.