![]() |
AutoAPMS
Streamlining behaviors in ROS 2
|
Implementation details of a single data port. More...
#include <auto_apms_behavior_tree_core/definitions.hpp>
Public Attributes | |
| std::string | port_name |
| Name of the port. | |
| std::string | port_type |
| String representation of the C++ type given to the port. | |
| std::string | port_default |
| Default value of the port encoded as string. | |
| bool | port_has_default |
| Flag whether the port implements a default value or not. | |
| std::string | port_description |
| Description of the port. | |
| BT::PortDirection | port_direction |
| Direction of the port. | |
Implementation details of a single data port.
Definition at line 44 of file definitions.hpp.
| std::string port_name |
Name of the port.
Definition at line 47 of file definitions.hpp.
| std::string port_type |
String representation of the C++ type given to the port.
Definition at line 49 of file definitions.hpp.
| std::string port_default |
Default value of the port encoded as string.
Definition at line 51 of file definitions.hpp.
| bool port_has_default |
Flag whether the port implements a default value or not.
Definition at line 53 of file definitions.hpp.
| std::string port_description |
Description of the port.
Definition at line 55 of file definitions.hpp.
| BT::PortDirection port_direction |
Direction of the port.
Definition at line 57 of file definitions.hpp.