VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
rotorWashController.h
Go to the documentation of this file.
1 
4 #pragma once
5 
7 #include <vlutil/vlString.h>
9 
11 
13 
15 {
16 private:
23 
24 public:
25 
28  {
29  SOIL_NONE = 0,
32  SOIL_SNOW = 3,
33  SOIL_SAND = 4,
37  SOIL_MUCK = 8,
39  };
40 
46  DtRotorWashController(const DtString& name,
47  DtVrfObject* owner,
48  DtSimManager* simManager,
49  DtComponentDescriptor* desc = 0,
50  DtReaderWriterRegistry* parentRegistry = 0);
51 
53  virtual ~DtRotorWashController();
54 
57  virtual const char* type() const;
58 
60  virtual void tick();
61 
62  bool init();
63 
67  static DtSimComponent* creator(const DtString &name,
68  DtVrfObject* owner,
69  DtSimManager *simManager,
70  DtComponentDescriptor *desc = 0,
71  DtReaderWriterRegistry* parentRegistry = 0);
72 
73 protected:
77 };
78 
79 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
Definition: DtRotorWashInfo.h:39
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: DtRotorWashInfo.h:36
const DtControllerComponent & operator=(const DtControllerComponent &orig)
assignment operator
virtual const char * type() const =0
This returns a string from compTypes.h, and identifies the type of component.
DtSurface myLastSurface
Definition: rotorWashController.h:76
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
const DtRotorWashControllerDescriptor * myDescriptor
Definition: rotorWashController.h:74
Definition: surface.h:179
virtual bool init()
Calls setRadio()
RotorWashSoilType
This is the same enum as in vrvCore/DtRotorWashInfo.h. Should probably be moved to a shared location...
Definition: rotorWashController.h:27
Definition: DtRotorWashInfo.h:33
Definition: DtRotorWashInfo.h:38
A descriptor for the DtRotorWashController. This indicates the max effect distance.
Definition: rotorWashControllerDescriptor.h:17
Definition: DtRotorWashInfo.h:37
virtual void tick()
This gives the thread of control to the component.
Definition: DtRotorWashInfo.h:35
Definition: DtRotorWashInfo.h:40
End User Description: DtControllerComponent is the base class for all controllers components...
Definition: controllerComponent.h:29
DtVector myLastIntersectionPoint
Definition: rotorWashController.h:75
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:67
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:102
Definition: DtRotorWashInfo.h:32
This controller changes the published rotor wash data for the entity it is attached.
Definition: rotorWashController.h:14
Definition: DtRotorWashInfo.h:34
Definition: DtRotorWashInfo.h:31

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)