Public Attributes | |
ACE_INT32 | msg_type_ |
Type of the request (i.e., ). | |
ACE_UINT32 | block_forever_ |
ACE_UINT32 | sec_timeout_ |
Max seconds willing to wait for name if not blocking forever. | |
ACE_UINT32 | usec_timeout_ |
Max micro seconds to wait for name if not blocking forever. | |
ACE_UINT32 | time_ |
The data portion contains . |
|
Indicates if we should block forever. If 0, then sec_timeout_ and usec_timeout_ indicates how long we should wait. Definition at line 117 of file Time_Request_Reply.h. Referenced by ACE_Time_Request::ACE_Time_Request(), ACE_Time_Request::block_forever(), ACE_Time_Request::decode(), and ACE_Time_Request::encode(). |
|
Type of the request (i.e., ).
Definition at line 113 of file Time_Request_Reply.h. Referenced by ACE_Time_Request::decode(), ACE_Time_Request::encode(), and ACE_Time_Request::msg_type(). |
|
Max seconds willing to wait for name if not blocking forever.
Definition at line 120 of file Time_Request_Reply.h. Referenced by ACE_Time_Request::ACE_Time_Request(), ACE_Time_Request::decode(), ACE_Time_Request::encode(), and ACE_Time_Request::timeout(). |
|
The data portion contains .
Definition at line 126 of file Time_Request_Reply.h. Referenced by ACE_Time_Request::ACE_Time_Request(), ACE_Time_Request::decode(), and ACE_Time_Request::encode(). |
|
Max micro seconds to wait for name if not blocking forever.
Definition at line 123 of file Time_Request_Reply.h. Referenced by ACE_Time_Request::ACE_Time_Request(), ACE_Time_Request::decode(), ACE_Time_Request::encode(), and ACE_Time_Request::timeout(). |