VR-Forces 4.0.4 Class Documentation
Running VR-Forces Applications in Batch Mode

/tableofcontents

VR-Forces can run scenarios in batch mode. Batch mode allows you to run one or more scenarios multiple times, for a specified amount of time, without providing direct command input from a user interface.

The DtBatchManager (batchMgr.h) class controls the execution of a batch of scenarios on a single back-end. It takes a pointer to a DtCgf class, which it uses to interact with the simulation. You use DtBatchManager only when you want to run a batch from the command line on a single back-end. Remote batches do not use this manager; they use the DtRemoteBatchManager. (For details, please see Running VR-Forces Applications in Batch Mode.)

DtBatchManager has the following basic functions:

A DtBatchManager contains a DtScenarioBatchIterator (scnBatchIter.h), which iterates through a batch file and generates the scenarios that are to be run. Information about what percent of the batch has been executed and related statistics can be found in the iterator.

A DtBatchManager also contains a DtRemoteLoggerController (remLgrControl.h), which it uses to send logger control PDUs and interactions to a MAK Logger running on the exercise if use-logger-control is specified in the batch file.

[<< The Boost Serialization Library] [Home] [Top of Page]


Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)