15 class DtSimulationSrecices;
45 virtual bool isTrue(
const DtSimObject* vrfObject)
const;
56 virtual void setTestInterval(
DtTime intervalInSeconds);
57 virtual DtTime testInterval()
const;
61 virtual bool isTimeToTest()
const;
DtVrfObjectPredicate * myPredicate
This is the predicate to evaluate.
Definition: vrfObjectPredicateEvaluator.h:73
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
Contains the DtVrfObjectPredicate class declaration.
Definition: vrfObjectPredicate.h:20
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtTime myTimeToNextTest
The time until our next isTrue() test may be performed.
Definition: vrfObjectPredicateEvaluator.h:76
DtTime myTestInterval
Time interval between tests. By default, the interval is 0,.
Definition: vrfObjectPredicateEvaluator.h:79
const DtSimulationServices * mySimulationServices
The clock being used for establishing the rate at which isTrue() tests should be performed.
Definition: vrfObjectPredicateEvaluator.h:83
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:95
Definition: vrfObjectPredicateEvaluator.h:17
Represents a single simulation object in the exercise. Object may be VRF simulation, or non-VRF simulated, and may be simulated by the local sim engine, or by a remote sim engine. Only public (external) state of the object is available. All data is read-only. All access to data of the object is thread safe within the simulation frame.
Definition: simObject.h:88
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)