#include <cstdlib>
#include <iostream>
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#include <Types.h>
#include <ForwardDeclarations.h>
#include <Plugin.h>
Go to the source code of this file.
Classes | |
class | beliefstate::plugins::PLUGIN_CLASS |
Namespaces | |
namespace | beliefstate |
Main beliefstate system class. | |
namespace | beliefstate::plugins |
Defines | |
#define | PLUGIN_CLASS PluginSupervisor |
Functions | |
plugins::PLUGIN_CLASS * | beliefstate::createInstance () |
void | beliefstate::destroyInstance (plugins::PLUGIN_CLASS *icDestroy) |
#define PLUGIN_CLASS PluginSupervisor |
Definition at line 44 of file PluginSupervisor.h.