NAMD
BroadcastClient.h
Go to the documentation of this file.
1
7
#include "charm++.h"
8
9
#ifndef _BCASTCLI_H
10
#define _BCASTCLI_H
11
12
class
BroadcastClient
{
13
public
:
14
int
id
;
15
BroadcastClient
(
int
id
);
16
~BroadcastClient
();
17
void
awaken
(
int
id
,
int
tag);
18
19
protected
:
20
void
suspendFor
(
int
tag);
21
22
int
suspended
;
23
int
waitForTag
;
24
CthThread
thread
;
25
};
26
27
#endif
28
BroadcastClient::~BroadcastClient
~BroadcastClient()
Definition:
BroadcastClient.C:22
BroadcastClient::id
int id
Definition:
BroadcastClient.h:14
BroadcastClient::awaken
void awaken(int id, int tag)
Definition:
BroadcastClient.C:27
BroadcastClient::waitForTag
int waitForTag
Definition:
BroadcastClient.h:23
BroadcastClient::thread
CthThread thread
Definition:
BroadcastClient.h:24
BroadcastClient::suspended
int suspended
Definition:
BroadcastClient.h:22
BroadcastClient::suspendFor
void suspendFor(int tag)
Definition:
BroadcastClient.C:36
BroadcastClient
Definition:
BroadcastClient.h:12
BroadcastClient::BroadcastClient
BroadcastClient(int id)
Definition:
BroadcastClient.C:15
Generated by
1.8.14