VR-Forces 4.10 Class Documentation
 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) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: mtlRemoteComponentConfigurationBuilder.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 #ifndef DTMTLREMOTECOMPONENTCONFIGURATIONBUILDER_H_
9 #define DTMTLREMOTECOMPONENTCONFIGURATIONBUILDER_H_
10 
13 
15 
16 class DtlObjPtr;
18 
23 {
24 public:
25 
28  DtRemoteComponentAttachmentManager *pRemoteCompAttachMgr);
29 
32 
33 public:
34 
38  virtual bool addRemoteConfigurationToObject(const DtString& configKeyName,
39  DtVrfObject* pVrfObj);
40 
42  virtual bool doDeferredInitialization(
44  DtVrfObject* pVrfObj);
45 
46 public:
47 
49 
50 protected:
53 
54 private:
59 };
60 
61 #endif
62 
This singleton class keeps track of components that should be added to remote, non VR-Forces entities...
Definition: remoteComponentAttachmentManager.h:33
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This builder class initializes a DtVrfObject from the traditional MTL parameter database for VR-Force...
Definition: mtlRemoteComponentConfigurationBuilder.h:21
virtual bool addRemoteConfigurationToObject(const DtString &configKeyName, DtVrfObject *pVrfObj)=0
This is the primary interface for the builder.
This file declares DtRemoteConfigurationEntry.
Definition: remoteConfigurationEntry.h:25
const DtRemoteComponentConfigurationBuilder & operator=(const DtRemoteComponentConfigurationBuilder &)
static DtRemoteComponentConfigurationBuilder * create(DtRemoteComponentAttachmentManager *)
Factory function to create instances of the builder.
This builder class is used to attach VR-Forces components and radios to non-VRF remote entities...
Definition: remoteComponentConfigurationBuilder.h:27

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)