|
OverSim
|
#include <LoginCache.h>
Public Member Functions | |
| void | initialize () |
| void | finish () |
| NodeHandle | getLoginNode (Vector2D pos) |
| void | registerPos (NodeHandle node, Vector2D pos) |
Private Attributes | |
| std::map< NodeHandle, lcEntry > | nodelist |
| double | movementSpeed |
| int | bytessend |
| int | bytesrecv |
| GlobalStatistics * | globalStatistics |
Definition at line 18 of file LoginCache.h.
| void LoginCache::finish | ( | ) |
Definition at line 43 of file LoginCache.cc.
| NodeHandle LoginCache::getLoginNode | ( | Vector2D | pos | ) |
Definition at line 25 of file LoginCache.cc.
Referenced by Quon::handleJoin().
| void LoginCache::initialize | ( | ) |
Definition at line 7 of file LoginCache.cc.
| void LoginCache::registerPos | ( | NodeHandle | node, |
| Vector2D | pos | ||
| ) |
Definition at line 16 of file LoginCache.cc.
Referenced by Quon::changeState(), and Quon::processSecTimer().
|
private |
Definition at line 30 of file LoginCache.h.
Referenced by finish(), initialize(), and registerPos().
|
private |
Definition at line 29 of file LoginCache.h.
Referenced by finish(), getLoginNode(), and initialize().
|
private |
Definition at line 31 of file LoginCache.h.
Referenced by finish(), and initialize().
|
private |
Definition at line 28 of file LoginCache.h.
Referenced by getLoginNode(), and initialize().
|
private |
Definition at line 27 of file LoginCache.h.
Referenced by getLoginNode(), and registerPos().