ACE_QoS_Params Class ReferenceWrapper class that simplifies the information passed to the QoS enabled <ACE_OS::connect> and <ACE_OS::join_leaf> methods. More...
Collaboration diagram for ACE_QoS_Params:
![]()
Detailed DescriptionWrapper class that simplifies the information passed to the QoS enabled <ACE_OS::connect> and <ACE_OS::join_leaf> methods.Constructor & Destructor Documentation
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.
Member Function Documentation
Get caller data.
Set caller data.
Get callee data.
Set callee data.
Get socket qos.
Set socket qos.
Get group socket qos.
Set group socket qos.
Get flags.
Set flags.
Member Data Documentation
A pointer to the user data that is to be transferred to the peer during connection establishment.
A pointer to the user data that is to be transferred back from the peer during connection establishment.
A pointer to the flow speicfications for the socket, one for each direction.
A pointer to the flow speicfications for the socket group, if applicable.
Flags that indicate if we're a sender, receiver, or both.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:16:17 2008 for ACE by ![]() |