VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
temperatureStateObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 #include "temperatureStateData.h"
8 
10 #include <vrvCore/DtSimEntry.h>
11 
16 {
17 public:
18 
21 
23  virtual ~DtTemperatureStateObject();
24 
27  void setState(DtTemperatureStateData& state);
28 
29 protected:
31 };
The DtTemperatureStateData contains all information relating to the temperature state data component...
Definition: temperatureStateData.h:18
virtual ~DtTemperatureStateObject()
DTOR.
Contains makVrv::DtSimEntry class.
DtTemperatureStateObject(makVrv::DtDe &de, makVrv::DtUniqueID id)
CTOR.
void setState(DtTemperatureStateData &state)
Copy state into myState. Tell the DtSimEntry that the state has been updated.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtSimStateObject class declaration.
A DtSimStateObject is the base class for all simulation state objects.
Definition: DtSimStateObject.h:27
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:72
DtTemperatureStateData * myTemperatureState
Definition: temperatureStateObject.h:30
This creates the DtTemperatureStateData and adds it to a DtSimEntry. Also sets the values of the DtTe...
Definition: temperatureStateObject.h:15

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)