ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference
|
IOFWCommand.h |
See Also: | |
Includes: |
<IOKit/IOCommand.h> <IOKit/IOLib.h> <IOKit/firewire/IOFireWireFamilyCommon.h> <IOKit/firewire/IOFWSyncer.h> |
This header contains the definition of the base class for FireWire commands, IOFWCommand. Note that IOFWCommand instances are allocated by methods of the IOFireWireNub class.
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 ); };
fHead
Points to the head of the queue, or NULL if queue is empty
fTail
Points to the tail of the queue, or NULL if queue is empty
headChanged
called when head command is changed, or the command itself changes state.
|
Last Updated: 2008-12-19