|
#include <vector>
#include <ArmarXCore/core/logging/LoggingUtil.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/util/PropagateConst.h>
#include <ArmarXCore/core/util/StringHelperTemplates.h>
#include <ArmarXCore/core/util/TripleBuffer.h>
#include "../ControlTargets/ControlTargetBase.h"
#include "../Devices/ControlDevice.h"
#include "../Devices/SensorDevice.h"
#include "../SensorValues/SensorValueBase.h"
#include "HeterogenousContinuousContainer.h"
#include "RtTiming.h"
Go to the source code of this file.
Classes | |
struct | ControlThreadOutputBuffer |
struct | ControlThreadOutputBufferEntry |
struct | RtMessageLogBuffer |
struct | RtMessageLogEntryBase |
struct | RtMessageLogEntryDummy |
struct | RtMessageLogEntryNull |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::detail | |
armarx::RobotUnitModule | |
#define _detail_ARMARX_RT_LOGF | ( | file_, | |
func_, | |||
line_, | |||
FormatString, | |||
... | |||
) |
Definition at line 283 of file ControlThreadOutputBuffer.h.
#define ARMARX_RT_LOGF | ( | ... | ) | (*(_detail_ARMARX_RT_LOGF(__FILE__, ARMARX_FUNCTION, __LINE__, __VA_ARGS__, true))) |
Definition at line 280 of file ControlThreadOutputBuffer.h.
#define ARMARX_RT_LOGF_DEBUG | ( | ... | ) | ARMARX_RT_LOGF(__VA_ARGS__).setLoggingLevel(::armarx::MessageTypeT::DEBUG) |
Definition at line 335 of file ControlThreadOutputBuffer.h.
#define ARMARX_RT_LOGF_ERROR | ( | ... | ) | ARMARX_RT_LOGF(__VA_ARGS__).setLoggingLevel(::armarx::MessageTypeT::ERROR) |
Definition at line 347 of file ControlThreadOutputBuffer.h.
#define ARMARX_RT_LOGF_FATAL | ( | ... | ) | ARMARX_RT_LOGF(__VA_ARGS__).setLoggingLevel(::armarx::MessageTypeT::FATAL) |
Definition at line 349 of file ControlThreadOutputBuffer.h.
#define ARMARX_RT_LOGF_IMPORTANT | ( | ... | ) | ARMARX_RT_LOGF(__VA_ARGS__).setLoggingLevel(::armarx::MessageTypeT::IMPORTANT) |
Definition at line 341 of file ControlThreadOutputBuffer.h.
#define ARMARX_RT_LOGF_INFO | ( | ... | ) | ARMARX_RT_LOGF(__VA_ARGS__).setLoggingLevel(::armarx::MessageTypeT::INFO) |
Definition at line 339 of file ControlThreadOutputBuffer.h.
#define ARMARX_RT_LOGF_VERBOSE | ( | ... | ) | ARMARX_RT_LOGF(__VA_ARGS__).setLoggingLevel(::armarx::MessageTypeT::VERBOSE) |
Definition at line 337 of file ControlThreadOutputBuffer.h.
#define ARMARX_RT_LOGF_WARN | ( | ... | ) | ARMARX_RT_LOGF(__VA_ARGS__).setLoggingLevel(::armarx::MessageTypeT::WARN) |
Definition at line 345 of file ControlThreadOutputBuffer.h.
#define ARMARX_RT_LOGF_WARNING | ( | ... | ) | ARMARX_RT_LOGF(__VA_ARGS__).setLoggingLevel(::armarx::MessageTypeT::WARN) |
Definition at line 343 of file ControlThreadOutputBuffer.h.