![]() |
VR-Forces Developer's Guide
|
The DtRemoteBatchManager (remBatchMgr.h) class controls the execution of a batch of scenarios on one or more remote VR-Forces back-ends.
It takes a pointer to a DtVrfRemoteController, which it uses to interact with the back-ends. The VR-Forces back-ends used to execute the scenarios in the batch do not need a DtBatchManager to run with the Remote Batch Manager.
The DtRemoteBatchManager has exactly the same functions available as the DtBatchManager (loadBatch(), runBatch(), stopBatch(), and so on. For details, please see Running VR-Forces Applications in Batch Mode.
The DtRemoteBatchManager also contains a DtScenarioBatchIterator and a DtRemoteLoggerController just as the DtBatchManager does. These operate in the same way.