hooks.cpp
Go to the documentation of this file.
1 #include "hooks.h"
2 
3 namespace armarx
4 {
5 
6  void
8  const std::string& logTag)
9  {
10  ArmarXLog::setAsImplementation(logTag);
11  ArmarXVisualizer::setAsImplementation(debugDrawer);
12  }
13 
14 } // namespace armarx
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:27