VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
12.10 - Reports

Reports are radio messages sent between simulation objects over the radio net.

They are one of the three kinds of radio messages supported in VR-Forces (reports, tasks, set data requests). They are used for exchanging information between simulation objects, such as task status, situation reports, or intelligence. VR-Forces currently supports one type of report, the Task Complete report. Simulation objects use this message to notify the sender of a task message that they have completed the given task.

DtSimReport is the abstract base class from which all report classes should be derived. In order to send the report, it gets placed inside of a DtReportMessage object. The DtReportMessage class is used to convey a DtSimReport. Components register callback functions for report messages in the same way that they do for task and set data messages.

[<< Simulation Commands] [Home] [Admin Messages >>]


Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)