SkillRuntime Class Reference

#include <RobotAPI/libraries/skills/provider/detail/SkillImplementationWrapper.h>

Public Member Functions

TerminatedSkillStatusUpdate executeSkill ()
 
 SkillRuntime (const skills::SkillBlueprint *fac, const skills::SkillExecutionID &, const aron::data::DictPtr &, const skills::callback::dti::SkillProviderCallbackInterfacePrx &)
 
void stopSkill ()
 
void updateSkillParameters (const aron::data::DictPtr &i)
 

Public Attributes

std::thread execution
 
std::mutex skillStatusesMutex
 
SkillStatusUpdate statusUpdate
 

Detailed Description

Definition at line 19 of file SkillImplementationWrapper.h.

Constructor & Destructor Documentation

◆ SkillRuntime()

SkillRuntime ( const skills::SkillBlueprint fac,
const skills::SkillExecutionID execId,
const aron::data::DictPtr initial_parameters,
const skills::callback::dti::SkillProviderCallbackInterfacePrx &  callbackInterface 
)

Definition at line 7 of file SkillImplementationWrapper.cpp.

Member Function Documentation

◆ executeSkill()

TerminatedSkillStatusUpdate executeSkill ( )

Definition at line 46 of file SkillImplementationWrapper.cpp.

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

◆ stopSkill()

void stopSkill ( )

Definition at line 18 of file SkillImplementationWrapper.cpp.

+ Here is the call graph for this function:

◆ updateSkillParameters()

void updateSkillParameters ( const aron::data::DictPtr i)

Definition at line 32 of file SkillImplementationWrapper.cpp.

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

Member Data Documentation

◆ execution

std::thread execution

Definition at line 34 of file SkillImplementationWrapper.h.

◆ skillStatusesMutex

std::mutex skillStatusesMutex
mutable

Definition at line 30 of file SkillImplementationWrapper.h.

◆ statusUpdate

SkillStatusUpdate statusUpdate

Definition at line 31 of file SkillImplementationWrapper.h.


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