Synchronization thread Post Sync This thread is called in the POST_LOOP hook to synchronize a Player simulation loop and a Fawkes loop. More...
#include "playerc_thread.h"
Public Member Functions | |
PlayerPostSyncThread () | |
Constructor. | |
virtual void | init () |
virtual void | finalize () |
virtual void | loop () |
Protected Member Functions | |
virtual void | run () |
Stub to see name in backtrace for easier debugging. |
Synchronization thread Post Sync This thread is called in the POST_LOOP hook to synchronize a Player simulation loop and a Fawkes loop.
Definition at line 29 of file postsync_thread.h.
PlayerPostSyncThread::PlayerPostSyncThread | ( | ) |
Constructor.
Definition at line 38 of file postsync_thread.cpp.
virtual void PlayerPostSyncThread::run | ( | ) | [inline, protected, virtual] |
Stub to see name in backtrace for easier debugging.
Definition at line 41 of file postsync_thread.h.