VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
groundVehicleTrailingEffectController.h
Go to the documentation of this file.
1 
4 #pragma once
5 
8 #include <vlutil/vlString.h>
10 
13 
17 {
18 private:
25 
26 public:
27 
34  DtLocalObject* owner,
35  DtSimulationServices* simManager,
36  DtComponentDescriptor* desc = 0,
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
40  virtual ~DtGroundVehicleTrailingEffectController() override;
41 
44  virtual const char* type() const override;
45 
47  virtual void tick() override;
48 
49  virtual bool init() override;
50 
54  static DtSimComponent* creator(const DtString &name,
55  DtLocalObject* owner,
56  DtSimulationServices *simManager,
57  DtComponentDescriptor *desc = 0,
58  DtReaderWriterRegistry* parentRegistry = 0);
59 
60 protected:
63 
66 };
67 
68 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
Description: This repository holds all information that is common to all the forms of local ground en...
Definition: groundVehicleStateRepository.h:30
const DtControllerComponent & operator=(const DtControllerComponent &orig)
assignment operator
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
virtual const char * type() const override=0
This returns a string from compTypes.h, and identifies the type of component.
Definition: readerWriterRegistry.h:39
This controller changes the published trailing effects bits for the entity it is attached to based on...
Definition: groundVehicleTrailingEffectController.h:16
virtual bool init() override
Calls setRadio()
virtual void tick()
This gives the thread of control to the component. The component is ticked once each simulation from ...
DtPlatformLocalObjectFacade myPlatformLocalObjectFacade
Member to allow for access to platform specific data.
Definition: groundVehicleTrailingEffectController.h:65
End User Description: DtControllerComponent is the base class for all controllers components...
Definition: controllerComponent.h:31
A descriptor for the DtGroundVehicleTrailingEffectsController. This indicates what trailing effects t...
Definition: groundVehicleTrailingEffectControllerDescriptor.h:14
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:89
DtGroundVehicleStateRepository * myGroundVehicleSR
Definition: groundVehicleTrailingEffectController.h:62
const DtGroundVehicleTrailingEffectControllerDescriptor * myDescriptor
Definition: groundVehicleTrailingEffectController.h:61
A locally simulated VRF object.
Definition: localObject.h:98

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)