![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: exampleSimDataPlugin.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00011 00012 #ifndef exampleSimDataPlugin_h_ 00013 #define exampleSimDataPlugin_h_ 00014 00015 // Get proper local export symbol 00016 #include "exampleSimData.h" 00017 00018 // Setup proper plugin export symbol 00019 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLESIMDATA 00020 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) 00021 #include <vrvCore/exportPlugin.h> 00022 00023 namespace makVrv { class DtDe; } 00024 00025 // Work function for the plugin initialization 00026 DT_DLL_EXAMPLESIMDATA void init(makVrv::DtDe& de); 00027 00028 // Callback to create the stateViewDriver 00029 void createStateViewDriver(makVrv::DtDe* de); 00030 00031 #endif