TAO_ECG_Dgram_Handler Class Reference

Interface used by mcast/udp handlers to notify interested components (usually Event Receivers) that there is data available on the dgram for reading, and to query them about event type to mcast group mappings. More...

#include <ECG_Adapters.h>

Inheritance diagram for TAO_ECG_Dgram_Handler:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~TAO_ECG_Dgram_Handler (void)
virtual int handle_input (ACE_SOCK_Dgram &dgram)=0
virtual void get_addr (const RtecEventComm::EventHeader &header, RtecUDPAdmin::UDP_Addr_out addr)=0
virtual void get_address (const RtecEventComm::EventHeader &header, RtecUDPAdmin::UDP_Address_out addr)=0

Detailed Description

Interface used by mcast/udp handlers to notify interested components (usually Event Receivers) that there is data available on the dgram for reading, and to query them about event type to mcast group mappings.

Definition at line 60 of file ECG_Adapters.h.


Constructor & Destructor Documentation

TAO_ECG_Dgram_Handler::~TAO_ECG_Dgram_Handler void   )  [virtual]
 

Definition at line 15 of file ECG_Adapters.cpp.

00016 {
00017 }


Member Function Documentation

virtual void TAO_ECG_Dgram_Handler::get_addr const RtecEventComm::EventHeader header,
RtecUDPAdmin::UDP_Addr_out  addr
[pure virtual]
 

Call the RtecUDPAdmin::AddrServer::get_addr. Throws exception if nil Address Server was specified in init ().

Implemented in TAO_ECG_UDP_Receiver.

Referenced by TAO_ECG_Mcast_EH::compute_required_subscriptions().

virtual void TAO_ECG_Dgram_Handler::get_address const RtecEventComm::EventHeader header,
RtecUDPAdmin::UDP_Address_out  addr
[pure virtual]
 

Call the RtecUDPAdmin::AddrServer::get_address. Throws exception if nil Address Server was specified in init ().

Implemented in TAO_ECG_UDP_Receiver.

Referenced by TAO_ECG_Mcast_EH::compute_required_subscriptions().

virtual int TAO_ECG_Dgram_Handler::handle_input ACE_SOCK_Dgram dgram  )  [pure virtual]
 

Implemented in TAO_ECG_UDP_Receiver.

Referenced by TAO_ECG_UDP_EH::handle_input(), TAO_ECG_Simple_Mcast_EH::handle_input(), and TAO_ECG_Mcast_EH::handle_input().


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 15:36:35 2008 for TAO_RTEvent by doxygen 1.3.6