- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
Data structure representing a customized FileStream that can be passed in.
Data Fields | |
void(* | close )(dwCustomizedFileHandle hnd) |
bool(* | eof )(dwCustomizedFileHandle hnd) |
bool(* | error )(dwCustomizedFileHandle hnd) |
void(* | flush )(dwCustomizedFileHandle hnd) |
size_t(* | getPosition )(dwCustomizedFileHandle hnd) |
bool(* | getString )(dwCustomizedFileHandle hnd, char8_t *ptr, size_t size) |
dwCustomizedFileHandle(* | open )(const char8_t *ptr1, const char8_t *ptr2) |
size_t(* | read )(dwCustomizedFileHandle hnd, void *ptr, size_t size) |
void(* | setPosition )(dwCustomizedFileHandle hnd, size_t size) |
size_t(* | size )(dwCustomizedFileHandle hnd) |
size_t(* | write )(dwCustomizedFileHandle hnd, const void *ptr, size_t size) |
void(* dwCustomizedFileFunctions::close) (dwCustomizedFileHandle hnd) |
bool(* dwCustomizedFileFunctions::eof) (dwCustomizedFileHandle hnd) |
bool(* dwCustomizedFileFunctions::error) (dwCustomizedFileHandle hnd) |
void(* dwCustomizedFileFunctions::flush) (dwCustomizedFileHandle hnd) |
size_t(* dwCustomizedFileFunctions::getPosition) (dwCustomizedFileHandle hnd) |
bool(* dwCustomizedFileFunctions::getString) (dwCustomizedFileHandle hnd, char8_t *ptr, size_t size) |
dwCustomizedFileHandle(* dwCustomizedFileFunctions::open) (const char8_t *ptr1, const char8_t *ptr2) |
size_t(* dwCustomizedFileFunctions::read) (dwCustomizedFileHandle hnd, void *ptr, size_t size) |
void(* dwCustomizedFileFunctions::setPosition) (dwCustomizedFileHandle hnd, size_t size) |
size_t(* dwCustomizedFileFunctions::size) (dwCustomizedFileHandle hnd) |
size_t(* dwCustomizedFileFunctions::write) (dwCustomizedFileHandle hnd, const void *ptr, size_t size) |