#include "hwdrivers-precomp.h"#include <mrpt/hwdrivers/CSwissRanger3DCamera.h>#include <mrpt/system/string_utils.h>#include <mrpt/system/filesystem.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 141 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 127 of file CSwissRanger3DCamera.cpp.
References ALawCompressTable.
Referenced by do_init_table_16u_to_8u().
|
static |
Definition at line 104 of file CSwissRanger3DCamera.cpp.
Referenced by LinearToALawSample().
| uint8_t table_16u_to_8u[0x10000] |
Definition at line 124 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 125 of file CSwissRanger3DCamera.cpp.
Referenced by mrpt::hwdrivers::CSwissRanger3DCamera::getNextObservation().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |