|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: Kernel Device Drivers Kernel Framework Reference
|
IOFWCommand.h |
| Includes: |
<IOKit/IOCommand.h> <IOKit/IOLib.h> <IOKit/firewire/IOFireWireFamilyCommon.h> <IOKit/firewire/IOFWSyncer.h> |
Use the links in the table of contents to the left to access the documentation.
Structure for head of a queue of IOFWCommands
IOFWCmdQ |
Structure for head of a queue of IOFWCommands
struct IOFWCmdQ { IOFWCommand *fHead; IOFWCommand *fTail; bool executeQueue( bool all); virtual void headChanged( IOFWCommand *oldHead); virtual ~IOFWCmdQ() { } void checkProgress( void ); };
fHeadPoints to the head of the queue, or NULL if queue is empty
fTailPoints to the tail of the queue, or NULL if queue is empty
headChangedcalled when head command is changed, or the command itself changes state.
Last Updated: 2009-10-14