VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRunwayStatusUpdater.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;
19  enum class DtRunwayCondition : unsigned int;
20 
26  {
27  public:
29  DtRunwayStatusUpdater() = delete;
30 
33 
35  DtRunwayStatusUpdater& operator=( const DtRunwayStatusUpdater& ) = delete;
36 
39 
41  virtual ~DtRunwayStatusUpdater();
42 
45  virtual void setRunwayIsActive(DtUniqueID runwayId, unsigned int runwayIndex, const std::string& airportName, const std::string& runwayName, bool isActive);
46 
49  virtual void setRunwayCondition(DtUniqueID runwayId, const std::string& airportName, const std::string& runwayName, DtRunwayCondition cond);
50 
53  virtual void setRunwayIsDamaged(DtUniqueID runwayId, const std::string& airportName, const std::string& runwayName, bool isDamaged);
54 
57  virtual void setRunwayHasArrestorsUp(DtUniqueID runwayId, unsigned int runwayIndex, const std::string& airportName, const std::string& runwayName, bool hasArrestorsUp);
58 
59  protected:
61  };
62 }
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
DtRunwayCondition
Definition: DtAerodromeStatusManager.h:30
Contains makVrv::DtUniqueID type.
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
DtDe & myDe
Definition: DtRunwayStatusUpdater.h:60
DtRunwayStatusUpdater is an agent-based distributable object that can be used to request changes to r...
Definition: DtRunwayStatusUpdater.h:25
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)