_tag_cfontz_device_instance Struct Reference

Testing. More...

#include <cfontz.h>

List of all members.

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


Detailed Description

Testing.

Definition at line 65 of file cfontz.h.


Member Data Documentation

unsigned int _tag_cfontz_device_instance::bSCABPresent
 

Flag to indicate a SCAB board is present

Definition at line 137 of file cfontz.h.

unsigned int _tag_cfontz_device_instance::bStarted
 

Flag to indicate the display has been started

Definition at line 134 of file cfontz.h.

Referenced by driver_Start(), and driver_Stop().

struct { ... } _tag_cfontz_device_instance::context
 

Structure which contains the context data to supply for the various callbacks

Referenced by driver_Create(), driver_SetCallbackFan(), and driver_SetCallbackTemp().

unsigned int* _tag_cfontz_device_instance::nFanPower
 

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().

struct { ... } _tag_cfontz_device_instance::pfn
 

Structure which contains the function pointers for the various callbacks

Referenced by driver_Create(), driver_SetCallbackFan(), and driver_SetCallbackTemp().

char* _tag_cfontz_device_instance::pszPort
 

????

Definition at line 131 of file cfontz.h.

Referenced by driver_Create(), and driver_Dispose().


The documentation for this struct was generated from the following file:
Generated on Mon Jul 17 01:36:12 2006 for IILC by  doxygen 1.4.6