Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
PSThreadClass Class Reference

Inherits ThreadClass.

Public Member Functions

 PSThreadClass ()
 
void Thread_Function ()
 
void persAuthCallback (Bool val)
 
void decrOpCount (void)
 
void incrOpCount (void)
 
Int getOpCount (void)
 
Bool sawLocalPlayerData (void)
 
void gotLocalPlayerData (void)
 
- Public Member Functions inherited from ThreadClass
 ThreadClass (const char *name=NULL, ExceptionHandlerType exception_handler=NULL)
 
virtual ~ThreadClass ()
 
void Execute ()
 
void Set_Priority (int priority)
 
void Stop (unsigned ms=3000)
 
bool Is_Running ()
 
const char * Get_Name (void)
 

Additional Inherited Members

- Public Types inherited from ThreadClass
typedef int(* ExceptionHandlerType) (int exception_code, struct _EXCEPTION_POINTERS *e_info)
 
- Static Public Member Functions inherited from ThreadClass
static void Sleep_Ms (unsigned ms=0)
 
static void Switch_Thread ()
 
static unsigned _Get_Current_Thread_ID ()
 
static int Get_Thread_By_Index (int index, char *name_ptr=NULL)
 
- Protected Attributes inherited from ThreadClass
volatile bool running
 
char ThreadName [64]
 
unsigned ThreadID
 
ExceptionHandlerType ExceptionHandler
 

Detailed Description

Definition at line 430 of file PersistentStorageThread.cpp.

Constructor & Destructor Documentation

◆ PSThreadClass()

PSThreadClass::PSThreadClass ( )
inline

Definition at line 434 of file PersistentStorageThread.cpp.

Member Function Documentation

◆ decrOpCount()

void PSThreadClass::decrOpCount ( void )
inline

Definition at line 443 of file PersistentStorageThread.cpp.

◆ getOpCount()

Int PSThreadClass::getOpCount ( void )
inline

Definition at line 445 of file PersistentStorageThread.cpp.

◆ gotLocalPlayerData()

void PSThreadClass::gotLocalPlayerData ( void )
inline

Definition at line 447 of file PersistentStorageThread.cpp.

◆ incrOpCount()

void PSThreadClass::incrOpCount ( void )
inline

Definition at line 444 of file PersistentStorageThread.cpp.

◆ persAuthCallback()

void PSThreadClass::persAuthCallback ( Bool val)
inline

Definition at line 442 of file PersistentStorageThread.cpp.

◆ sawLocalPlayerData()

Bool PSThreadClass::sawLocalPlayerData ( void )
inline

Definition at line 446 of file PersistentStorageThread.cpp.

◆ Thread_Function()

void PSThreadClass::Thread_Function ( void )
virtual

gcd_gamename[0]='c';gcd_gamename[1]='c';gcd_gamename[2]='g';gcd_gamename[3]='e'; gcd_gamename[4]='n';gcd_gamename[5]='e';gcd_gamename[6]='r';gcd_gamename[7]='a'; gcd_gamename[8]='l';gcd_gamename[9]='s';gcd_gamename[10]='b';gcd_gamename[11]='\0'; gcd_secret_key[0]='g';gcd_secret_key[1]='3';gcd_secret_key[2]='T';gcd_secret_key[3]='9'; gcd_secret_key[4]='s';gcd_secret_key[5]='2';gcd_secret_key[6]='\0'; /*

Implements ThreadClass.

Definition at line 813 of file PersistentStorageThread.cpp.


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