Version: 9.15.0
ObserverAsPlugin.cxx File Reference
#include "ObserverAsPlugin.hxx"
#include "Dispatcher.hxx"
#include "Exception.hxx"
#include <sstream>
#include <dlfcn.h>
#include <stdlib.h>
Include dependency graph for ObserverAsPlugin.cxx:

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
 

Variable Documentation

◆ CleanUpObservers

void(* CleanUpObservers) () ( ) =nullptr

◆ DefineCustomObservers

◆ HandleOnLoadedPlugin

void* HandleOnLoadedPlugin =nullptr