#include <EC_RTCORBA_Dispatching.h>
Inheritance diagram for TAO_EC_RTCORBA_Dispatching:
Public Member Functions | |
TAO_EC_RTCORBA_Dispatching (const RTCORBA::ThreadpoolLanes &lanes, RTCORBA::PriorityMapping *mapping, RTCORBA::Current_ptr current) | |
Constructor. | |
~TAO_EC_RTCORBA_Dispatching (void) | |
Destructor. | |
virtual void | activate (void) |
virtual void | shutdown (void) |
virtual void | push (TAO_EC_ProxyPushSupplier *proxy, RtecEventComm::PushConsumer_ptr consumer, const RtecEventComm::EventSet &event, TAO_EC_QOS_Info &qos_info ACE_ENV_ARG_DECL) |
virtual void | push_nocopy (TAO_EC_ProxyPushSupplier *proxy, RtecEventComm::PushConsumer_ptr consumer, RtecEventComm::EventSet &event, TAO_EC_QOS_Info &qos_info ACE_ENV_ARG_DECL) |
Private Attributes | |
RTCORBA::ThreadpoolLanes | lanes_ |
The thread pools... | |
RTCORBA::PriorityMapping * | priority_mapping_ |
Used to map between CORBA and native priorities. | |
RTCORBA::Current_var | current_ |
Used to get the current RTCORBA priority. | |
ACE_Thread_Manager | thread_manager_ |
Use our own thread manager. | |
TAO_EC_Dispatching_Task * | tasks_ |
The dispatching task(s), one per lane. |
|
Constructor.
|
|
Destructor.
|
|
Initialize all the data structures, activate any internal threads, etc. Implements TAO_EC_Dispatching. |
|
The consumer represented by proxy should receive event. It can use the information in qos_info to determine the event priority (among other things). Implements TAO_EC_Dispatching. |
|
Implements TAO_EC_Dispatching. |
|
Deactivate any internal threads and cleanup internal data structures, it should only return once the threads have finished their jobs. Implements TAO_EC_Dispatching. |
|
Used to get the current RTCORBA priority.
|
|
The thread pools...
|
|
Used to map between CORBA and native priorities.
|
|
The dispatching task(s), one per lane.
|
|
Use our own thread manager.
|