#include <ATM_QoS.h>
Public Methods | |
ACE_ATM_QoS (int=DEFAULT_PKT_SIZE) | |
Default constructor. | |
ACE_ATM_QoS (int, int=DEFAULT_PKT_SIZE) | |
Constructor with a CBR rate. | |
~ACE_ATM_QoS () | |
void | set_rate (ACE_HANDLE, int, int) |
Set the rate. | |
void | set_cbr_rate (int, int=DEFAULT_PKT_SIZE) |
Set CBR rate in cells per second. | |
ATM_QoS | get_qos (void) |
Get ATM_QoS struct. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Static Public Attributes | |
const long | LINE_RATE = 0L |
const int | OPT_FLAGS_CPID = 0 |
const int | OPT_FLAGS_PMP = 0 |
const int | DEFAULT_SELECTOR = 0x0 |
const int | DEFAULT_PKT_SIZE = 0 |
Protected Methods | |
char * | construct_options (ACE_HANDLE, int, int, long *) |
Construct QoS options. | |
Private Attributes | |
ATM_QoS | qos_ |
This class wraps up QoS parameters for both ATM/XTI and ATM/WinSock2 to make the mechanism for the ATM protocol transparent.
|
Default constructor.
|
|
Constructor with a CBR rate.
|
|
|
|
Construct QoS options.
|
|
Dump the state of an object.
|
|
Get ATM_QoS struct.
|
|
Set CBR rate in cells per second.
|
|
Set the rate.
|
|
Declare the dynamic allocation hooks.
|
|
|
|
|
|
|
|
|
|
|
|
|