#include <CountermeasuresBehavior.h>
Inherits UpdateModule, UpgradeMux, and CountermeasuresBehaviorInterface.
Static Public Member Functions | |
| static Int | getInterfaceMask () |
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 | |
| virtual void | upgradeImplementation () |
| Here's the actual work of Upgrading. | |
| virtual void | getUpgradeActivationMasks (UpgradeMaskType &activation, UpgradeMaskType &conflicting) const |
| Here's the actual work of Upgrading. | |
| virtual void | performUpgradeFX () |
| perform the associated fx list | |
| virtual void | processUpgradeRemoval () |
| virtual Bool | requiresAllActivationUpgrades () const |
| Bool | isUpgradeActive () const |
| virtual Bool | isSubObjectsUpgrade () |
| void | launchVolley () |
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 |
Protected Member Functions inherited from UpgradeMux | |
| void | setUpgradeExecuted (Bool e) |
| void | giveSelfUpgrade () |
| virtual void | upgradeMuxCRC (Xfer *xfer) |
| virtual void | upgradeMuxXfer (Xfer *xfer) |
| virtual void | upgradeMuxLoadPostProcess (void) |
Definition at line 121 of file CountermeasuresBehavior.h.
| CountermeasuresBehavior::CountermeasuresBehavior | ( | Thing * | thing, |
| const ModuleData * | moduleData ) |
Definition at line 90 of file CountermeasuresBehavior.cpp.
|
virtual |
Implements CountermeasuresBehaviorInterface.
Definition at line 156 of file CountermeasuresBehavior.cpp.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 137 of file CountermeasuresBehavior.h.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 138 of file CountermeasuresBehavior.h.
|
inlinevirtual |
Implements UpdateModuleInterface.
Definition at line 142 of file CountermeasuresBehavior.h.
|
inlinestatic |
Definition at line 133 of file CountermeasuresBehavior.h.
|
inlinevirtual |
Reimplemented from BehaviorModule.
Definition at line 136 of file CountermeasuresBehavior.h.
|
inlineprotectedvirtual |
Here's the actual work of Upgrading.
Implements UpgradeMux.
Definition at line 158 of file CountermeasuresBehavior.h.
|
virtual |
Implements CountermeasuresBehaviorInterface.
Definition at line 200 of file CountermeasuresBehavior.cpp.
|
inlineprotectedvirtual |
Implements UpgradeMux.
Definition at line 181 of file CountermeasuresBehavior.h.
|
inlineprotected |
Definition at line 179 of file CountermeasuresBehavior.h.
|
protected |
Definition at line 297 of file CountermeasuresBehavior.cpp.
|
inlineprotectedvirtual |
perform the associated fx list
Implements UpgradeMux.
Definition at line 163 of file CountermeasuresBehavior.h.
|
inlineprotectedvirtual |
Implements UpgradeMux.
Definition at line 168 of file CountermeasuresBehavior.h.
|
virtual |
Implements CountermeasuresBehaviorInterface.
Definition at line 289 of file CountermeasuresBehavior.cpp.
|
virtual |
Implements CountermeasuresBehaviorInterface.
Definition at line 110 of file CountermeasuresBehavior.cpp.
|
inlineprotectedvirtual |
Implements UpgradeMux.
Definition at line 174 of file CountermeasuresBehavior.h.
|
virtual |
The update callback.
Implements UpdateModule.
Definition at line 208 of file CountermeasuresBehavior.cpp.
|
inlineprotectedvirtual |
Here's the actual work of Upgrading.
Implements UpgradeMux.
Definition at line 153 of file CountermeasuresBehavior.h.