VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
backendSelectorHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 #include <vlpi/simulationAddress.h>
10 
12 class DtEntityType;
13 
17 {
18 public:
21 
22  virtual bool init(DtVrfBackendListener*) = 0;
23  virtual DtSimulationAddress backendCreationAddress(const DtEntityType& ot, const DtSimulationAddress& original) = 0;
24 };
#define DT_DLL_vrfcontrol
This file is used to determine how to build.
Definition: vrfcontrolDefines.h:28
DtBackendSelectorHandler()
Definition: backendSelectorHandler.h:19
The DtBackendSelectionHandler is a implementation class that you must subclass in order to be able to...
Definition: backendSelectorHandler.h:16
Instances of DtVrfBackendListener are used to track the status of VRF applications. The applications are tracked in a list which is keyed by their message address. For each entry, isActive is true if the application sends out a status message and isLoaded is true if the application has completed the processing of a load scenario message.
Definition: vrfBackendListener.h:79
virtual ~DtBackendSelectorHandler()
Definition: backendSelectorHandler.h:20
DT_DLL_DEBUGDRAWRENDERER void init(makVrv::DtDe &de)
Work function for the plugin initialization.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)