VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
attachable2DSensorFanUpdater.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
10 
11 namespace makVrf
12 {
16  {
17  public:
20 
23 
24  virtual void updateRadarCoverage(DtTime);
25 
26  protected:
27  virtual void slot_radarCoverageAltitudesChanged(const DtRadarCoverageManager::ColorMap& colors);
28  virtual void process(const DtIfRadarCoverageInformationResponse* rsp);
29  virtual void createRadarCoverageModel();
30 
31  protected:
33  };
34 }
35 
Class which will draw a 2D radar coverage area.
Definition: attachable2DSensorFanUpdater.h:15
DtRadarCoverageManager::ColorMap myColorMap
Definition: attachable2DSensorFanUpdater.h:32
Interface content for containing the responses to an radar coverage requests.
Definition: ifRadarCoverageInformationResponse.h:18
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
Class which will keep track of sensor fan los object (spokes between an origin and the outer rim of t...
Definition: attachableSensorFanUpdater.h:37
std::map< double, DtVrfExtendedIntervisibilitySettingsData::Color > ColorMap
Definition: radarCoverageManager.h:49
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

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)