SkillStatusUpdate Struct Reference

#include <RobotAPI/libraries/skills/provider/SkillStatusUpdate.h>

+ Inheritance diagram for SkillStatusUpdate:

Public Member Functions

provider::dto::SkillStatusUpdate toIce () const
 

Static Public Member Functions

static SkillStatusUpdate FromIce (const provider::dto::SkillStatusUpdate &update)
 

Data Fields

SkillStatus status = SkillStatus::Idle
 
- Data Fields inherited from SkillStatusUpdateBase
aron::data::DictPtr data = nullptr
 
std::string executorName = ""
 
SkillID skillId = {"NOT INITIALIZED YET", "NOT INITIALIZED YET"}
 
SkillParameterization usedParameterization
 

Detailed Description

Definition at line 82 of file SkillStatusUpdate.h.

Member Function Documentation

◆ FromIce()

SkillStatusUpdate FromIce ( const provider::dto::SkillStatusUpdate &  update)
static

Definition at line 223 of file SkillStatusUpdate.cpp.

+ Here is the call graph for this function:

◆ toIce()

provider::dto::SkillStatusUpdate toIce ( ) const

Definition at line 188 of file SkillStatusUpdate.cpp.

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

Field Documentation

◆ status


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