CPN
Computational Process Networks
Public Member Functions | Public Attributes | List of all members
CPN::RemoteContextClient::WaiterInfo Struct Reference
+ Collaboration diagram for CPN::RemoteContextClient::WaiterInfo:

Public Member Functions

 WaiterInfo (unsigned wid)
 

Public Attributes

unsigned waiterid
 
PthreadCondition cond
 
bool signaled
 
Variant msg
 

Detailed Description

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.

Constructor & Destructor Documentation

CPN::RemoteContextClient::WaiterInfo::WaiterInfo ( unsigned  wid)
inline

Member Data Documentation

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

The documentation for this struct was generated from the following file: