VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VRF Message Dump (vrfMsgDump)

vrfMsgDump is a utility that works much like the "netdump" example from VR-Link.

The difference is that it also parses VR-Forces messages and prints out the formatted output. This utility can be very useful in debugging VR-Forces applications. You can register your own custom messages using the DtVrfMsgPrinter class (see vrfMsgPrinter.h).

Note
The vrfMsgDump binary distributed with VR-Forces is not license managed to allow simultaneous usage with VR-Forces. If you recompile, it will require a VR-Link license. So be sure to make a backup of the original before you recompile.

The source for vrfMsgDump is in .\appsrc\vrfMsgDumpUser.

The VRF Data Interaction example demonstrates the following:

To run the application:

  1. Start VR-Forces.
  2. Start vrfMsgDump.

The contents of all VR-Forces-specific interface messages (such as tasks and set data requests) will be displayed in the vrfMsgDump console window.

DtVrfMsgPrintervrfmsgprinter This subclass of DtVrfMessageInterface creates and registers with the various factories to be able to create and print interactions.

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)