VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRunwayLightingUpdater.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 
16 namespace makVrv
17 {
18  class DtDe;
24  {
25  public:
27  DtRunwayLightingUpdater() = delete;
28 
31 
33  DtRunwayLightingUpdater& operator=( const DtRunwayLightingUpdater& ) = delete;
34 
37 
39  virtual ~DtRunwayLightingUpdater();
40 
43  virtual void setRunwayLightIntensity(std::string airportName, std::string runwayName, unsigned int lightType, float intensity);
44 
45  protected:
47  };
48 }
DtRunwayLightingUpdater is an agent-based distributable object that can be used to request changes to...
Definition: DtRunwayLightingUpdater.h:23
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtUniqueID type.
DtDe & myDe
Definition: DtRunwayLightingUpdater.h:46
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:76
Contains DLL export macros.

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)