VR-Forces 4.0.4 Class Documentation
examples/tutorialDistributedSimulation3B/DistributedSimulationPlugin3B.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2011 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 
00008 
00009 #pragma once
00010 
00011 // Setup proper plugin export symbol
00012 #ifdef WIN32 
00013 #define DT_DE_PLUGIN_EXPORT_MACRO __declspec ( dllexport )
00014 #else
00015    #define DT_DE_PLUGIN_EXPORT_MACRO
00016 #endif
00017 
00018 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de))
00019 #include <vrvCore/exportPlugin.h>
00020 
00021 namespace makVrv { class DtDe; }
00022 
00023 // Work function for the plugin initialization
00024 void init(makVrv::DtDe& de);
00025 
00026 // Callback to create the stateViewDriver
00027 void createDistributedSimDriver(makVrv::DtDe* de);
00028 
00029 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)