Public Member Functions | Protected Member Functions

PlayerPostSyncThread Class Reference

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"

Inheritance diagram for PlayerPostSyncThread:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Synchronization thread Post Sync This thread is called in the POST_LOOP hook to synchronize a Player simulation loop and a Fawkes loop.

Author:
Tim Niemueller
Todo:
needs real integration, currently only place holder

Definition at line 29 of file postsync_thread.h.


Constructor & Destructor Documentation

PlayerPostSyncThread::PlayerPostSyncThread (  ) 

Constructor.

Definition at line 38 of file postsync_thread.cpp.


Member Function Documentation

virtual void PlayerPostSyncThread::run (  )  [inline, protected, virtual]

Stub to see name in backtrace for easier debugging.

See also:
Thread::run()

Definition at line 41 of file postsync_thread.h.


The documentation for this class was generated from the following files: