NAMD
|
#include "charm++.h"
#include "NamdTypes.h"
#include "SortedArray.h"
#include "HomePatch.h"
#include "HomePatchList.h"
#include "BOCgroup.h"
#include "Migration.h"
#include "MigrateAtomsMsg.h"
#include "PatchMgr.decl.h"
Go to the source code of this file.
Classes | |
class | MovePatchesMsg |
class | MoveAtomMsg |
class | MoveAllByMsg |
class | SetLatticeMsg |
class | CheckpointAtomsReqMsg |
class | CheckpointAtomsMsg |
class | ExchangeAtomsReqMsg |
class | ExchangeAtomsMsg |
struct | MovePatch |
class | PatchMgr |
Typedefs | |
typedef SortedArray< MovePatch > | MovePatchList |
typedef ResizeArrayIter < MovePatch > | MovePatchListIter |
Functions | |
void | recvCheckpointReq_handler (envelope *) |
void | recvCheckpointLoad_handler (envelope *) |
void | recvCheckpointStore_handler (envelope *) |
void | recvCheckpointAck_handler (envelope *) |
void | recvExchangeReq_handler (envelope *) |
void | recvExchangeMsg_handler (envelope *) |
typedef SortedArray<MovePatch> MovePatchList |
Definition at line 142 of file PatchMgr.h.
typedef ResizeArrayIter<MovePatch> MovePatchListIter |
Definition at line 143 of file PatchMgr.h.
void recvCheckpointAck_handler | ( | envelope * | ) |
Definition at line 372 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvCheckpointAck().
Referenced by PatchMgr::PatchMgr().
void recvCheckpointLoad_handler | ( | envelope * | ) |
Definition at line 320 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvCheckpointLoad().
Referenced by PatchMgr::PatchMgr().
void recvCheckpointReq_handler | ( | envelope * | ) |
Definition at line 288 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvCheckpointReq().
Referenced by PatchMgr::PatchMgr().
void recvCheckpointStore_handler | ( | envelope * | ) |
Definition at line 345 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvCheckpointStore().
Referenced by PatchMgr::PatchMgr().
void recvExchangeMsg_handler | ( | envelope * | ) |
Definition at line 428 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvExchangeMsg().
Referenced by PatchMgr::PatchMgr().
void recvExchangeReq_handler | ( | envelope * | ) |
Definition at line 400 of file PatchMgr.C.
References PatchMgr::Object(), and PatchMgr::recvExchangeReq().
Referenced by PatchMgr::PatchMgr().