#include <file.hpp>
Definition at line 31 of file file.hpp.
typedef void(* File::DisconnectFunction) (void *obj) |
typedef void(* File::ReadFunction) (void *obj, UINT8 *inputBuffer, UINT32 &numBytes) |
std::string File::getFilename |
( |
| ) |
|
bool File::open |
( |
std::string |
inputFileName, |
|
|
bool |
beVerbose = false |
|
) |
| |
INT32 File::readInputData |
( |
| ) |
|
|
private |
void File::readThreadFunction |
( |
bool & |
endThread, |
|
|
UINT16 & |
waitTimeMs |
|
) |
| |
|
private |
void File::startReadThread |
( |
| ) |
|
|
private |
void* File::m_disconnectFunctionObjPtr |
|
private |
Mutex File::m_inputFileMutex |
|
private |
std::string File::m_inputFileName |
|
private |
std::ifstream File::m_inputFileStream |
|
private |
void* File::m_readFunctionObjPtr |
|
private |
The documentation for this class was generated from the following files: