VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
intelCollectionAreaManager.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 #pragma once
9 
11 #include "vrfobjcore/simObject.h"
13 #include <matrix/vlVector.h>
14 #include <set>
15 
17 
21 {
22 public:
25 
28 
29 private:
32 
35 
36 public:
38  virtual double sensorModificationFactor(const DtSimObject*, int force) const;
39 
40  const std::map<unsigned long long, DtSimObjectReference>& intelCollectionAreas() const;
41 
42 protected:
43 
46  virtual double sensorModificationFactorForArea(const DtSimObject* intelArea, int force) const;
47 
49  virtual void processIntelCollectionAreaAdded(DtSimObjectReference);
50 
52  virtual void processIntelCollectionAreaDeleted(const DtSimObject*);
53 
54 protected:
56  std::map<unsigned long long, DtSimObjectReference> myIntelCollectionAreas;
57 
58  boost::signals2::scoped_connection mySimObjectAddedConnection;
59 };
boost::signals2::scoped_connection mySimObjectAddedConnection
Definition: intelCollectionAreaManager.h:58
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
const DtSimulationServices * mySimulationServices
Definition: intelCollectionAreaManager.h:55
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
std::map< unsigned long long, DtSimObjectReference > myIntelCollectionAreas
Definition: intelCollectionAreaManager.h:56
The intel collection area manager will keep track of all Intel Collection area objects and their stat...
Definition: intelCollectionAreaManager.h:20
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:89
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:79

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)