TAO_RTEvent
2.4.0
|
#include <EC_Supplier_Filter.h>
Public Member Functions | |
TAO_EC_Filter_Worker (RtecEventComm::EventSet &event, const TAO_EC_QOS_Info &event_info) | |
virtual void | work (TAO_EC_ProxyPushSupplier *supplier) |
Public Member Functions inherited from TAO_ESF_Worker< TAO_EC_ProxyPushSupplier > | |
virtual | ~TAO_ESF_Worker (void) |
virtual void | set_size (size_t size) |
Private Attributes | |
RtecEventComm::EventSet & | event_ |
The event we push on each case, use a reference to avoid copies. More... | |
const TAO_EC_QOS_Info & | event_info_ |
The QoS info propagated on each event. More... | |
TAO_EC_Filter_Worker::TAO_EC_Filter_Worker | ( | RtecEventComm::EventSet & | event, |
const TAO_EC_QOS_Info & | event_info | ||
) |
|
virtual |
Implements TAO_ESF_Worker< TAO_EC_ProxyPushSupplier >.
|
private |
The event we push on each case, use a reference to avoid copies.
|
private |
The QoS info propagated on each event.