hooks.cpp
Go to the documentation of this file.
1 #include "hooks.h"
2 
3 
4 namespace armarx
5 {
6 
8  const DebugDrawerInterfacePrx& debugDrawer,
9  const std::string& logTag)
10  {
11  ArmarXLog::setAsImplementation(logTag);
12  ArmarXVisualizer::setAsImplementation(debugDrawer);
13  }
14 
15 }
hooks.h
armarx::semantic::setArmarXHooksAsImplementation
void setArmarXHooksAsImplementation(const DebugDrawerInterfacePrx &debugDrawer, const std::string &logTag="SemanticObjectRelations")
Definition: hooks.cpp:7
IceInternal::ProxyHandle<::IceProxy::armarx::DebugDrawerInterface >
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28