#include <PowerPlantUpdate.h>
Inherits UpdateModule, and PowerPlantUpdateInterface.
Protected Attributes | |
| Bool | m_extended |
| TRUE when extend is all done. | |
Additional Inherited Members | |
Static Public Member Functions inherited from UpdateModule | |
| static Int | getInterfaceMask () |
Static Public Member Functions inherited from BehaviorModule | |
| static Int | getInterfaceMask () |
| static ModuleType | getModuleType () |
Static Public Member Functions inherited from Module | |
| static ModuleData * | friend_newModuleData (INI *ini) |
Protected Member Functions inherited from UpdateModule | |
| void | setWakeFrame (Object *obj, UpdateSleepTime wakeDelay) |
| UpdateSleepTime | getWakeFrame () const |
| virtual SleepyUpdatePhase | getUpdatePhase () const |
| UpdateSleepTime | frameToSleepTime (UnsignedInt frame1, UnsignedInt frame2=FOREVER, UnsignedInt frame3=FOREVER, UnsignedInt frame4=FOREVER) |
Protected Member Functions inherited from BehaviorModule | |
| virtual void | crc (Xfer *xfer) |
| virtual void | xfer (Xfer *xfer) |
| virtual void | loadPostProcess (void) |
Protected Member Functions inherited from ObjectModule | |
| Object * | getObject () |
| const Object * | getObject () const |
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 Power Plant Update module
Definition at line 79 of file PowerPlantUpdate.h.
| PowerPlantUpdate::PowerPlantUpdate | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 62 of file PowerPlantUpdate.cpp.
|
virtual |
extend the rods from this object
Implements PowerPlantUpdateInterface.
Definition at line 80 of file PowerPlantUpdate.cpp.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 92 of file PowerPlantUpdate.h.
|
virtual |
Here's the actual work of Upgrading.
Implements UpdateModule.
Definition at line 113 of file PowerPlantUpdate.cpp.
|
protected |
TRUE when extend is all done.
Definition at line 99 of file PowerPlantUpdate.h.