ACE_RMCast 8.0.5
Loading...
Searching...
No Matches
ACE_RMCast::Flow Class Reference

#include <Flow.h>

Inheritance diagram for ACE_RMCast::Flow:
Collaboration diagram for ACE_RMCast::Flow:

Public Member Functions

 Flow (Parameters const &)
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 ()
virtual void out_stop ()
virtual void out_start (Out_Element *out)

Private Attributes

Mutex mutex_
ACE_Time_Value nak_time_
ACE_Time_Value sample_start_time_
unsigned long sample_bytes_
double current_tput_
double cap_tput_

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ Flow()

ACE_RMCast::Flow::Flow ( Parameters const & )

Member Function Documentation

◆ recv()

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

Reimplemented from ACE_RMCast::In_Element.

◆ send()

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

Reimplemented from ACE_RMCast::Out_Element.

Member Data Documentation

◆ cap_tput_

double ACE_RMCast::Flow::cap_tput_
private

◆ current_tput_

double ACE_RMCast::Flow::current_tput_
private

◆ mutex_

Mutex ACE_RMCast::Flow::mutex_
private

◆ nak_time_

ACE_Time_Value ACE_RMCast::Flow::nak_time_
private

◆ sample_bytes_

unsigned long ACE_RMCast::Flow::sample_bytes_
private

◆ sample_start_time_

ACE_Time_Value ACE_RMCast::Flow::sample_start_time_
private

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