#include <OS.h>
Collaboration diagram for ACE_QoS_Params:
Public Methods | |
ACE_QoS_Params (iovec *caller_data = 0, iovec *callee_data = 0, ACE_QoS *socket_qos = 0, ACE_QoS *group_socket_qos = 0, u_long flags = 0) | |
iovec* | caller_data (void) const |
void | caller_data (iovec *) |
iovec* | callee_data (void) const |
void | callee_data (iovec *) |
ACE_QoS* | socket_qos (void) const |
void | socket_qos (ACE_QoS *) |
ACE_QoS* | group_socket_qos (void) const |
void | group_socket_qos (ACE_QoS *) |
u_long | flags (void) const |
void | flags (u_long) |
Private Attributes | |
iovec* | caller_data_ |
A pointer to the user data that is to be transferred to the peer during connection establishment. | |
iovec* | callee_data_ |
A pointer to the user data that is to be transferred back from the peer during connection establishment. | |
ACE_QoS* | socket_qos_ |
A pointer to the flow speicfications for the socket, one for each direction. | |
ACE_QoS* | group_socket_qos_ |
A pointer to the flow speicfications for the socket group, if applicable. | |
u_long | flags_ |
Flags that indicate if we're a sender, receiver, or both. |
|
Initialize the data members. The <caller_data> is a pointer to the user data that is to be transferred to the peer during connection establishment. The <callee_data> is a pointer to the user data that is to be transferred back from the peer during connection establishment. The_<socket_qos> is a pointer to the flow specifications for the socket, one for each direction. The <group_socket_qos> is a pointer to the flow speicfications for the socket group, if applicable. The_<flags> indicate if we're a sender, receiver, or both. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A pointer to the user data that is to be transferred back from the peer during connection establishment.
|
|
A pointer to the user data that is to be transferred to the peer during connection establishment.
|
|
Flags that indicate if we're a sender, receiver, or both.
|
|
A pointer to the flow speicfications for the socket group, if applicable.
|
|
A pointer to the flow speicfications for the socket, one for each direction.
|