![]() |
VR-Forces 5.0.3 Developer's Guide
|
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).
The source for vrfMsgDump is in .\appsrc\vrfMsgDumpUser. The executables are in ./bin64. There is an executable for each protocol.
The VRF Data Interaction example demonstrates the following:
To run the application:
The contents of all VR-Forces-specific interface messages (such as tasks and set data requests) will be displayed in the vrfMsgDump console window.
| DtVrfMsgPrinter | vrfmsgprinter This subclass of DtVrfMessageInterface creates and registers with the various factories to be able to create and print interactions. |