#include "dummy_nodes.h"
#include "behaviortree_cpp/bt_factory.h"
#include "behaviortree_cpp/loggers/bt_sqlite_logger.h"
#include "behaviortree_cpp/xml_parsing.h"
Go to the source code of this file.
Classes | |
class | SetTask |
struct | TaskA |
struct | TaskB |
Typedefs | |
using | Command = std::variant< TaskA, TaskB > |
Functions | |
int | main () |
Variables | |
static const char * | xml_text |
Definition at line 18 of file ex03_sqlite_log.cpp.
int main | ( | ) |
Definition at line 88 of file ex03_sqlite_log.cpp.
|
static |
Definition at line 52 of file ex03_sqlite_log.cpp.