![]() |
VR-Forces 4.1.1 Class Documentation
|
The Add Comm Model example demonstrates the following:
VR-Forces includes an architecture for plug-in communication models. Communication Models are used by VR-Forces to pass simulated messages such as spot reports from one entity to another. The communication model determines what messages can get through to their destination, and how long that takes.
This example creates a communcation model that uses the radio transmitter power of sending entities, and the range between the entities to determine if a message can get through.
Since this example is loaded as a plugin, it can be used in conjunction with the released VR-Forces application
default-internal-radio-model section: (comm-model-type "simple-radio-comm-model") to (comm-model-type "my-comm-model") (publish-transmitters False) to (publish-transmitters True) | MyCommModel | New comm model code, derived from VRF DtSimpleRadioCommModel. |