#include <RMCast_UDP_Reliable_Receiver.h>
Inheritance diagram for ACE_RMCast_UDP_Reliable_Receiver:
Public Member Functions | |
ACE_RMCast_UDP_Reliable_Receiver (ACE_RMCast_Module *user_control) | |
Constructor. | |
virtual | ~ACE_RMCast_UDP_Reliable_Receiver (void) |
Destructor. | |
int | init (const ACE_INET_Addr &mcast_group) |
Open the UDP I/O module. | |
void | reactive_incoming_messages (ACE_Reactor *reactor) |
Use the reactor to handle incoming messages. | |
Private Attributes | |
ACE_RMCast_Singleton_Factory | user_factory_ |
All the proxys give their messages to user module. | |
ACE_RMCast_Reliable_Factory | factory_ |
This factory creates the per-proxy stack. | |
ACE_RMCast_IO_UDP | io_udp_ |
Handle all the UDP I/O. |
|
Constructor.
|
|
Destructor.
|
|
Open the UDP I/O module.
|
|
Use the reactor to handle incoming messages. TODO Make sure it is removed from the Reactor at some point @ |
|
This factory creates the per-proxy stack.
|
|
Handle all the UDP I/O.
|
|
All the proxys give their messages to user module.
|