#include "ace/pre.h"
#include "ace/OS.h"
#include "RMCast_Export.h"
#include "ace/post.h"
Include dependency graph for RMCast.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_RMCast |
The RMCast namespace. More... | |
struct | ACE_RMCast::Data |
This is the main message sent by senders. More... | |
struct | ACE_RMCast::Poll |
struct | ACE_RMCast::Ack_Join |
Receivers accept new members using this message. More... | |
struct | ACE_RMCast::Ack_Leave |
Senders acknowledge when receivers try to leave. More... | |
struct | ACE_RMCast::Ack |
Provide feedback to the sender about messages received and sent so far. More... | |
struct | ACE_RMCast::Join |
Receivers send this message to indicate they want to join. More... | |
struct | ACE_RMCast::Leave |
Receivers send this message to disconnect gracefully. More... |