VR-Forces 4.0.4 Class Documentation
Fire and Detonation Processing

Processing of damage and fire interactions is managed by the DtDetonationManager (detonationManager.h)and the DtFireManager (fireManager.h).

They notify the appropriate entity or entities when an interaction involving them occurs.

The components work together to minimize processing of interactions. The DtFire-Manager registers for both fire and detonation interactions. The DtDetonationManager registers for detonation interactions. The DtDamageAdjudicationActuator (damageAdjudicationActuator.h) and DtUnderFireDeterminationSensor (underFireDeterminationSensor.h) register themselves, their entities, and their appropriate callback functions with the managers. When a detonation or fire interaction occurs, the fire and detonation managers determine which registered entities are affected, and notify only those entities of the interaction. Thus only the appropriate registered entities need to process the interaction.

[<< Modeling Resource Consumption] [Home] [Specifying Parameters for Components >>]


Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)