|
#include <ArmarXCore/interface/observers/ObserverInterface.h>
#include <ArmarXCore/observers/variant/Variant.h>
#include <deque>
#include <mutex>
Go to the source code of this file.
Classes | |
class | DatafieldFilter |
The DatafieldFilter class is the base class for all filters and filter implementation should derive from this class. For usage explanation see Filtering the data. More... | |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | TimeVariantBaseMap = std::deque< std::pair< long, VariantBasePtr > > |
Variables | |
const Ice::Current | staticIceCurrent = Ice::emptyCurrent |