Go to the source code of this file.
Classes | |
class | ThinkWhatToSay |
Functions | |
int | main () |
Variables | |
static const char * | xml_text |
int main | ( | ) |
Definition at line 71 of file t02_basic_ports.cpp.
|
static |
This tutorial will teach you how basic input/output ports work.
Ports are a mechanism to exchange information between Nodes using a key/value storage called "Blackboard". The type and number of ports of a Node is statically defined.
Input Ports are like "argument" of a functions. Output ports are, conceptually, like "return values".
In this example, a Sequence of 5 Actions is executed:
Definition at line 29 of file t02_basic_ports.cpp.