SkillExecutionHandle.cpp File Reference
#include "SkillExecutionHandle.h"
#include <memory>
#include <optional>
#include <utility>
#include <vector>
#include <range/v3/algorithm/all_of.hpp>
#include <range/v3/range/conversion.hpp>
#include <range/v3/view/filter.hpp>
#include <range/v3/view/indirect.hpp>
#include <range/v3/view/map.hpp>
#include <range/v3/view/transform.hpp>
#include <range/v3/view/zip.hpp>
#include <ArmarXCore/core/exceptions/LocalException.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/util/StringHelpers.h>
#include "RobotAPI/libraries/skills/core/SkillID.h"
#include <RobotAPI/libraries/skills/core/SkillExecutionID.h>
#include <RobotAPI/libraries/skills/core/SkillProxy.h>
#include <RobotAPI/libraries/skills/core/SkillStatusUpdate.h>
+ Include dependency graph for SkillExecutionHandle.cpp:

Go to the source code of this file.

Namespaces

namespace  armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
namespace  armarx::skills
 This file is part of ArmarX.
 
namespace  armarx::skills::util
 

Functions

JoinAllResult joinAll (const std::vector< armarx::skills::SkillExecutionHandle * > &handles)
 
JoinAllResult joinAll (const std::vector< std::shared_ptr< armarx::skills::SkillExecutionHandle > > &handles)
 
JoinAllResult joinAll (const std::vector< std::unique_ptr< armarx::skills::SkillExecutionHandle > > &handles)