VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfObject.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2021 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
7 #ifndef ALLOW_VRF4API
8  #ifdef _WIN32
9  #pragma message ("Warning: The Header vrfObject.h and DtVrfObject class have been deprecated as of VRF 4.X please use DtLocalObject for the object controlled by the entity and DtSimObjectReference when referencing non controlled object instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.")
10  #endif
11 
12  #ifdef __linux__
13  #warning The Header vrfObject.h and DtVrfObject class have been deprecated as of VRF 4.X please use DtLocalObject for the object controlled by the entity and DtSimObjectReference when referencing non controlled object instead. See developer documentation for details. #define ALLOW_VRF4API 1 to remove this warning.
14  #endif
15 #endif
16 
17 #include "vrfobjcore/localObject.h"
20 
The DtSimObjectReference is a shared pointer that can be used amongst many object for access to the u...
Definition: simObjectReference.h:26
DtLocalObject DtVrfObject
Definition: vrfObject.h:21
Contains the DtSimObjectReference class declaration.
DtSimObjectReference DtSharedVrfObjectReference
Definition: vrfObject.h:22
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)