ACE_RMCast 8.0.2
Loading...
Searching...
No Matches
Classes | Public Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
ACE_RMCast::Retransmit Class Reference

#include <Retransmit.h>

Inheritance diagram for ACE_RMCast::Retransmit:
Inheritance graph
[legend]
Collaboration diagram for ACE_RMCast::Retransmit:
Collaboration graph
[legend]

Classes

struct  Descr
 

Public Member Functions

 Retransmit (Parameters const &params)
 
virtual void out_start (Out_Element *out)
 
virtual void out_stop ()
 
virtual void send (Message_ptr m)
 
virtual void recv (Message_ptr m)
 
- Public Member Functions inherited from ACE_RMCast::In_Element
virtual ~In_Element ()
 
 In_Element ()
 
virtual void in_stop ()
 
virtual void in_start (In_Element *in)
 
- Public Member Functions inherited from ACE_RMCast::Out_Element
virtual ~Out_Element ()
 
 Out_Element ()
 

Private Types

typedef ACE_Hash_Map_Manager< u64, Descr, ACE_Null_MutexQueue
 

Private Member Functions

void track ()
 

Static Private Member Functions

static ACE_THR_FUNC_RETURN track_thunk (void *obj)
 

Private Attributes

Parameters const & params_
 
Queue queue_
 
Mutex mutex_
 
Condition cond_
 
bool stop_
 
ACE_Thread_Manager tracker_mgr_
 

Additional Inherited Members

- Protected Attributes inherited from ACE_RMCast::In_Element
In_Elementin_
 
- Protected Attributes inherited from ACE_RMCast::Out_Element
Out_Elementout_
 

Member Typedef Documentation

◆ Queue

Constructor & Destructor Documentation

◆ Retransmit()

ACE_RMCast::Retransmit::Retransmit ( Parameters const & params)

Member Function Documentation

◆ out_start()

void ACE_RMCast::Retransmit::out_start ( Out_Element * out)
virtual

Reimplemented from ACE_RMCast::Out_Element.

◆ out_stop()

void ACE_RMCast::Retransmit::out_stop ( )
virtual

Reimplemented from ACE_RMCast::Out_Element.

◆ recv()

void ACE_RMCast::Retransmit::recv ( Message_ptr m)
virtual

Reimplemented from ACE_RMCast::In_Element.

◆ send()

void ACE_RMCast::Retransmit::send ( Message_ptr m)
virtual

Reimplemented from ACE_RMCast::Out_Element.

◆ track()

void ACE_RMCast::Retransmit::track ( )
private

◆ track_thunk()

ACE_THR_FUNC_RETURN ACE_RMCast::Retransmit::track_thunk ( void * obj)
staticprivate

Member Data Documentation

◆ cond_

Condition ACE_RMCast::Retransmit::cond_
private

◆ mutex_

Mutex ACE_RMCast::Retransmit::mutex_
private

◆ params_

Parameters const& ACE_RMCast::Retransmit::params_
private

◆ queue_

Queue ACE_RMCast::Retransmit::queue_
private

◆ stop_

bool ACE_RMCast::Retransmit::stop_
private

◆ tracker_mgr_

ACE_Thread_Manager ACE_RMCast::Retransmit::tracker_mgr_
private

The documentation for this class was generated from the following files: