MRPT
2.0.1
|
#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 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |