Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
print_error_check_c Class Reference
+ Collaboration diagram for print_error_check_c:

Classes

struct  param_s
 

Public Member Functions

 print_error_check_c (fopAc_ac_c *, const param_s &)
 
 ~print_error_check_c ()
 
void start ()
 
void check ()
 

Public Attributes

fopAc_ac_cmpActor
 
const char * mName
 
int mTimeMs
 
int mPrintErrors
 
u32 mTick
 
int mThreadPrio
 
int mPrintInit
 

Static Public Attributes

static u8 mPriorityMaximum
 
static u8 mPrintDisable
 
static u8 mThresholdEnable
 
static param_s sEXECUTE
 
static param_s sCREATE
 
static param_s sDELETE
 
static param_s sIS_DELETE
 
static param_s sDRAW
 

Detailed Description

f_op_actor.cpp Actor base process class

Constructor & Destructor Documentation

◆ print_error_check_c()

print_error_check_c::print_error_check_c ( fopAc_ac_c * i_actor,
const param_s & i_param )

◆ ~print_error_check_c()

print_error_check_c::~print_error_check_c ( )

Member Function Documentation

◆ check()

void print_error_check_c::check ( )

◆ start()

void print_error_check_c::start ( )

Member Data Documentation

◆ mName

const char* print_error_check_c::mName

◆ mpActor

fopAc_ac_c* print_error_check_c::mpActor

◆ mPrintDisable

u8 print_error_check_c::mPrintDisable
static

◆ mPrintErrors

int print_error_check_c::mPrintErrors

◆ mPrintInit

int print_error_check_c::mPrintInit

◆ mPriorityMaximum

u8 print_error_check_c::mPriorityMaximum
static

◆ mThreadPrio

int print_error_check_c::mThreadPrio

◆ mThresholdEnable

u8 print_error_check_c::mThresholdEnable
static

◆ mTick

u32 print_error_check_c::mTick

◆ mTimeMs

int print_error_check_c::mTimeMs

◆ sCREATE

print_error_check_c::param_s print_error_check_c::sCREATE
static
Initial value:
= {
"CREATE",
3000,
}

◆ sDELETE

print_error_check_c::param_s print_error_check_c::sDELETE
static
Initial value:
= {
"DELETE",
3000,
}

◆ sDRAW

print_error_check_c::param_s print_error_check_c::sDRAW
static
Initial value:
= {
"DRAW",
3000,
}

◆ sEXECUTE

print_error_check_c::param_s print_error_check_c::sEXECUTE
static
Initial value:
= {
"EXECUTE",
3000,
}

◆ sIS_DELETE

print_error_check_c::param_s print_error_check_c::sIS_DELETE
static
Initial value:
= {
"IS_DELETE",
30,
}

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