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