|
CPN
Computational Process Networks
|
Collaboration diagram for CPN::RemoteContextClient::WaiterInfo:Public Member Functions | |
| WaiterInfo (unsigned wid) | |
Public Attributes | |
| unsigned | waiterid |
| PthreadCondition | cond |
| bool | signaled |
| Variant | msg |
Struct to hold information for a call to the RemoteContextServer which returns a result. This is used by RemoteCall.
Definition at line 123 of file RemoteContextClient.h.
|
inline |
Definition at line 124 of file RemoteContextClient.h.
| PthreadCondition CPN::RemoteContextClient::WaiterInfo::cond |
Definition at line 126 of file RemoteContextClient.h.
Referenced by CPN::RemoteContextClient::RemoteCall().
| Variant CPN::RemoteContextClient::WaiterInfo::msg |
Definition at line 128 of file RemoteContextClient.h.
Referenced by CPN::RemoteContextClient::RemoteCall().
| bool CPN::RemoteContextClient::WaiterInfo::signaled |
Definition at line 127 of file RemoteContextClient.h.
Referenced by CPN::RemoteContextClient::RemoteCall().
| unsigned CPN::RemoteContextClient::WaiterInfo::waiterid |
Definition at line 125 of file RemoteContextClient.h.
Referenced by CPN::RemoteContextClient::AddWaiter(), and CPN::RemoteContextClient::RemoteCall().
1.8.5