Main Page   Modules   Alphabetical List   Data Structures   Data Fields  

RtFileSystemFileFunctionTable Struct Reference
[Data Types]


Data Fields

RtFileOpenFunc open
RtFileCloseFunc close
RtFileReadFunc read
RtFileWriteFunc write
RtFileSetPositionFunc setPosition
RtFileSyncFunc sync
RtFileAbortFunc abort
RtFileEofFunc isEOF
RtFileGetStatusFunc getStatus
RtFileExistsFunc fExists

Detailed Description

The file system function table contains all the file operations a file system can perform.


Field Documentation

RtFileAbortFunc abort
 

Abort method called when an operation needs to be aborted.

RtFileCloseFunc close
 

Close method triggered when closing a file.

RtFileExistsFunc fExists
 

ANSI-C file system specific file exists.

RtFileGetStatusFunc getStatus
 

GetStatus triggered when the current status of a file needs to be known.

RtFileEofFunc isEOF
 

EOF method called when checking for the end of a file.

RtFileOpenFunc open
 

Open method triggered when opening a file.

RtFileReadFunc read
 

Read method triggered when reading from a file.

RtFileSetPositionFunc setPosition
 

SetPosition method triggered when setting a file pointer position.

RtFileSyncFunc sync
 

Sync method that must be called when using an asynchronous operation.

RtFileWriteFunc write
 

Write method triggered when writing to a file.


Criterion Software © 1993-2004 Criterion Software Limited. All rights reserved. Built Thu Feb 12 13:46:45 2004. Send Feedback