VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
11.1 - Overview of Simulation Object Communication

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

All inter-simulation object 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 simulation objects: the radio message system and the simulation internal message system. Messages that represent radio communication between two simulation objects 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 Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)