LocalTimeServer.h File Reference
#include "../ManagedIceObject.h"
#include <ArmarXCore/interface/core/TimeServerInterface.h>
#include <shared_mutex>
#include <mutex>
+ Include dependency graph for LocalTimeServer.h:
+ This graph shows which files directly or indirectly include this file:

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 >