VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simEngineeringTaskManager.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 #pragma once
11 
14 
17 {
18 private:
21 
24 
27 
28 public:
30  DtSimEngineeringTaskManager(const DtString & name, DtLocalObject* vrfObject);
31 
33  virtual ~DtSimEngineeringTaskManager();
34 
35  static DtSimTaskManager * creator(const DtString & name,
36  DtLocalObject* vrfObject);
37 
38 protected:
39  virtual void registerSetDataMessageCallbacks();
40 };
const DtSimTaskManager & operator=(const DtSimTaskManager &orig)
assignment operator
virtual void registerSetDataMessageCallbacks()
Handles registration/deregistration of callbacks.
DtSimEngineeringTaskManager.
Definition: simEngineeringTaskManager.h:16
static DtSimTaskManager * creator(const DtString &name, DtLocalObject *vrfObject)
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Class Description: DtSimTaskManager manages the bookkeeping associated with starting, completing, clearing, and skipping tasks.
Definition: simTaskManager.h:52
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 Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)