VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfLocalObjectCreateInformation.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 
11 namespace makVrf
12 {
13  class DtExternalCurrentFrameState;
14 }
15 
16 class DtSetDataRequest;
17 class DtSimTask;
18 
27 {
28 public:
31 
34 
37 
40 
43 
46 
48  bool convertingFromRemote() const;
49 
51  void addSetRequest(const DtSetDataRequest&);
52  void addTaskRequest(const DtSimTask&);
53 
54 protected:
56 };
UUID is a unique ID wrapper class.
Definition: uuid.h:59
The DtLocalObjectCreateInformation class is a subset of the information used in the DtIfCreateVrfObje...
Definition: localObjectCreateInformation.h:35
The DtLocalObjectCreateInformation class is a subset of the information used in the DtIfCreateVrfObje...
Definition: vrfLocalObjectCreateInformation.h:26
DtSetDataRequest is an abstract base class from which real setDataRequests can derive. It manages the read/write capability; derived classes need only use and register read/writatble data types for derived information.
Definition: setDataRequest.h:41
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
Definition: stateData.h:263
DtSimTask is an abstract base class from which real tasks can derive. It manages the read/write capab...
Definition: simTask.h:30
bool myConvertingFromRemote
Definition: vrfLocalObjectCreateInformation.h:55
class DtIfCreateVrfObject:
Definition: ifCreateVrfObject.h:77

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)