|
ouster_clib v1.0
C library for Ouster LiDAR
|
Read files. More...
Functions | |
| int | ouster_fs_readfile_failed_reason (char const *filename, char *buf, int len) |
| Convert fs_readfile error to string. More... | |
| void | ouster_fs_pwd () |
| Prints current working directory. | |
| char * | ouster_fs_readfile (char const *path) |
| Read whole file and allocates memory. More... | |
Read files.
| char * ouster_fs_readfile | ( | char const * | path | ) |
Read whole file and allocates memory.
| path | filename to read |
| int ouster_fs_readfile_failed_reason | ( | char const * | filename, |
| char * | buf, | ||
| int | len | ||
| ) |
Convert fs_readfile error to string.
| filename | filename |
| buf | out error buffer string |
| len | error buffer string length |