ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference
|
IOFWCommand |
Inherits from: | |
Declared In: |
insertAfter |
public
virtual void insertAfter( IOFWCommand &prev);
prev
command to insert after
queue
queue command is being added to
inserts a command after the specified one.
removeFromQ |
public
virtual void removeFromQ();
Removes command from current queue.
setHead |
public
virtual void setHead( IOFWCmdQ &queue);
queue
queue command is being added to
inserts a command at the head of a queue.
ExpansionData |
protected
struct MemberVariables { void *fFWIMRefCon; IOReturn fCompletionStatus; bool fSubmitTimeLatched; AbsoluteTime fSubmitTime; bool fFlush; };
This structure will be used to expand the capablilties of the class in the future.
MemberVariables |
protected
struct MemberVariables { void *fFWIMRefCon; IOReturn fCompletionStatus; bool fSubmitTimeLatched; AbsoluteTime fSubmitTime; bool fFlush; };
This structure will be used to expand the capablilties of the class in the future.
fMembers |
protected
MemberVariables * fMembers;
Reserved for future use. (Internal use only)
reserved |
protected
MemberVariables * fMembers;
Reserved for future use. (Internal use only)
|
Last Updated: 2008-12-19