VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
parachuteActuator.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2021 MAK Technologies, Inc.
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
15 #include <matrix/LibMatrix.h>
16 #include <vlpi/disEnums.h>
17 
18 class DtString;
22 class DtAnalogInputPort;
23 class DtBooleanInputPort;
24 class DtInputPortGroup;
25 class DtVectorInputPort;
27 class DtAnalogOutputPort;
30 
38 {
39 public:
40 
43  DtParachuteActuator(const DtString& name,
44  DtLocalObject* owner,
45  DtSimulationServices* simManager,
46  DtComponentDescriptor* desc = 0,
47  DtReaderWriterRegistry* parentRegistry = 0);
48 
49 
52  virtual const char* type() const;
53 
54  virtual void tick();
55 
59  static DtSimComponent* creator(const DtString& name,
60  DtLocalObject* owner,
61  DtSimulationServices* simManager,
62  DtComponentDescriptor* desc = 0,
63  DtReaderWriterRegistry* parentRegistry = 0);
64 
65 
66  virtual void processLanding();
67 
68  virtual void processChuteDeployment();
69 
70  virtual void processFreeFall();
71 
72 private:
73 
76 
79 
81  const DtParachuteActuator& operator=(const
82  DtParachuteActuator& orig);
83 
84 protected:
85 
87  virtual void executeSetPosture( DtLifeformState lifeformState );
88 
90  virtual void executeSetDemeanor( const DtString& demeanor,
92 
93  virtual void updateHandItem();
94 
95 };
DtBaseParachuteActuator modifies the falling from sky actuator to have a stowed and deployed state...
Definition: baseParachuteActuator.h:37
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
virtual void processLanding()
Description: This repository holds all information that is common to all the forms of all objects wit...
Definition: vrfMovingObjectStateRepository.h:31
Instances of DtBooleanOutputPort are output ports through which data producers can send boolean data...
Definition: boolIOPort.h:45
Contains class declarations for DtConstrainedAnalogInputPort and DtConstrainedAnalogOutputPort.
Definition: constrainedAnalogIOPort.h:30
DtParachuteActuator modifies the falling from sky actuator to have a stowed and deployed state...
Definition: parachuteActuator.h:37
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 void processChuteDeployment()
static DtSimComponent * creator(const DtString &name, DtLocalObject *owner, DtSimulationServices *simManager, DtComponentDescriptor *desc=0, DtReaderWriterRegistry *parentRegistry=0)
Definition: readerWriterRegistry.h:39
Contains class declarations for DtVectorInputPort, DtVectorOutputPort, and DtVectorPortData.
Definition: vectorIOPort.h:27
Instances of DtAnalogOutputPort are input ports through which data producers can send real numbers...
Definition: analogIOPort.h:45
virtual const char * type() const
Returns a string identifies the class type of component. Type values are defined in compTypes...
Contains class declarations for DtBooleanInputPort, DtBooleanOutputPort, and DtBooleanPortData.
Definition: boolIOPort.h:25
const DtBaseParachuteActuator & operator=(const DtBaseParachuteActuator &orig)
assignment operator; not implemented
virtual void processFreeFall()
DtAdjustDemeanorModificationType
Enumeration to use when performing adjust demeanor SETs.
Definition: adjustDemeanorTypes.h:19
virtual void tick()
Calls isFallingApplicable to determine if it should do anything, and if so calls fallFromSky.
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:94
The DtSimComponent class is the base class for the entire simulation model component hierarchy...
Definition: simComponent.h:91
DtInputPortGroup is a data port group of a data consumer. It may contain any number of DtInputPorts a...
Definition: inputPortGroup.h:35
Contains class declarations for DtAnalogInputPort, DtAnalogOutputPort, and DtAnalogPortData.
Definition: analogIOPort.h:25
Definition: parachuteActuatorDescriptor.h:17
Definition: adjustDemeanorTypes.h:21
class DtParachuteActuatorPSR:
Definition: parachuteActuatorPSR.h:26
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)