VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scriptEnableByAggregatePostureController.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
12 
14 
19 {
20 public:
23  DtSimManager * simManager, DtComponentDescriptor* desc = NULL,
24  DtReaderWriterRegistry * parentRegistry = 0);
25 
28 
29 private:
32 
35 
36 public:
37 
39  virtual void tick();
40 
41 protected:
42 
45  std::set<DtString> myAvailablePostures;
46 
49 };
50 
#define DT_DLL_vrfmodel
This file is used to determine how to build.
Definition: vrfmodelDefines.h:24
This controller enables specific Lua scripts (by script ID) based on the current posture of an aggreg...
Definition: scriptEnableByAggregatePostureController.h:18
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
std::set< DtString > myAvailablePostures
The postures in which the tasks are available.
Definition: scriptEnableByAggregatePostureController.h:45
DtScriptEnableController & operator=(const DtScriptEnableController &orig)
Not implemented.
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
This class represents the data gathered by a sensor about a particular single sensor contact...
Definition: rwSensorContactInfo.h:67
virtual void tick()
This gives the thread of control to the component.
This controller enables specific lua scripts (by script ID) that would normally not be enabled for th...
Definition: scriptEnableController.h:21
The simulation engine is controlled by a single,top-level class called the Simulation Manager...
Definition: simManager.h:103
DtString myCurrentPosture
The currently recorded posture.
Definition: scriptEnableByAggregatePostureController.h:48

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)