|
MRPT
1.9.9
|
#include "hwdrivers-precomp.h"#include <mrpt/hwdrivers/CSwissRanger3DCamera.h>#include <mrpt/system/filesystem.h>#include <mrpt/system/string_utils.h>Go to the source code of this file.
Functions | |
| unsigned char | LinearToALawSample (uint16_t sample) |
| void | do_init_table_16u_to_8u () |
Variables | |
| static char | ALawCompressTable [128] |
| uint8_t | table_16u_to_8u [0x10000] |
| bool | table_16u_to_8u_init = false |
| void do_init_table_16u_to_8u | ( | ) |
Definition at line 108 of file CSwissRanger3DCamera.cpp.
References LinearToALawSample(), and table_16u_to_8u.
Referenced by mrpt::hwdrivers::CSwissRanger3DCamera::getNextObservation().
| unsigned char LinearToALawSample | ( | uint16_t | sample | ) |
Definition at line 94 of file CSwissRanger3DCamera.cpp.
References ALawCompressTable.
Referenced by do_init_table_16u_to_8u().
|
static |
Definition at line 83 of file CSwissRanger3DCamera.cpp.
Referenced by LinearToALawSample().
| uint8_t table_16u_to_8u[0x10000] |
Definition at line 91 of file CSwissRanger3DCamera.cpp.
Referenced by do_init_table_16u_to_8u(), and mrpt::hwdrivers::CSwissRanger3DCamera::getNextObservation().
| bool table_16u_to_8u_init = false |
Definition at line 92 of file CSwissRanger3DCamera.cpp.
Referenced by mrpt::hwdrivers::CSwissRanger3DCamera::getNextObservation().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |