NAMD
|
#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) |
#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.
void recvCheckpointAck_handler | ( | envelope * | env | ) |
Definition at line 374 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvCheckpointAck().
Referenced by PatchMgr::PatchMgr().
void recvCheckpointLoad_handler | ( | envelope * | env | ) |
Definition at line 322 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvCheckpointLoad().
Referenced by PatchMgr::PatchMgr().
void recvCheckpointReq_handler | ( | envelope * | env | ) |
Definition at line 290 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvCheckpointReq().
Referenced by PatchMgr::PatchMgr().
void recvCheckpointStore_handler | ( | envelope * | env | ) |
Definition at line 347 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvCheckpointStore().
Referenced by PatchMgr::PatchMgr().
void recvExchangeMsg_handler | ( | envelope * | env | ) |
Definition at line 430 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvExchangeMsg().
Referenced by PatchMgr::PatchMgr().
void recvExchangeReq_handler | ( | envelope * | env | ) |
Definition at line 402 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvExchangeReq().
Referenced by PatchMgr::PatchMgr().