_tag_display Struct Reference

List of all members.

Public Attributes

void * libraryHandle
LP_DRIVER_INSTANCE pDriver
char * pszPort
pthread_mutex_t mtxModule
struct {
   pfnDrvCBKeyEvent   KeyEvent
   pfnDrvCBTemp   TempReport
   pfnDrvCBFanSpeed   FanSpeedReport
pfn
LP_DRIVER_FN_ARRAY pFnArray
LP_DRIVER_FN_ARRAY pPrivateFnArray
struct {
   void *   FanSpeedReport
   void *   KeyEvent
   void *   TempReport
context
unsigned int width
unsigned int height
unsigned int nLED
unsigned int nFans
unsigned int nTempSensors
LPLED_INSTANCEpLEDInstanceList
LPVECTOR pFanListeners
LPVECTOR pTempListeners
pfnDrvCBKeyEvent pfnKeyListener
void * pKeyListenerCtxt
int nScreenCurrent
LPVECTOR pScreenList
pthread_t * screenThreads
LPEVENT_QUEUE pEventQueue
pthread_t TxThreadID

Detailed Description

Definition at line 183 of file display.c.


Member Data Documentation

void* _tag_display::libraryHandle
 

Platform-specific handle to the dynamic module

Definition at line 186 of file display.c.

int _tag_display::nScreenCurrent
 

The current screen being displayed

Definition at line 262 of file display.c.

unsigned int _tag_display::nTempSensors
 

Number of temperature sensors connected

Definition at line 237 of file display.c.

LP_DRIVER_INSTANCE _tag_display::pDriver
 

Context data to supply to the module when we call it

Definition at line 189 of file display.c.

LP_DRIVER_FN_ARRAY _tag_display::pFnArray
 

An array of functions which the module uses to indicate capabilities

Definition at line 207 of file display.c.

LPLED_INSTANCE* _tag_display::pLEDInstanceList
 

List of data regions relating to each LED

Definition at line 242 of file display.c.

LP_DRIVER_FN_ARRAY _tag_display::pPrivateFnArray
 

A private array of functions that are really the implementation ptrs

Definition at line 210 of file display.c.

LPVECTOR _tag_display::pScreenList
 

The list of screens to be displayed

Definition at line 265 of file display.c.

char* _tag_display::pszPort
 

Port which this device is connected to

Definition at line 192 of file display.c.

pthread_t* _tag_display::screenThreads
 

List of threads which control the rendering of each screen

Definition at line 268 of file display.c.


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