ADTF  3.18.2
cIndexedFileAsyncWriter

asynchrounous file writing More...

Inheritance diagram for cIndexedFileAsyncWriter:
[legend]

Public Member Functions

tResult Create (cIndexedFileWriter *pInstance)
 Initializes the asynchronous writer. More...
 
- Public Member Functions inherited from cThreadLoop
tResult Create (tBool bSelfDestruct=tFalse)
 
tResult Create (const tSchedulingParameters &sScheduling, tBool bSelfDestruct=tFalse)
 
tResult Release ()
 
cLooper::tLoopState GetState ()
 
tResult SetState (cLooper::tLoopState eState, tBool bWaitForAck=tTrue)
 

Protected Member Functions

tResult LoopFunc ()
 

Protected Attributes

cIndexedFileWriterm_pInstance
 The file writer instance.
 

Detailed Description

asynchrounous file writing

Definition at line 20 of file indexedfilewriter.h.

Member Function Documentation

◆ Create()

tResult Create ( cIndexedFileWriter pInstance)

Initializes the asynchronous writer.

Parameters
[in]pInstanceThe file writer instance.
Returns
Standard result.