|
|
#include <RobotAPI/libraries/skills/core/FluxioNode.h>
Inheritance diagram for FluxioNode:Public Member Functions | |
| virtual std::optional< manager::arondto::FluxioNode > | toAron () const |
| manager::arondto::FluxioIdentificator | toFluxioIdentificatorAron () const |
| manager::dto::FluxioIdentificator | toFluxioIdentificatorIce () const |
| virtual std::optional< manager::dto::FluxioNode > | toManagerIce () const |
| virtual | ~FluxioNode ()=default |
Static Public Member Functions | |
| static std::experimental::observer_ptr< const FluxioNode > | FromFluxioIdentificatorAron (const manager::arondto::FluxioIdentificator &i, const std::map< const std::string, const std::unique_ptr< FluxioNode >> &nodesMap) |
| static std::experimental::observer_ptr< const FluxioNode > | FromFluxioIdentificatorIce (const manager::dto::FluxioIdentificator &i, const std::map< const std::string, const std::unique_ptr< FluxioNode >> &nodesMap) |
| static FluxioNode | FromIce (const manager::dto::FluxioNode &i) |
Public Attributes | |
| std::string | name |
| std::string | nodeId |
| FluxioNodeType | nodeType |
| float | xPos = 0 |
| float | yPos = 0 |
Definition at line 23 of file FluxioNode.h.
|
virtualdefault |
|
static |
Definition at line 151 of file FluxioNode.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 135 of file FluxioNode.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
virtual |
Reimplemented in FluxioControlNode, FluxioSubSkillNode, and FluxioParameterNode.
Definition at line 88 of file FluxioNode.cpp.
Here is the call graph for this function:| manager::arondto::FluxioIdentificator toFluxioIdentificatorAron | ( | ) | const |
Definition at line 126 of file FluxioNode.cpp.
| manager::dto::FluxioIdentificator toFluxioIdentificatorIce | ( | ) | const |
Definition at line 117 of file FluxioNode.cpp.
|
virtual |
Reimplemented in FluxioControlNode, FluxioSubSkillNode, and FluxioParameterNode.
Definition at line 59 of file FluxioNode.cpp.
Here is the call graph for this function:| std::string name |
Definition at line 28 of file FluxioNode.h.
| std::string nodeId |
Definition at line 27 of file FluxioNode.h.
| FluxioNodeType nodeType |
Definition at line 26 of file FluxioNode.h.
| float xPos = 0 |
Definition at line 29 of file FluxioNode.h.
| float yPos = 0 |
Definition at line 30 of file FluxioNode.h.