VR-Forces 4.8 Class Documentation
 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:26
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.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)