#include <cstdlib>#include <iostream>#include <fstream>#include <mutex>#include <map>#include <sstream>#include <designators/CDesignator.h>#include <designator_integration_msgs/DesignatorCommunication.h>#include <plugins/owlexporter/CExporterOwl.h>#include <Types.h>#include <ForwardDeclarations.h>#include <Plugin.h>#include <Property.h>#include <JSON.h>#include <Node.h>#include <plugins/prediction/DecisionTree.h>

Go to the source code of this file.
Classes | |
| class | beliefstate::plugins::PLUGIN_CLASS |
| struct | beliefstate::plugins::PLUGIN_CLASS::PredictionResult |
| struct | beliefstate::plugins::PLUGIN_CLASS::PredictionTrack |
Namespaces | |
| namespace | beliefstate |
Main beliefstate system class. | |
| namespace | beliefstate::plugins |
Defines | |
| #define | PLUGIN_CLASS PluginPrediction |
Functions | |
| plugins::PLUGIN_CLASS * | beliefstate::createInstance () |
| void | beliefstate::destroyInstance (plugins::PLUGIN_CLASS *icDestroy) |
| #define PLUGIN_CLASS PluginPrediction |
Definition at line 44 of file PluginPrediction.h.