Private representation of an acquired OSAL file handle. More...
#include <osal_file_internal.h>

Data Fields | |
| FILE * | fp |
| Underlying C standard I/O file handle. | |
| const osal_mem_ops_t * | mem_ops |
| Memory operations table used to release this wrapper. | |
This structure stores:
This representation is private to the osal_file implementation and is not part of the public OSAL file contract.
Definition at line 35 of file osal_file_internal.h.
| FILE* OSAL_FILE::fp |
Definition at line 39 of file osal_file_internal.h.
| const osal_mem_ops_t* OSAL_FILE::mem_ops |
Definition at line 44 of file osal_file_internal.h.