VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
14 
23 {
24 public:
25 
28 
30  DtChangeGlobalWeatherCommand(const DtString& writeName,
31  DtReaderWriterRegistry* parentRegistry = NULL);
32 
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
39 
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 
A DtSimCommand subclass which specifies a change to the global weather settings in the simulation eng...
Definition: changeGlobalWeatherCommand.h:22
DtChangeWeatherCommand & operator=(const DtChangeWeatherCommand &orig)
assignment operator
Definition: readerWriterRegistry.h:39
DtSimCommand is an abstract base class from which commands can derive.
Definition: simCommand.h:32
A DtSimCommand subclass which specifies a change to the weather settings for the specified weather ar...
Definition: changeWeatherCommand.h:29
virtual const DtSimCommandMessageType & type() const
virtual DtSimCommand * clone() const
Version of clone that preserves the existing name, and assigns a null parent registry.
static DtSimCommand * creator()
#define DT_DLL_vrfplan
This file is used to determine how to build.
Definition: vrfplanDefines.h:28

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)