Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_DriverItem Struct Reference
[driver.h: Driver interface]

#include <driver.h>


Data Fields

String name
uint32 numParams
DriverParamparams
List subItems
ListIterator subItemsIterator
DriverParamType returnType
Driver driver
DriverItemHandlerFunction handlerFunc
DriverItemHandlerFunction getHandlerFunc
DriverItemHandlerFunction setHandlerFunc


Detailed Description

Definition at line 90 of file driver.h.


Field Documentation

Driver _DriverItem::driver
 

When set, will contain the driver that defined this DriverItem. This variable is only set on root items, for simplicity and speed. As such, when traversing the list, the current driver in the hierarchy must be maintained by checking this variable. If set, use this variable, otherwise, keep the previous.

Definition at line 106 of file driver.h.

DriverItemHandlerFunction _DriverItem::getHandlerFunc
 

Definition at line 110 of file driver.h.

DriverItemHandlerFunction _DriverItem::handlerFunc
 

Definition at line 109 of file driver.h.

String _DriverItem::name
 

Definition at line 92 of file driver.h.

uint32 _DriverItem::numParams
 

Definition at line 93 of file driver.h.

DriverParam* _DriverItem::params
 

Definition at line 94 of file driver.h.

DriverParamType _DriverItem::returnType
 

Definition at line 97 of file driver.h.

DriverItemHandlerFunction _DriverItem::setHandlerFunc
 

Definition at line 111 of file driver.h.

List _DriverItem::subItems
 

Definition at line 95 of file driver.h.

ListIterator _DriverItem::subItemsIterator
 

Definition at line 96 of file driver.h.


The documentation for this struct was generated from the following file:
Generated on Wed Mar 22 20:36:34 2006 for ndk by  doxygen 1.4.4