VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAerodromeLightingUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtUniqueID.h>
14 
15 namespace makVrv
16 {
17  class DtDe;
23  {
24  public:
27 
29  virtual ~DtAerodromeLightingUpdater();
30 
32  DtAerodromeLightingUpdater() = delete;
33 
36 
38  DtAerodromeLightingUpdater& operator=(const DtAerodromeLightingUpdater&) = delete;
39 
42  virtual void setLightIntensity(std::string airportName, unsigned int lightType, float intensity);
43 
44  protected:
46  };
47 }
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtAerodromeLightingUpdater is an agent-based distributable object that can be used to request changes...
Definition: DtAerodromeLightingUpdater.h:22
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtUniqueID type.
DtDe & myDe
Definition: DtAerodromeLightingUpdater.h:45
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)