VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
airportLightingControllerDescriptor.h
Go to the documentation of this file.
1 
8 
9 #pragma once
10 
12 #include <readerWriter/rwBoolean.h>
13 #include <readerWriter/rwReal.h>
14 
19 {
20 public:
21 
24  DtReaderWriterRegistry * parentRegistry = 0);
25 
28 
32  DtReaderWriterRegistry * parentRegistry = 0);
33 
37 
40  virtual DtString type() const;
41 
42  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
43  = 0) const;
44 
47  virtual double resendPeriod() const;
48  virtual void setResendPeriod(double v);
50 
53  virtual bool lightsOnByDefault() const;
54  virtual void setLightsOnByDefault(bool v);
56 
58  static DtComponentDescriptor * creator();
59 
60 protected:
61 
65 
71 
77 
79 };
80 
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwReal myResendPeriod
Parameter Name: resend-period Parameter Description: Time interval at which light control messages wi...
Definition: airportLightingControllerDescriptor.h:70
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwBoolean myLightsOnByDefault
Parameter Name: lights-on-by-default Parameter Description: Whether airport lights are on by default...
Definition: airportLightingControllerDescriptor.h:76
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
Instances of DtAirportLightingControllerDescriptor are used to specify the parameters for a DtAirport...
Definition: airportLightingControllerDescriptor.h:18

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)