VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrlinkRemoteBatchManager.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
11 class DtExerciseConn;
12 
13 namespace makVrf
14 {
15  class DtRemoteLoggerController;
16 
21  {
22  public:
24  virtual ~DtVrlinkRemoteBatchManager() override;
25 
27  virtual DtRemoteLoggerController* loggerControl();
28 
29  protected:
30 
33  virtual DtFilename constructLoggerFilename(const DtScenario& scenario);
34 
35  virtual void startedLoading(const DtScenario&) override;
36  virtual void backendsLoaded() override;
37  virtual void scenarioRunComplete() override;
38  protected:
40  DtExerciseConn* myExConn;
41  };
42 }
Batch mode allows you to run one or more scenarios multiple times, for a specified amount of time...
Definition: remoteBatchManager.h:30
Definition: scenario.h:52
Definition: remoteLoggerController.h:27
The DtCommunicationManager class is a convenience class that will create both the DtNetworkInterfaceM...
Definition: communicationManager.h:54

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)