Mac OS X Reference Library Apple Developer
Search

IOFWCommand.h

Overview

Use the links in the table of contents to the left to access the documentation.



Classes

IOFWAsyncCommand
IOFWAsyncPHYCommand
IOFWAsyncStreamCommand
IOFWBusCommand
IOFWCommand
IOFWCompareAndSwapCommand
IOFWDelayCommand
IOFWReadQuadCommand
IOFWWriteQuadCommand


Structs and Unions

IOFWCmdQ

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 ); 
};  
Fields
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.

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-07-29