VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtAerodromeStateInterceptorInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #if XXX // For intellisense - remember to remove
12 #define DtHLA 1
13 #define DT_DLL_VL
14 #define DT_PROTOCOL_NAMESPACE vrvHla1516e
15 #define DL_DLL_IGCONVRLINK
16 #define DT_DLL_VLPROTIND
17 #endif
18 
19 #include <vrvCore/DtUniqueID.h>
20 
21 class DtVrlUuid;
22 class DtString;
23 
24 namespace makVrv
25  {
26  class DtAerodromeStatusManager;
27 
28  namespace DT_PROTOCOL_NAMESPACE
29  {
33  {
34  public:
35 
38 
41  virtual void setUniqueId(DtUniqueID uniqueId) = 0;
42  };
43  }
44 }
DtAerodromeStatusManager manages status data for all the aerodromes and related runways in a VR-Link ...
Definition: DtAerodromeStatusManager.h:57
virtual void setAerodromeStatusManager(DtAerodromeStatusManager *mgr)=0
Provide a pointer to the DtAerodromeStatusManager to use.
#define DT_PROTOCOL_NAMESPACE
Contains defines and includes header files for protocols.
Definition: vrfProtocol.h:13
The state interface class interface for aerodromes that are used to provide VR-Vantage specific metho...
Definition: DtAerodromeStateInterceptorInterface.h:32
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtUniqueID type.
virtual void setUniqueId(DtUniqueID uniqueId)=0
Set the DtUniqueID generated for this runway. It will be used to identify this runway to the DtAerodr...

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)