#include <BeaconClientUpdate.h>
Inherits ClientUpdateModule.
Public Member Functions | |
| BeaconClientUpdate (Thing *thing, const ModuleData *moduleData) | |
| virtual void | clientUpdate (void) |
| the client update callback | |
| void | hideBeacon (void) |
Public Member Functions inherited from ClientUpdateModule | |
| ClientUpdateModule (Thing *thing, const ModuleData *moduleData) | |
Public Member Functions inherited from DrawableModule | |
| DrawableModule (Thing *thing, const ModuleData *moduleData) | |
| < this abstract class needs memory pool hooks | |
Public Member Functions inherited from Module | |
| Module (const ModuleData *moduleData) | |
| < this abstract class needs memory pool hooks | |
| virtual NameKeyType | getModuleNameKey () const =0 |
| NameKeyType | getModuleTagNameKey () const |
| virtual void | onObjectCreated () |
| virtual void | onDrawableBoundToObject () |
| virtual void | preloadAssets (TimeOfDay timeOfDay) |
| preload any assets we might have for this time of day | |
| virtual void | onDelete (void) |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Public Member Functions inherited from Snapshot | |
| Snapshot (void) | |
| ~Snapshot (void) | |
Protected Attributes | |
| ParticleSystemID | m_particleSystemID |
| UnsignedInt | m_lastRadarPulse |
Additional Inherited Members | |
Static Public Member Functions inherited from ClientUpdateModule | |
| static ModuleType | getModuleType () |
| static Int | getInterfaceMask () |
Static Public Member Functions inherited from Module | |
| static ModuleData * | friend_newModuleData (INI *ini) |
Protected Member Functions inherited from DrawableModule | |
| Drawable * | getDrawable () |
| const Drawable * | getDrawable () const |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Member Functions inherited from Module | |
| const ModuleData * | getModuleData () const |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
The tree way client update module
Definition at line 57 of file BeaconClientUpdate.h.
| BeaconClientUpdate::BeaconClientUpdate | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 70 of file BeaconClientUpdate.cpp.
|
virtual |
the client update callback
The client update callback.
Implements ClientUpdateModule.
Definition at line 162 of file BeaconClientUpdate.cpp.
| void BeaconClientUpdate::hideBeacon | ( | void | ) |
Definition at line 128 of file BeaconClientUpdate.cpp.
|
protected |
Definition at line 75 of file BeaconClientUpdate.h.
|
protected |
Definition at line 74 of file BeaconClientUpdate.h.