ProviderInfo Class Reference

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

Public Member Functions

skills::manager::dto::ProviderInfo toIce () const
 

Static Public Member Functions

static ProviderInfo FromIce (const manager::dto::ProviderInfo &)
 

Public Attributes

std::map< SkillID, SkillDescriptionprovidedSkills
 
ProviderID providerId
 
provider::dti::SkillProviderInterfacePrx providerInterface
 

Detailed Description

Definition at line 19 of file ProviderInfo.h.

Member Function Documentation

◆ FromIce()

ProviderInfo FromIce ( const manager::dto::ProviderInfo &  i)
static

Definition at line 22 of file ProviderInfo.cpp.

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

◆ toIce()

skills::manager::dto::ProviderInfo toIce ( ) const

Definition at line 8 of file ProviderInfo.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ providedSkills

std::map<SkillID, SkillDescription> providedSkills

Definition at line 24 of file ProviderInfo.h.

◆ providerId

ProviderID providerId

Definition at line 22 of file ProviderInfo.h.

◆ providerInterface

provider::dti::SkillProviderInterfacePrx providerInterface

Definition at line 23 of file ProviderInfo.h.


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