VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
mtlRemoteComponentConfigurationBuilder.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
12 
13 class DtlObjPtr;
15 class DtLocalObject;
18 
23 {
24 public:
25 
28 
31 
32 public:
33 
37  virtual bool addRemoteConfigurationToObject(const DtString& configKeyName,
38  DtSimObjectReference pVrfObj);
39 
41  virtual bool doDeferredInitialization(
43  DtSimObjectReference pVrfObj);
44 
45 public:
46 
48 
49 protected:
52 
53 private:
58 };
This singleton class keeps track of components that should be added to remote, non VR-Forces entities...
Definition: remoteComponentAttachmentManager.h:35
class DtLocalObjectManager:
Definition: localObjectManager.h:151
virtual bool addRemoteConfigurationToObject(const DtString &configKeyName, DtSimObjectReference pVrfObj)=0
This is the primary interface for the builder. Using configKeyName, look up a configuration filename ...
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This builder class initializes a DtLocalObject from the traditional MTL parameter database for VR-For...
Definition: mtlRemoteComponentConfigurationBuilder.h:21
This file declares DtRemoteConfigurationEntry.
Definition: remoteConfigurationEntry.h:21
const DtRemoteComponentConfigurationBuilder & operator=(const DtRemoteComponentConfigurationBuilder &)
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
This builder class is used to attach VR-Forces components and radios to non-VRF remote entities...
Definition: remoteComponentConfigurationBuilder.h:23

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)