ACE 8.0.1
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ACE_QoS Class Reference

Wrapper class that holds the sender and receiver flow spec information, which is used by IntServ (RSVP) and DiffServ. More...

#include <OS_QoS.h>

Collaboration diagram for ACE_QoS:
Collaboration graph
[legend]

Public Member Functions

 ACE_QoS ()
 Constructor.
 
ACE_Flow_Specsending_flowspec () const
 Get the flow spec for data sending.
 
void sending_flowspec (ACE_Flow_Spec *fs)
 Set the flow spec for data sending.
 
ACE_Flow_Specreceiving_flowspec () const
 Get the flow spec for data receiving.
 
void receiving_flowspec (ACE_Flow_Spec *fs)
 Set the flow spec for data receiving.
 
iovec provider_specific () const
 Get the provider specific information.
 
void provider_specific (const iovec &ps)
 Set the provider specific information.
 

Private Attributes

ACE_Flow_Specsending_flowspec_
 
ACE_Flow_Specreceiving_flowspec_
 

Detailed Description

Wrapper class that holds the sender and receiver flow spec information, which is used by IntServ (RSVP) and DiffServ.

Constructor & Destructor Documentation

◆ ACE_QoS()

ACE_QoS::ACE_QoS ( )

Constructor.

Member Function Documentation

◆ provider_specific() [1/2]

iovec ACE_QoS::provider_specific ( ) const

Get the provider specific information.

◆ provider_specific() [2/2]

void ACE_QoS::provider_specific ( const iovec & ps)

Set the provider specific information.

◆ receiving_flowspec() [1/2]

ACE_Flow_Spec * ACE_QoS::receiving_flowspec ( ) const

Get the flow spec for data receiving.

◆ receiving_flowspec() [2/2]

void ACE_QoS::receiving_flowspec ( ACE_Flow_Spec * fs)

Set the flow spec for data receiving.

◆ sending_flowspec() [1/2]

ACE_Flow_Spec * ACE_QoS::sending_flowspec ( ) const

Get the flow spec for data sending.

◆ sending_flowspec() [2/2]

void ACE_QoS::sending_flowspec ( ACE_Flow_Spec * fs)

Set the flow spec for data sending.

Member Data Documentation

◆ receiving_flowspec_

ACE_Flow_Spec* ACE_QoS::receiving_flowspec_
private

◆ sending_flowspec_

ACE_Flow_Spec* ACE_QoS::sending_flowspec_
private

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