ADTF
|
asynchrounous file writing More...
Public Member Functions | |
tResult | Create (cIndexedFileWriter *pInstance) |
Initializes the asynchronous writer. More... | |
![]() | |
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 | |
cIndexedFileWriter * | m_pInstance |
The file writer instance. | |
asynchrounous file writing
Definition at line 20 of file indexedfilewriter.h.
tResult Create | ( | cIndexedFileWriter * | pInstance | ) |
Initializes the asynchronous writer.
[in] | pInstance | The file writer instance. |