|
WSF
|
#include "wsf_multiresolution_export.h"#include "ComponentNameHelper.hpp"#include "WsfApplication.hpp"#include "WsfApplicationExtension.hpp"#include "WsfMultiresolutionMultirunTable.hpp"#include "WsfMultiresolutionTypes.hpp"#include "WsfPlugin.hpp"#include "WsfScenario.hpp"#include "WsfScenarioExtension.hpp"#include "WsfSimulation.hpp"
Functions | |
| WSF_MULTIRESOLUTION_EXPORT void | WsfPluginVersion (UtPluginVersion &aVersion) |
| WSF_MULTIRESOLUTION_EXPORT void | WsfPluginSetup (WsfApplication &aApplication) |
| This method is called to register the plugin with the application. | |
| WSF_MULTIRESOLUTION_EXPORT void WsfPluginSetup | ( | WsfApplication & | aApplication | ) |
This method is called to register the plugin with the application.
References wsf::multiresolution::cEXTENSION_NAME, wsf::multiresolution::cFEATURE_NAME, WsfApplication::RegisterExtension(), and WsfApplication::RegisterFeature().
| WSF_MULTIRESOLUTION_EXPORT void WsfPluginVersion | ( | UtPluginVersion & | aVersion | ) |
This method is called to check the plugin version and compiler type. If values do not match the plugin will not load.
References WSF_PLUGIN_API_COMPILER_STRING, WSF_PLUGIN_API_MAJOR_VERSION, and WSF_PLUGIN_API_MINOR_VERSION.