EL4121 Embedded System / mbed-os

Dependents:   cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more

Embed: (wiki syntax)

« Back to documentation index

FileHandle functions

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:
fha pointer to an opened file descriptor
modeoperation upon the file descriptor, e.g., 'wb+'
Returns:
a pointer to std::FILE

Definition at line 36 of file FileHandle.cpp.