#include <cfontz.h>
Public Attributes | |
unsigned int | nHeight |
unsigned int | nWidth |
unsigned int | nLEDCount |
unsigned int | nFanCount |
int | Device |
pthread_t | RxThreadID |
pthread_mutex_t | RxMutex |
pthread_cond_t | RxSemaphore |
unsigned int | RxRunning |
pthread_mutex_t | RunningMutex |
LPPACKET | pReplyPacket |
struct { | |
pfnDrvCBFanSpeed FanSpeed | |
pfnDrvCBTemp Temp | |
pfnDrvCBKeyEvent KeyEvent | |
} | pfn |
struct { | |
void * FanSpeed | |
void * Temp | |
void * KeyEvent | |
} | context |
unsigned int * | nFanPower |
CFontzDeviceType | deviceType |
unsigned int | fanReportMask |
unsigned int | tempReportMask |
unsigned int | keyPressMask |
unsigned int | keyReleaseMask |
char * | pszPort |
unsigned int | bStarted |
unsigned int | bSCABPresent |
Definition at line 65 of file cfontz.h.
|
Flag to indicate a SCAB board is present |
|
Flag to indicate the display has been started Definition at line 134 of file cfontz.h. Referenced by driver_Start(), and driver_Stop(). |
|
Structure which contains the context data to supply for the various callbacks Referenced by driver_Create(), driver_SetCallbackFan(), and driver_SetCallbackTemp(). |
|
Array containing the current power levels of all the fans. This is necessary because the fans are all updated together in a single command and the interface dictates we update fan speeds on a per-fan basis. Definition at line 114 of file cfontz.h. Referenced by driver_SetFanPower(). |
|
Structure which contains the function pointers for the various callbacks Referenced by driver_Create(), driver_SetCallbackFan(), and driver_SetCallbackTemp(). |
|
???? Definition at line 131 of file cfontz.h. Referenced by driver_Create(), and driver_Dispose(). |