|
CORESENSE4home_Architecture
|
Represents a sequence of nodes within a robotic system, with utilities to manage and print the node sequence. More...
#include <Flow.hpp>
Public Member Functions | |
| Flow (const std::vector< std::string > &nodes) | |
| Constructs a Flow object with a specified sequence of nodes. | |
| const std::vector< std::string > & | get_nodes () const |
| Retrieves the sequence of nodes in the flow. | |
| void | print () const |
| Prints the sequence of nodes in the flow to the standard output. | |
Represents a sequence of nodes within a robotic system, with utilities to manage and print the node sequence.
|
explicit |
| const std::vector< std::string > & get_nodes | ( | ) | const |
Retrieves the sequence of nodes in the flow.
| void print | ( | ) | const |
Prints the sequence of nodes in the flow to the standard output.
This function outputs each node name in the flow, prefixed by an arrow (->) to represent the sequence visually.