|
#include <ArmarXCore/interface/core/Profiler.h>
#include <stdint.h>
#include <sys/types.h>
#include <string>
#include <vector>
#include <mutex>
#include "../../services/tasks/PeriodicTask.h"
#include "ArmarXCore/interface/statechart/StatechartIce.h"
#include "LoggingStrategy.h"
Go to the source code of this file.
Classes | |
class | IceBufferedLoggingStrategy |
class | IceLoggingStrategy |
IceLoggingStrategy publishes incoming log method calls directly on IceLoggingStrategy::profilerListenerPrx. More... | |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::Profiler | |
Typedefs | |
using | IceLoggingStrategyPtr = std::shared_ptr< IceLoggingStrategy > |