VR-Forces 4.7 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
vrfplan
changeGlobalWeatherCommand.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
10
11
#pragma once
12
13
#include "
vrfplan/changeWeatherCommand.h
"
14
22
class
DT_DLL_vrfplan
DtChangeGlobalWeatherCommand
:
public
DtChangeWeatherCommand
23
{
24
public
:
25
27
DtChangeGlobalWeatherCommand
();
28
30
DtChangeGlobalWeatherCommand
(
const
DtString
& writeName,
31
DtReaderWriterRegistry
* parentRegistry = NULL);
32
34
DtChangeGlobalWeatherCommand
(
const
DtString
& writeName,
const
DtChangeGlobalWeatherCommand
& orig,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
virtual
~
DtChangeGlobalWeatherCommand
();
39
41
DtChangeGlobalWeatherCommand
&
operator=
(
const
DtChangeGlobalWeatherCommand
& orig);
42
44
virtual
const
DtSimCommandMessageType
&
type
()
const
;
45
47
virtual
DtSimCommand
*
clone
(
const
DtString
& name,
DtReaderWriterRegistry
*
48
parentRegistry = 0)
const
;
49
50
static
DtSimCommand
*
creator
();
51
};
52
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)