ManagerNode.cpp File Reference
#include <numeric>
#include <algorithm>
#include <ArmarXCore/core/ArmarXObjectScheduler.h>
#include "../../util/Samplers.h"
#include "WorkerNode.h"
#include "ManagerNode.h"
#include "util.h"
+ Include dependency graph for ManagerNode.cpp:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::addirrtstar
 

Macros

#define common_exception_output
 

Macro Definition Documentation

◆ common_exception_output

#define common_exception_output
Value:
"EXCEPTION!\n"\
<< "\n\ttask name: " << task->getTaskName()\
<< "\n\tice id = " << task->ice_id()\
<< "\n\told status " << TaskStatus::toString(task->getTaskStatus())
armarx::viz::toString
const char * toString(InteractionFeedbackType type)
Definition: Interaction.h:27