VR-Forces 4.8 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCore
weatherProcessObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
6
#pragma once
7
8
#include <
vrfGuiCore/vrfGuiCore.h
>
9
#include <
vrfGuiCore/vrlinkSimulatedWeatherState.h
>
10
11
#include <
vrvCore/DtSimStateObject.h
>
12
#include <
vrvCore/DtSimEntry.h
>
13
14
namespace
makVrf
15
{
16
20
class
DT_DLL_VRFGUICORE
DtWeatherProcessObject
:
public
makVrv::DtSimStateObject
21
{
22
23
public
:
24
26
DtWeatherProcessObject
(
makVrv::DtDe
& de,
makVrv::DtUniqueID
id
);
27
29
virtual
~
DtWeatherProcessObject
();
30
33
void
setState(
DtVrlinkSimulatedWeatherState
& state);
34
35
protected
:
36
DtVrlinkSimulatedWeatherState
*
myWeatherState
;
37
};
38
}
vrlinkSimulatedWeatherState.h
makVrf::DtVrlinkSimulatedWeatherState
Definition:
vrlinkSimulatedWeatherState.h:23
makVrf::DtWeatherProcessObject
This creates the DtVrlinkSimulatedWeatherState and adds it to a DtSimEntry.
Definition:
weatherProcessObject.h:20
DT_DLL_VRFGUICORE
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition:
vrfGuiCore.h:25
vrfGuiCore.h
DtSimEntry.h
Contains makVrv::DtSimEntry class.
makVrv::DtUniqueID
unsigned long long DtUniqueID
Definition:
DtUniqueID.h:22
DtSimStateObject.h
Contains makVrv::DtSimStateObject class.
makVrf::DtWeatherProcessObject::myWeatherState
DtVrlinkSimulatedWeatherState * myWeatherState
Definition:
weatherProcessObject.h:36
makVrv::DtSimStateObject
A DtSimStateObject is the base class for all simulation state objects.
Definition:
DtSimStateObject.h:28
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application.
Definition:
DtDe.h:69
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)