|
| FluxioControlNodeType | FluxioControlNodeTypeFromString (const std::string &type) |
| |
| std::optional< std::string > | FluxioControlNodeTypeToString (const FluxioControlNodeType &type) |
| |
| FluxioNodeType | FluxioNodeTypeFromString (const std::string &type) |
| |
| std::optional< std::string > | FluxioNodeTypeToString (const FluxioNodeType &type) |
| |
| void | fromIce (const core::dto::Execution::Status &status, ActiveOrTerminatedSkillStatus &ret) |
| |
| void | fromIce (const core::dto::Execution::Status &status, SkillStatus &ret) |
| |
| void | fromIce (const core::dto::Execution::Status &status, TerminatedSkillStatus &ret) |
| |
| ActiveOrTerminatedSkillStatus | mergeSkillStatuseses (const ActiveOrTerminatedSkillStatus t1, const ActiveOrTerminatedSkillStatus t2) |
| |
| TerminatedSkillStatus | mergeSkillStatuseses (const TerminatedSkillStatus t1, const TerminatedSkillStatus t2) |
| |
| std::ostream & | operator<< (std::ostream &os, const ProviderID &id) |
| |
| std::ostream & | operator<< (std::ostream &os, const SkillID &id) |
| |
| bool | skillExecutionFailed (const std::optional< armarx::skills::TerminatedSkillStatusUpdate > &update) |
| |
| bool | skillExecutionSucceeded (const std::optional< armarx::skills::TerminatedSkillStatusUpdate > &update) |
| |
| void | toIce (core::dto::Execution::Status &ret, const ActiveOrTerminatedSkillStatus &status) |
| |
| void | toIce (core::dto::Execution::Status &ret, const SkillStatus &status) |
| |
| void | toIce (core::dto::Execution::Status &ret, const TerminatedSkillStatus &status) |
| |
| SkillStatus | toSkillStatus (const ActiveOrTerminatedSkillStatus &d) |
| |
| SkillStatus | toSkillStatus (const TerminatedSkillStatus &d) |
| |
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/.
- Author
- Fabian Reister ( fabian dot reister at kit dot edu )
- Date
- 2025
- Copyright
- http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License
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/.
- Author
- Fabian Reister ( fabian dot reister at kit dot edu )
- Date
- 2022
- Copyright
- http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License