#include "librealsense2/rs.hpp"
#include "librealsense2/hpp/rs_internal.hpp"
#include <fstream>
#include <thread>
#include "tclap/CmdLine.h"
Go to the source code of this file.
Functions | |
string | char2hex (unsigned char n) |
string | datetime_string () |
int | main (int argc, char *argv[]) |
string char2hex | ( | unsigned char | n | ) |
Definition at line 16 of file tools/fw-logger/rs-fw-logger.cpp.
string datetime_string | ( | ) |
Definition at line 36 of file tools/fw-logger/rs-fw-logger.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 47 of file tools/fw-logger/rs-fw-logger.cpp.