knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
ReasonerManager.h File Reference
#include "knowrob/plugins/PluginManager.h"
#include "knowrob/storage/StorageManager.h"
#include "knowrob/KnowledgeBase.h"
#include "knowrob/reasoner/GoalDrivenReasoner.h"
#include "knowrob/reasoner/DataDrivenReasoner.h"
Include dependency graph for ReasonerManager.h:

Go to the source code of this file.

Classes

class  knowrob::ReasonerManager
 

Namespaces

 knowrob
 

Macros

#define KNOWROB_BUILTIN_REASONER(Name, Type)
 

Macro Definition Documentation

◆ KNOWROB_BUILTIN_REASONER

#define KNOWROB_BUILTIN_REASONER (   Name,
  Type 
)
Value:
class Type ## _Registration{ static bool isRegistered; }; \
bool Type ## _Registration::isRegistered = knowrob::PluginManager<knowrob::Reasoner>::addFactory<Type>(Name);

Definition at line 101 of file ReasonerManager.h.