TAO_RTEvent
2.0.8
|
Observes changes in the EC consumer subscriptions and notifies TAO_ECG_Mcast_EH when there are changes. More...
Public Member Functions | |
Observer (TAO_ECG_Mcast_EH *eh) | |
void | shutdown (void) |
TAO_ECG_Mcast_EH * | eh_ |
Handler we notify of subscriptions changes. | |
virtual void | update_consumer (const RtecEventChannelAdmin::ConsumerQOS &sub) |
Event Channel Observer methods. | |
virtual void | update_supplier (const RtecEventChannelAdmin::SupplierQOS &pub) |
Handler we notify of subscriptions changes. |
Observes changes in the EC consumer subscriptions and notifies TAO_ECG_Mcast_EH when there are changes.
TAO_ECG_Mcast_EH::Observer::Observer | ( | TAO_ECG_Mcast_EH * | eh | ) |
Constructor. Changes in the EC subscriptions will be reported to the eh.
void TAO_ECG_Mcast_EH::Observer::shutdown | ( | void | ) |
Shut down the observer: disconnect from EC and deactivate from POA.
void TAO_ECG_Mcast_EH::Observer::update_consumer | ( | const RtecEventChannelAdmin::ConsumerQOS & | sub | ) | [virtual] |
Event Channel Observer methods.
void TAO_ECG_Mcast_EH::Observer::update_supplier | ( | const RtecEventChannelAdmin::SupplierQOS & | pub | ) | [virtual] |
Handler we notify of subscriptions changes.
TAO_ECG_Mcast_EH* TAO_ECG_Mcast_EH::Observer::eh_ [private] |
Handler we notify of subscriptions changes.