#include <EC_Null_Scheduling.h>
Inheritance diagram for TAO_EC_Null_Scheduling
Public Methods | |
TAO_EC_Null_Scheduling (void) | |
Constructor. | |
virtual void | add_proxy_supplier_dependencies ( TAO_EC_ProxyPushSupplier *supplier, TAO_EC_ProxyPushConsumer *consumer, CORBA::Environment &ACE_TRY_ENV) |
Add all the dependencies between <supplier> and <consumer>. | |
virtual void | init_event_qos ( const RtecEventComm::EventHeader& header, TAO_EC_ProxyPushConsumer *consumer, TAO_EC_QOS_Info& qos_info, CORBA::Environment &ACE_TRY_ENV) |
Initializes <qos_info> based on the QoS information for <consumer> and the event header. |
This implementation of the Scheduling_Strategy uses TAO's real-time scheduler.
|
Constructor.
|
|
Add all the dependencies between <supplier> and <consumer>.
Reimplemented from TAO_EC_Scheduling_Strategy. |
|
Initializes <qos_info> based on the QoS information for <consumer> and the event header.
Reimplemented from TAO_EC_Scheduling_Strategy. |