24 namespace vrvExampleCloudDriver
41 virtual const std::string& className()
const;
45 virtual bool onStart();
48 virtual bool onStop();
52 virtual bool onTick();
61 void on_cloudLayerAdded(
int index);
64 void on_cloudLayerDestroyed(
int index);
A simple CSV parsing class which creates lists of DtCloudLayerRecords and DtWinds.
Definition: DtCloudParser.h:24
A DtDriver.
Definition: DtCloudDriver.h:30
makArchives::DtEnvironmentRecord::CloudLayerRecordList myCloudLayers
Definition: DtCloudDriver.h:69
#define DT_DLL_EXAMPLECLOUDDRIVER
Definition: exampleCloudDriverPlugin.h:20
The DtDriver is an abstract class.
Definition: DtDriver.h:34
std::vector< DtCloudLayerRecord > CloudLayerRecordList
Definition: DtEnvironmentRecord.h:150
The declaration of the makArchives::DtEnvironmentRecord class.
double myLastUpdate
Definition: DtCloudDriver.h:67
std::vector< DtWind > WindList
Definition: DtCloudDriverCommon.h:45
The DtAgentManager manages the distributed scene object framework.
Definition: DtAgentManager.h:38
Contains makVrv:DtDriver class.
Contains makVrv::vrvExampleCloudDriver::DtWind.
WindList myWindList
Definition: DtCloudDriver.h:70
DLL export definitions for DtCloudDriver.