NAMD
Macros | Functions
PatchMgr.C File Reference
#include "InfoStream.h"
#include "PatchMgr.decl.h"
#include "PatchMgr.h"
#include "NamdTypes.h"
#include "HomePatch.h"
#include "PatchMap.h"
#include "AtomMap.h"
#include "ComputeMsmMsa.h"
#include "main.decl.h"
#include "main.h"
#include "WorkDistrib.decl.h"
#include "WorkDistrib.h"
#include "Node.h"
#include "SimParameters.h"
#include "packmsg.h"
#include "Debug.h"
#include "PatchMgr.def.h"

Go to the source code of this file.

Macros

#define MIN_DEBUG_LEVEL   3
 

Functions

void recvCheckpointReq_handler (envelope *env)
 
void recvCheckpointLoad_handler (envelope *env)
 
void recvCheckpointStore_handler (envelope *env)
 
void recvCheckpointAck_handler (envelope *env)
 
void recvExchangeReq_handler (envelope *env)
 
void recvExchangeMsg_handler (envelope *env)
 

Macro Definition Documentation

#define MIN_DEBUG_LEVEL   3

Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.

Definition at line 29 of file PatchMgr.C.

Function Documentation

void recvCheckpointAck_handler ( envelope *  env)

Definition at line 372 of file PatchMgr.C.

References PatchMgr::Object(), and PatchMgr::recvCheckpointAck().

Referenced by PatchMgr::PatchMgr().

372  {
373  PatchMgr::Object()->recvCheckpointAck(CheckpointAtomsReqMsg::unpack(EnvToUsr(env)));
374  }
void recvCheckpointAck(CheckpointAtomsReqMsg *msg)
Definition: PatchMgr.C:378
static PatchMgr * Object()
Definition: PatchMgr.h:152
void recvCheckpointLoad_handler ( envelope *  env)

Definition at line 320 of file PatchMgr.C.

References PatchMgr::Object(), and PatchMgr::recvCheckpointLoad().

Referenced by PatchMgr::PatchMgr().

320  {
321  PatchMgr::Object()->recvCheckpointLoad(CheckpointAtomsMsg::unpack(EnvToUsr(env)));
322  }
void recvCheckpointLoad(CheckpointAtomsMsg *msg)
Definition: PatchMgr.C:326
static PatchMgr * Object()
Definition: PatchMgr.h:152
void recvCheckpointReq_handler ( envelope *  env)

Definition at line 288 of file PatchMgr.C.

References PatchMgr::Object(), and PatchMgr::recvCheckpointReq().

Referenced by PatchMgr::PatchMgr().

288  {
289  PatchMgr::Object()->recvCheckpointReq(CheckpointAtomsReqMsg::unpack(EnvToUsr(env)));
290  }
void recvCheckpointReq(CheckpointAtomsReqMsg *msg)
Definition: PatchMgr.C:294
static PatchMgr * Object()
Definition: PatchMgr.h:152
void recvCheckpointStore_handler ( envelope *  env)

Definition at line 345 of file PatchMgr.C.

References PatchMgr::Object(), and PatchMgr::recvCheckpointStore().

Referenced by PatchMgr::PatchMgr().

345  {
346  PatchMgr::Object()->recvCheckpointStore(CheckpointAtomsMsg::unpack(EnvToUsr(env)));
347  }
void recvCheckpointStore(CheckpointAtomsMsg *msg)
Definition: PatchMgr.C:351
static PatchMgr * Object()
Definition: PatchMgr.h:152
void recvExchangeMsg_handler ( envelope *  env)

Definition at line 428 of file PatchMgr.C.

References PatchMgr::Object(), and PatchMgr::recvExchangeMsg().

Referenced by PatchMgr::PatchMgr().

428  {
429  PatchMgr::Object()->recvExchangeMsg(ExchangeAtomsMsg::unpack(EnvToUsr(env)));
430  }
void recvExchangeMsg(ExchangeAtomsMsg *msg)
Definition: PatchMgr.C:433
static PatchMgr * Object()
Definition: PatchMgr.h:152
void recvExchangeReq_handler ( envelope *  env)

Definition at line 400 of file PatchMgr.C.

References PatchMgr::Object(), and PatchMgr::recvExchangeReq().

Referenced by PatchMgr::PatchMgr().

400  {
401  PatchMgr::Object()->recvExchangeReq(ExchangeAtomsReqMsg::unpack(EnvToUsr(env)));
402  }
void recvExchangeReq(ExchangeAtomsReqMsg *msg)
Definition: PatchMgr.C:405
static PatchMgr * Object()
Definition: PatchMgr.h:152