SkillStatusUpdateBase Struct Reference

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

+ Inheritance diagram for SkillStatusUpdateBase:

Public Member Functions

manager::dto::SkillStatusUpdate toManagerIce () const
 
provider::dto::SkillStatusUpdate toProviderIce () const
 

Public Attributes

callback::dti::SkillProviderCallbackInterfacePrx callbackInterface
 
SkillExecutionID executionId
 
aron::data::DictPtr parameters
 
aron::data::DictPtr result = nullptr
 

Detailed Description

Definition at line 63 of file SkillStatusUpdate.h.

Member Function Documentation

◆ toManagerIce()

manager::dto::SkillStatusUpdate toManagerIce ( ) const

Definition at line 243 of file SkillStatusUpdate.cpp.

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

◆ toProviderIce()

provider::dto::SkillStatusUpdate toProviderIce ( ) const

Definition at line 257 of file SkillStatusUpdate.cpp.

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

Member Data Documentation

◆ callbackInterface

callback::dti::SkillProviderCallbackInterfacePrx callbackInterface

Definition at line 68 of file SkillStatusUpdate.h.

◆ executionId

SkillExecutionID executionId

Definition at line 66 of file SkillStatusUpdate.h.

◆ parameters

aron::data::DictPtr parameters

Definition at line 67 of file SkillStatusUpdate.h.

◆ result

aron::data::DictPtr result = nullptr

Definition at line 71 of file SkillStatusUpdate.h.


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