#include "ObserverAsPlugin.hxx"#include "Dispatcher.hxx"#include "Exception.hxx"#include <sstream>#include <dlfcn.h>#include <stdlib.h>
Go to the source code of this file.
Variables | |
| void * | HandleOnLoadedPlugin =nullptr |
| void(* | DefineCustomObservers )(YACS::ENGINE::Dispatcher *, YACS::ENGINE::ComposedNode *, YACS::ENGINE::Executor *) =nullptr |
| void(* | CleanUpObservers )() =nullptr |
| void(* CleanUpObservers) () | ( | ) | =nullptr |
Definition at line 33 of file ObserverAsPlugin.cxx.
Referenced by YACS::ENGINE::LoadObserversPluginIfAny(), and YACS::ENGINE::UnLoadObserversPluginIfAny().
| void(* DefineCustomObservers) (YACS::ENGINE::Dispatcher *, YACS::ENGINE::ComposedNode *, YACS::ENGINE::Executor *) | ( | YACS::ENGINE::Dispatcher * | , |
| YACS::ENGINE::ComposedNode * | , | ||
| YACS::ENGINE::Executor * | |||
| ) | =nullptr |
Definition at line 32 of file ObserverAsPlugin.cxx.
Referenced by YACS::ENGINE::LoadObserversPluginIfAny().
| void* HandleOnLoadedPlugin =nullptr |
Definition at line 31 of file ObserverAsPlugin.cxx.
Referenced by YACS::ENGINE::LoadObserversPluginIfAny(), and YACS::ENGINE::UnLoadObserversPluginIfAny().