|
AddonsManager::UniquePtr | CreateAddonsManager (const Common::Logger::SharedPtr &logger) |
| Get instance of addons core. More...
|
|
AddonFactory::UniquePtr | CreateDynamicAddonFactory (const char *modulePath) |
|
AddonFactory::UniquePtr | CreateDynamicAddonFactory (const std::string &modulePath) |
|
Error | CreateError (unsigned lineNum, const char *filename, unsigned errorCode, const char *msg) |
|
template<typename T1 > |
Error | CreateError (unsigned lineNum, const char *fileName, unsigned errorCode, const char *msg, const T1 ¶m1) |
|
template<typename T1 > |
Error | CreateError (unsigned lineNum, const char *fileName, unsigned errorCode, const char *msg, const T1 ¶m1, const Common::Error &subError) |
|
template<typename T1 , typename T2 > |
Error | CreateError (unsigned lineNum, const char *fileName, unsigned errorCode, const char *msg, const T1 ¶m1, const T2 ¶m2) |
|
template<typename T1 , typename T2 > |
Error | CreateError (unsigned lineNum, const char *fileName, unsigned errorCode, const char *msg, const T1 ¶m1, const T2 ¶m2, const Common::Error &subError) |
|
template<typename T1 , typename T2 , typename T3 > |
Error | CreateError (unsigned lineNum, const char *fileName, unsigned errorCode, const char *msg, const T1 ¶m1, const T2 ¶m2, const T3 ¶m3) |
|
template<typename T1 , typename T2 , typename T3 > |
Error | CreateError (unsigned lineNum, const char *fileName, unsigned errorCode, const char *msg, const T1 ¶m1, const T2 ¶m2, const T3 ¶m3, const Common::Error &subError) |
|
template<typename T1 , typename T2 , typename T3 , typename T4 > |
Error | CreateError (unsigned lineNum, const char *fileName, unsigned errorCode, const char *msg, const T1 ¶m1, const T2 ¶m2, const T3 ¶m3, const T4 ¶m4) |
|
template<typename T1 , typename T2 , typename T3 , typename T4 > |
Error | CreateError (unsigned lineNum, const char *fileName, unsigned errorCode, const char *msg, const T1 ¶m1, const T2 ¶m2, const T3 ¶m3, const T4 ¶m4, const Common::Error &subError) |
|
Common::AddonInformation | GetAddonInfomation (const ModuleConfiguration &config) |
|
Configuration | ParseConfiguration (const std::string &configPath) |
|
Configuration | ParseConfigurationFiles (const std::string &directory) |
|
void | SaveConfiguration (const ModulesConfiguration &configuration, const std::string &configPath) |
|
Addon interface definition GNU LGPL.
Dynamic library class. GNU LGPL.
Uri. GNU LGPL.
Thread wrapper with coockies. GNU LGPL.
modules identifiers. Used for building error codes. Modules are parts of project not addons. GNU LGPL
Interface base class. GNU LGPL.
Exception declarations GNU LGPL.
OPC UA Address space part. GNU LGPL.
Addon parameters GNU LGPL.
Addons manager interface definition GNU LGPL.
- Author
- Alexander Rykovanov 2011 rykov.nosp@m.anov.nosp@m..as@g.nosp@m.mail.nosp@m..com Distributed under the GNU LGPL License (See accompanying file LICENSE or copy at http://www.gnu.org/licenses/lgpl.html)
-
Alexander Rykovanov 2013 rykov.nosp@m.anov.nosp@m..as@g.nosp@m.mail.nosp@m..com Distributed under the GNU LGPL License (See accompanying file LICENSE or copy at http://www.gnu.org/licenses/lgpl.html)
-
Alexander Rykovanov 2012 rykov.nosp@m.anov.nosp@m..as@g.nosp@m.mail.nosp@m..com Distributed under the GNU LGPL License (See accompanying file LICENSE or copy at http://www.gnu.org/licenses/lgpl.html)
GNU LGPL
Distributed under the GNU LGPL License (See accompanying file LICENSE or copy at http://www.gnu.org/licenses/lgpl.html)