VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
databaseObjectSensorMonitor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #include <list>
11 #include <vlutil/vlString.h>
12 
13 class DtLocalObject;
14 class DtSimMessage;
16 class DtObjectSensorPSR;
17 class DtSimulationAddress;
18 
23 {
24 
25 public:
28  const DtSensorContactInfoList* contactInfoList,
29  const DtString& sensorName,
30  int sensorType,
31  DtObjectSensorPSR* psr);
32 
34  virtual ~DtDatabaseObjectSensorMonitor() override;
35 
37  virtual bool init() override;
38 
41  virtual void notifyTargetsChanged() override;
42 
43 private:
46 
49 
52 
53 };
54 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
virtual void notifyTargetsChanged()
Called by the object sensor whenever the target list in the PSR has changed. This triggers sensorData...
Class which manages the sending of sensor contact information to the database from one particular sen...
Definition: databaseObjectSensorMonitor.h:22
A reader-writer list of DtRwSensorContactInfo elements. Use the DtRwList::add() and remove() methods ...
Definition: sensorContactInfoList.h:35
File: simMsg.h.
Definition: simMessage.h:35
virtual bool init()
Calls registerMessageCallbacks().
Class which manages the sending of sensor contact information to the GUI from one particular sensor o...
Definition: objectSensorMonitor.h:26
const DtObjectSensorMonitor & operator=(const DtObjectSensorMonitor &orig)
assignment operator; not implemented
Definition: objectSensorPSR.h:23
A locally simulated VRF object.
Definition: localObject.h:98

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)