|
This file is part of ArmarX. More...
Namespaces | |
detail | |
error | |
grasp_control | |
hand_control | |
joint_control | |
mixin | |
platform_control | |
provider | |
segment | |
tcp_control | |
visual_search | |
visual_servo_tcp_control | |
Enumerations | |
enum | ActiveOrTerminatedSkillStatus { Running = 2, Failed = 4, Succeeded = 8, Aborted = 16 } |
enum | SkillStatus { Idle = 0, Scheduled = 1, Running = 2, Failed = 4, Succeeded = 8, Aborted = 16 } |
enum | TerminatedSkillStatus { Failed = 4, Succeeded = 8, Aborted = 16 } |
Functions | |
void | fromIce (const provider::dto::Execution::Status &status, ActiveOrTerminatedSkillStatus &ret) |
void | fromIce (const provider::dto::Execution::Status &status, SkillStatus &ret) |
void | fromIce (const provider::dto::Execution::Status &status, TerminatedSkillStatus &ret) |
std::ostream & | operator<< (std::ostream &os, const SkillID &id) |
void | toIce (provider::dto::Execution::Status &ret, const ActiveOrTerminatedSkillStatus &status) |
void | toIce (provider::dto::Execution::Status &ret, const SkillStatus &status) |
void | toIce (provider::dto::Execution::Status &ret, const TerminatedSkillStatus &status) |
SkillStatus | toSkillStatus (const ActiveOrTerminatedSkillStatus &d) |
SkillStatus | toSkillStatus (const TerminatedSkillStatus &d) |
Variables | |
const SkillDescription | BringObjectToHumanDesc |
const SkillDescription | GraspObjectSkillDesc |
This file is part of ArmarX.
ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
|
strong |
Enumerator | |
---|---|
Running | |
Failed | |
Succeeded | |
Aborted |
Definition at line 26 of file SkillStatusUpdate.h.
|
strong |
Enumerator | |
---|---|
Idle | |
Scheduled | |
Running | |
Failed | |
Succeeded | |
Aborted |
Definition at line 16 of file SkillStatusUpdate.h.
|
strong |
Enumerator | |
---|---|
Failed | |
Succeeded | |
Aborted |
Definition at line 34 of file SkillStatusUpdate.h.
void fromIce | ( | const provider::dto::Execution::Status & | status, |
ActiveOrTerminatedSkillStatus & | ret | ||
) |
Definition at line 123 of file SkillStatusUpdate.cpp.
void fromIce | ( | const provider::dto::Execution::Status & | status, |
SkillStatus & | ret | ||
) |
Definition at line 147 of file SkillStatusUpdate.cpp.
void fromIce | ( | const provider::dto::Execution::Status & | status, |
TerminatedSkillStatus & | ret | ||
) |
std::ostream & operator<< | ( | std::ostream & | os, |
const SkillID & | id | ||
) |
Definition at line 41 of file SkillID.cpp.
void toIce | ( | provider::dto::Execution::Status & | ret, |
const ActiveOrTerminatedSkillStatus & | status | ||
) |
Definition at line 63 of file SkillStatusUpdate.cpp.
void toIce | ( | provider::dto::Execution::Status & | ret, |
const SkillStatus & | status | ||
) |
void toIce | ( | provider::dto::Execution::Status & | ret, |
const TerminatedSkillStatus & | status | ||
) |
Definition at line 83 of file SkillStatusUpdate.cpp.
SkillStatus toSkillStatus | ( | const ActiveOrTerminatedSkillStatus & | d | ) |
SkillStatus toSkillStatus | ( | const TerminatedSkillStatus & | d | ) |
Definition at line 23 of file SkillStatusUpdate.cpp.
const SkillDescription BringObjectToHumanDesc |
Definition at line 6 of file BringObjectToHuman.cpp.
const SkillDescription GraspObjectSkillDesc |
Definition at line 11 of file SimpleHandoverObject.cpp.