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

FilePath Class Reference

FilePath Class Reference
[FilePath class]

Class FilePath. More...

#include <FilePath.h>

Public Member Functions

 FilePath (const char *file_path)
 Constructor FilePath.

Detailed Description

Class FilePath.

Definition at line 37 of file FilePath.h.


Constructor & Destructor Documentation

FilePath ( const char *  file_path )

Constructor FilePath.

Parameters:
file_pathThe path of file.

Definition at line 20 of file FilePath.cpp.