#include <OS_QoS.h>
Collaboration diagram for ACE_QoS:
Public Methods | |
ACE_QoS (void) | |
Constructor. | |
ACE_Flow_Spec * | sending_flowspec (void) const |
Get the flow spec for data sending. | |
void | sending_flowspec (ACE_Flow_Spec *fs) |
Set the flow spec for data sending. | |
ACE_Flow_Spec * | receiving_flowspec (void) 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 (void) const |
Get the provider specific information. | |
void | provider_specific (const iovec &ps) |
Set the provider specific information. | |
Private Attributes | |
ACE_Flow_Spec * | sending_flowspec_ |
ACE_Flow_Spec * | receiving_flowspec_ |
|
Constructor.
|
|
Set the provider specific information.
|
|
Get the provider specific information.
|
|
Set the flow spec for data receiving.
|
|
Get the flow spec for data receiving.
|
|
Set the flow spec for data sending.
|
|
Get the flow spec for data sending.
|
|
|
|
|