knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <termios.h>
#include <exception>
#include <iostream>
#include <algorithm>
#include <memory>
#include <list>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/variables_map.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <utility>
#include <knowrob/knowrob.h>
#include <knowrob/Logger.h>
#include <knowrob/KnowledgeBase.h>
#include "knowrob/formulas/Predicate.h"
#include "knowrob/queries/QueryParser.h"
#include "knowrob/semweb/PrefixRegistry.h"
#include "knowrob/queries/QueryError.h"
#include "knowrob/queries/QueryTree.h"
#include "knowrob/queries/Answer.h"
#include "knowrob/queries/AnswerYes.h"
#include "knowrob/queries/FormulaQuery.h"
#include "knowrob/integration/InterfaceUtils.h"
Go to the source code of this file.
Namespaces | |
knowrob | |
Functions | |
int | run (int argc, char **argv) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 652 of file terminal.cpp.
int run | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 608 of file terminal.cpp.