12 #include <vlutil/vlMachineTypes.h>
71 static void addEvaluatorCreatorFcn(
const int intType,
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Contains the DtUUID class declaration.
static DtEvaluatorFactory * theFactory
Definition: evaluator.h:75
Definition: evaluatorFactory.h:32
class DtEvaluator:
Definition: evaluator.h:35
class DtPlan:
Definition: plan.h:92
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
DtEvaluator *(* DtEvaluatorCreatorFcn)()
class DtEvaluatorFactory:
Definition: evaluatorFactory.h:29
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:95
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
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