|
RCube
Rcube Rest Server calculates sail routes based on Grib files and sailing boat polar files
|
Structure to store file information. More...
Data Fields | |
| char * | name |
| off_t | size |
| time_t | mtime |
Structure to store file information.
Definition at line 118 of file r3server.c.
| time_t FileInfo::mtime |
Definition at line 121 of file r3server.c.
Referenced by compareByMtime(), and listDirToStrJson().
| char* FileInfo::name |
Definition at line 119 of file r3server.c.
Referenced by compareByMtime(), compareByName(), and listDirToStrJson().
| off_t FileInfo::size |
Definition at line 120 of file r3server.c.
Referenced by listDirToStrJson().