![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: exampleCigiExtensionPlugin.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 ******************************************************************************/ 00010 00011 #pragma once 00012 00013 // Get proper local export symbol 00014 #include "exampleCigiExtension.h" 00015 00016 // Setup proper plugin export symbol 00017 #define DT_DE_PLUGIN_EXPORT_MACRO DT_DLL_EXAMPLECIGIEXTENSION 00018 00019 // Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) 00020 #include <vrvCore/exportPlugin.h> 00021 00022 namespace makVrv { class DtDe; } 00023 00024 // Work function for the plugin initialization 00025 DT_DLL_EXAMPLECIGIEXTENSION void init(makVrv::DtDe& de); 00026 00027 // Callback to load the DtAccessoryDriver into the display engine 00028 void loadAccessory(makVrv::DtDe* de); 00029