RobotInfo Class Reference

#include <RobotAPI/libraries/robot_name_service/core/Robot.h>

Public Member Functions

void fromIce (const armarx::robot_name_service::dto::RobotInfo &r)
 
armarx::robot_name_service::dto::RobotInfo toIce () const
 

Public Attributes

std::map< std::string, ArmInfoarmInfos
 
armarx::armem::client::MemoryNameSystem memoryNameSystem
 
std::string name
 
armarx::RobotUnitInterfacePrx robotUnit
 
armarx::skills::manager::dti::SkillManagerInterfacePrx skillManager
 
armarx::data::PackagePath xmlPackagePath
 

Detailed Description

Definition at line 36 of file Robot.h.

Member Function Documentation

◆ fromIce()

void fromIce ( const armarx::robot_name_service::dto::RobotInfo &  r)

Definition at line 41 of file Robot.cpp.

+ Here is the call graph for this function:

◆ toIce()

dto::RobotInfo toIce ( ) const

Definition at line 58 of file Robot.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ armInfos

std::map<std::string, ArmInfo> armInfos

Definition at line 52 of file Robot.h.

◆ memoryNameSystem

Definition at line 48 of file Robot.h.

◆ name

std::string name

Definition at line 44 of file Robot.h.

◆ robotUnit

Definition at line 55 of file Robot.h.

◆ skillManager

armarx::skills::manager::dti::SkillManagerInterfacePrx skillManager

Definition at line 49 of file Robot.h.

◆ xmlPackagePath

armarx::data::PackagePath xmlPackagePath

Definition at line 45 of file Robot.h.


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