VR-Forces 4.0.4 Class Documentation
Overview of Entity Communication

Entities communicate with each other and with the VR-Forces GUI by sending messages.

All inter-entity messages are packaged inside a DtVrfObjectMessage (vrfObjectMessage.h), and sent using one of the message passing systems in VR-Forces.

There are two ways to send a message between entities: the radio message system and the simulation internal message system. Messages that represent radio communication between two entities should be passed though the radio system. Messages that are for simulation purposes only, are sent though the simulation internal system.

All communication within a particular DtVrfObject is managed by the DtVrfObjectCommunicationInterface class (vrfObjectCommunicationInterface.h). This class has member functions for sending messages and for registering callbacks for message receipt.

[Home] [Sending Messages >>]


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)