Livox SDK API
V2.2.0
|
Functions | |
spdlog::log_clock::time_point | now () noexcept |
std::tm | localtime (const std::time_t &time_tt) noexcept |
std::tm | localtime () noexcept |
std::tm | gmtime (const std::time_t &time_tt) noexcept |
std::tm | gmtime () noexcept |
void | prevent_child_fd (FILE *f) |
bool | fopen_s (FILE **fp, const filename_t &filename, const filename_t &mode) |
int | remove (const filename_t &filename) noexcept |
int | rename (const filename_t &filename1, const filename_t &filename2) noexcept |
bool | file_exists (const filename_t &filename) noexcept |
size_t | filesize (FILE *f) |
int | utc_minutes_offset (const std::tm &tm=details::os::localtime()) |
size_t | _thread_id () noexcept |
size_t | thread_id () noexcept |
void | sleep_for_millis (int milliseconds) noexcept |
std::string | filename_to_str (const filename_t &filename) |
int | pid () |
bool | is_color_terminal () noexcept |
bool | in_terminal (FILE *file) noexcept |
Variables | |
static constexpr const char * | default_eol = "\n" |
static constexpr const char | folder_sep = '/' |
|
inlinenoexcept |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
static |