msg_wait_async_reply Class Reference
implements the message reply keeper for asynchronous send
More...
#include <msg_user.h>
List of all members.
Detailed Description
implements the message reply keeper for asynchronous send
Definition at line 82 of file msg_user.h.
Constructor & Destructor Documentation
msg_wait_async_reply::msg_wait_async_reply |
( |
const guid_t & |
ident, |
|
|
ub8_t |
timeout_ | |
|
) |
| | |
constructor
- Parameters:
-
ident |
unique message marker |
timeout_ |
timeout in milliseconds |
Definition at line 56 of file msg_user.cpp.
References _expired.
msg_wait_async_reply::~msg_wait_async_reply |
( |
|
) |
[inline] |
Member Function Documentation
void msg_wait_async_reply::set_reply |
( |
msg_cpp * |
msg_ |
) |
[inline] |
sets incoming reply
- Parameters:
-
Definition at line 96 of file msg_user.h.
References _reply.
msg_cpp* msg_wait_async_reply::get_reply |
( |
|
) |
[inline] |
msg_cpp* msg_wait_async_reply::get_reply_data |
( |
guid_t & |
ident |
) |
[inline] |
bool msg_wait_async_reply::is_expired |
( |
sb8_t |
now |
) |
const [inline] |
Member Data Documentation
The documentation for this class was generated from the following files: