|
#include "../ManagedIceObject.h"
#include <ArmarXCore/interface/core/TimeServerInterface.h>
#include <shared_mutex>
#include <mutex>
Go to the source code of this file.
Classes | |
class | CallbackReceiver |
Used by CallbackWaitLock. More... | |
class | LocalTimeServer |
A local time server that gets its time from the MasterTimeServer. More... | |
struct | RegisteredTimer |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Typedefs | |
using | CallbackReceiverPtr = std::shared_ptr< CallbackReceiver > |
using | LocalTimeServerPtr = IceInternal::Handle< LocalTimeServer > |