Public Member Functions | Protected Member Functions

PlayerF2PThread Class Reference

Player Fawkes-To-Player Thread. More...

#include "playerc_thread.h"

Inheritance diagram for PlayerF2PThread:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 PlayerF2PThread (PlayerClientThread *client_thread)
 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

Player Fawkes-To-Player Thread.

This thread is called in the ACT_EXEC hook to post any outstanding Fawkes interface data to the Player proxies via mappers.

Author:
Tim Niemueller

Definition at line 31 of file f2p_thread.h.


Constructor & Destructor Documentation

PlayerF2PThread::PlayerF2PThread ( PlayerClientThread client_thread  ) 

Constructor.

Parameters:
client_thread PlayerClientThread to use for syncing Fawkes interfaces to Player proxies.

Definition at line 40 of file f2p_thread.cpp.


Member Function Documentation

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

Stub to see name in backtrace for easier debugging.

See also:
Thread::run()

Definition at line 43 of file f2p_thread.h.


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