Classes | Functions | Variables
t11_runtime_ports.cpp File Reference
#include "behaviortree_cpp_v3/bt_factory.h"
Include dependency graph for t11_runtime_ports.cpp:

Go to the source code of this file.

Classes

class  SayRuntimePort
 
class  ThinkRuntimePort
 

Functions

int main ()
 

Variables

static const char * xml_text
 

Function Documentation

int main ( )

Definition at line 53 of file t11_runtime_ports.cpp.

Variable Documentation

const char* xml_text
static
Initial value:
= R"(
<root main_tree_to_execute = "MainTree" >
<BehaviorTree ID="MainTree">
<Sequence name="root">
<ThinkRuntimePort text="{the_answer}"/>
<SayRuntimePort message="{the_answer}" />
</Sequence>
</BehaviorTree>
</root>
)"

Definition at line 5 of file t11_runtime_ports.cpp.



behaviotree_cpp_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Tue May 4 2021 02:56:25