FluxioSubSkillNode Struct Reference

#include <RobotAPI/libraries/skills/core/FluxioSubSkillNode.h>

+ Inheritance diagram for FluxioSubSkillNode:

Public Member Functions

std::optional< manager::arondto::FluxioNode > toAron () const override
 
std::optional< manager::dto::FluxioNode > toManagerIce () const override
 
- Public Member Functions inherited from FluxioNode
manager::arondto::FluxioIdentificator toFluxioIdentificatorAron () const
 
manager::dto::FluxioIdentificator toFluxioIdentificatorIce () const
 
virtual ~FluxioNode ()=default
 

Static Public Member Functions

static std::optional< FluxioSubSkillNodeFromAron (const manager::arondto::FluxioNode &i, std::map< std::string, FluxioSkill > &skillsMap)
 
static std::optional< FluxioSubSkillNodeFromIce (const manager::dto::FluxioNode &i, std::map< std::string, FluxioSkill > &skillsMap)
 
- Static Public Member Functions inherited from FluxioNode
static std::experimental::observer_ptr< const FluxioNodeFromFluxioIdentificatorAron (const manager::arondto::FluxioIdentificator &i, const std::map< const std::string, const std::unique_ptr< FluxioNode >> &nodesMap)
 
static std::experimental::observer_ptr< const FluxioNodeFromFluxioIdentificatorIce (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::experimental::observer_ptr< const FluxioSkillskillPtr
 
- Public Attributes inherited from FluxioNode
std::string name
 
std::string nodeId
 
FluxioNodeType nodeType
 
float xPos = 0
 
float yPos = 0
 

Detailed Description

Definition at line 17 of file FluxioSubSkillNode.h.

Member Function Documentation

◆ FromAron()

std::optional< FluxioSubSkillNode > FromAron ( const manager::arondto::FluxioNode &  i,
std::map< std::string, FluxioSkill > &  skillsMap 
)
static

Definition at line 111 of file FluxioSubSkillNode.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ FromIce()

std::optional< FluxioSubSkillNode > FromIce ( const manager::dto::FluxioNode &  i,
std::map< std::string, FluxioSkill > &  skillsMap 
)
static

Definition at line 83 of file FluxioSubSkillNode.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ toAron()

std::optional< manager::arondto::FluxioNode > toAron ( ) const
overridevirtual

Reimplemented from FluxioNode.

Definition at line 51 of file FluxioSubSkillNode.cpp.

+ Here is the call graph for this function:

◆ toManagerIce()

std::optional< manager::dto::FluxioNode > toManagerIce ( ) const
overridevirtual

Reimplemented from FluxioNode.

Definition at line 19 of file FluxioSubSkillNode.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ skillPtr

Definition at line 19 of file FluxioSubSkillNode.h.


The documentation for this struct was generated from the following files: