ROME2 Robot Firmware
FileHandle functions
[Platform]
Data Structures | |
| class | FileHandle |
| Class FileHandle. More... | |
Functions | |
| std::FILE * | fdopen (FileHandle *fh, const char *mode) |
| Not a member function This call is equivalent to posix fdopen(). | |
Function Documentation
| std::FILE * fdopen | ( | FileHandle * | fh, |
| const char * | mode | ||
| ) |
Not a member function This call is equivalent to posix fdopen().
It associates a Stream to an already opened file descriptor (FileHandle)
- Parameters:
-
fh a pointer to an opened file descriptor mode operation upon the file descriptor, e.g., 'wb+'
- Returns:
- a pointer to std::FILE
Definition at line 36 of file FileHandle.cpp.
Generated on Tue Jul 26 2022 07:27:51 by
1.7.2