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 
35 
37  virtual bool init();
38 
41  virtual void notifyTargetsChanged();
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:32
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. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)