TEntryTimer

From Ultibo.org
Jump to: navigation, search

Return to Unit Filesystem


Description


To be documented

Class definitions



[Expand]

TEntryTimer = class(TObject)


Function declarations



[Expand]
constructor TEntryTimer.Create(ADriver:TFileSysDriver);
Description: To be documented


[Expand]
destructor TEntryTimer.Destroy;
Description: To be documented


[Expand]
function TEntryTimer.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TEntryTimer.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TEntryTimer.Dequeue:TDiskEntry;
Description: Get and remove the first entry from the timer list


[Expand]
function TEntryTimer.FirstKey:Integer;
Description: Get the first Key value from the timer list


[Expand]
function TEntryTimer.InsertKey(AEntry:TDiskEntry; AKey:Integer):Boolean;
Description: Insert the supplied entry in the timer list in delta ascending order based on Key


[Expand]
function TEntryTimer.DeleteKey(AEntry:TDiskEntry):Boolean;
Description: Delete the supplied entry from the timer list


[Expand]
function TEntryTimer.DecrementKey:Integer;
Description: Decrement the first Key value in the Timer list


[Expand]
function TEntryTimer.StartTimer(AInterval:LongWord):Boolean;
Description: To be documented


[Expand]
function TEntryTimer.StopTimer:Boolean;
Description: To be documented


[Expand]
function TEntryTimer.CheckTimer:Boolean;
Description: To be documented


[Expand]
function TEntryTimer.ProcessTimer:Boolean;
Description: To be documented


[Expand]
function TEntryTimer.ScheduleEntry(AEntry:TDiskEntry; ATimeout:LongWord):Boolean;
Description: To be documented


[Expand]
function TEntryTimer.UnscheduleEntry(AEntry:TDiskEntry):Boolean;
Description: To be documented


Return to Unit Reference