ACE_RMCast  7.0.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ACE_RMCast::Socket_Impl Class Reference
Inheritance diagram for ACE_RMCast::Socket_Impl:
Inheritance graph
[legend]
Collaboration diagram for ACE_RMCast::Socket_Impl:
Collaboration graph
[legend]

Public Member Functions

 ~Socket_Impl ()
 
 Socket_Impl (Address const &a, bool loop, Parameters const &params)
 
void send_ (void const *buf, size_t s)
 
ssize_t recv_ (void *buf, size_t s, ACE_Time_Value const *timeout, ACE_INET_Addr *from)
 
ssize_t size_ (ACE_Time_Value const *timeout)
 
ACE_HANDLE get_handle_ ()
 

Private Member Functions

virtual void recv (Message_ptr m)
 

Private Attributes

bool loop_
 
Parameters const params_
 
Mutex mutex_
 
Condition cond_
 
ACE_Unbounded_Queue< Message_ptrqueue_
 
ACE_Pipe signal_pipe_
 
ACE_Auto_Ptr< Fragmentfragment_
 
ACE_Auto_Ptr< Reassemblereassemble_
 
ACE_Auto_Ptr< Acknowledgeacknowledge_
 
ACE_Auto_Ptr< Retransmitretransmit_
 
ACE_Auto_Ptr< Flowflow_
 
ACE_Auto_Ptr< Linklink_
 

Additional Inherited Members

- Protected Member Functions inherited from ACE_RMCast::In_Element
virtual ~In_Element ()
 
 In_Element ()
 
virtual void in_stop ()
 
virtual void in_start (In_Element *in)
 
- Protected Member Functions inherited from ACE_RMCast::Out_Element
virtual ~Out_Element ()
 
 Out_Element ()
 
virtual void out_stop ()
 
virtual void out_start (Out_Element *out)
 
virtual void send (Message_ptr m)
 
- Protected Attributes inherited from ACE_RMCast::In_Element
In_Elementin_
 
- Protected Attributes inherited from ACE_RMCast::Out_Element
Out_Elementout_
 

Constructor & Destructor Documentation

◆ ~Socket_Impl()

ACE_RMCast::Socket_Impl::~Socket_Impl ( )

◆ Socket_Impl()

ACE_RMCast::Socket_Impl::Socket_Impl ( Address const &  a,
bool  loop,
Parameters const &  params 
)

Member Function Documentation

◆ get_handle_()

ACE_HANDLE ACE_RMCast::Socket_Impl::get_handle_ ( )

◆ recv()

void ACE_RMCast::Socket_Impl::recv ( Message_ptr  m)
privatevirtual

Reimplemented from ACE_RMCast::In_Element.

◆ recv_()

ssize_t ACE_RMCast::Socket_Impl::recv_ ( void *  buf,
size_t  s,
ACE_Time_Value const *  timeout,
ACE_INET_Addr from 
)

◆ send_()

void ACE_RMCast::Socket_Impl::send_ ( void const *  buf,
size_t  s 
)

◆ size_()

ssize_t ACE_RMCast::Socket_Impl::size_ ( ACE_Time_Value const *  timeout)

Member Data Documentation

◆ acknowledge_

ACE_Auto_Ptr<Acknowledge> ACE_RMCast::Socket_Impl::acknowledge_
private

◆ cond_

Condition ACE_RMCast::Socket_Impl::cond_
private

◆ flow_

ACE_Auto_Ptr<Flow> ACE_RMCast::Socket_Impl::flow_
private

◆ fragment_

ACE_Auto_Ptr<Fragment> ACE_RMCast::Socket_Impl::fragment_
private

◆ link_

ACE_Auto_Ptr<Link> ACE_RMCast::Socket_Impl::link_
private

◆ loop_

bool ACE_RMCast::Socket_Impl::loop_
private

◆ mutex_

Mutex ACE_RMCast::Socket_Impl::mutex_
private

◆ params_

Parameters const ACE_RMCast::Socket_Impl::params_
private

◆ queue_

ACE_Unbounded_Queue<Message_ptr> ACE_RMCast::Socket_Impl::queue_
private

◆ reassemble_

ACE_Auto_Ptr<Reassemble> ACE_RMCast::Socket_Impl::reassemble_
private

◆ retransmit_

ACE_Auto_Ptr<Retransmit> ACE_RMCast::Socket_Impl::retransmit_
private

◆ signal_pipe_

ACE_Pipe ACE_RMCast::Socket_Impl::signal_pipe_
private

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