23#ifndef _PLUGINS_PLAYER_TIMESYNC_THREAD_H_
24#define _PLUGINS_PLAYER_TIMESYNC_THREAD_H_
26#include <aspect/blocked_timing.h>
27#include <aspect/time_source.h>
28#include <core/threading/thread.h>
29#include <utils/time/simts.h>
Synchronization thread Time Sync This thread is called in the PRE_LOOP hook to synchronize a Player s...
PlayerTimeSyncThread()
Constructor.
virtual void loop()
Code to execute in the thread.
virtual void finalize()
Finalize the thread.
virtual void init()
Initialize the thread.
virtual void run()
Stub to see name in backtrace for easier debugging.
Thread aspect to use blocked timing.
Thread class encapsulation of pthreads.