VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfSensorFieldOfViewManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
12 
13 namespace makVrv
14 {
15  class DtObserver;
16 }
17 
18 namespace makVrf
19 {
24  {
25  public:
28 
30  virtual ~DtVrfSensorFieldOfViewManager() override;
31 
33  virtual void addSensorObserver(const std::string& observerName, makVrv::DtUniqueID hostId,
34  makVrv::DtUniqueID sensorId, bool createControls) override;
35 
36  virtual void removeSensorView(makVrv::DtUniqueID entId, makVrv::DtUniqueID sensorId) override;
37  };
38 
41  {
42  public:
44 
45  virtual ~DtVrfSensorViewCreator() override;
46 
49  virtual void createSensorView(const std::string& sensorId) override;
50  };
51 
53  {
54  public:
55 
57  virtual makVrv::DtSensorViewCreator* create(makVrv::DtDe& de) override;
58  };
59 }
Contains makVrv::DtSensorViewCreator class.
Definition: vrfSensorFieldOfViewManager.h:52
DtSensorViewCreator creates display, window, and observer configurations to implement a sensor view...
Definition: DtSensorViewCreator.h:27
Override to have create controls be true for VRF.
Definition: vrfSensorFieldOfViewManager.h:40
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Contains makVrv::DtSensorFieldOfViewManager class.
The sensor field of view manager. Extend vantage version to add a few more methods.
Definition: vrfSensorFieldOfViewManager.h:23
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Base class to provide boost signal/slot management.
Definition: DtSensorViewCreator.h:69
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
The sensor field of view manager. Keeps track of sensor field of view states and any observers associ...
Definition: DtSensorFieldOfViewManager.h:29

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)