MRPT  2.0.1
env-vars.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2017, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in https://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+
9  */
10 
11 /** \page env-vars Environment variables that MRPT looks for
12  *
13 
14 The following environment variables may be set to alter some MRPT functionality:
15 
16 - `MRPT_EXPR_VERBOSE`: Set to `1` to enable extra verbose debug traces for
17  mrpt::math::CRuntimeCompiledExpression::eval().
18 
19 - `MRPT_CCAMERA_KINECT_TIMEOUT_MS`: Timeout in milliseconds to wait
20  for a new frame from a Kinect sensor when using the method
21  mrpt::hwdrivers::CCamera::getNextFrame(). Default: "3000".
22 
23 - `MRPT_HWDRIVERS_DEFAULT_LEAP_SECONDS`: In mrpt::hwdrivers::CGPSInterface, the
24  default offset from GPS time to UTC time, for use before any GNSS especific
25  message informs on this offset. Default: 17 (valid for 01/2016)
26 
27 - `MRPT_HWDRIVERS_VERBOSE`: Set to "1" to enable verbose output to cout
28  from all mrpt::hwdrivers classes. Default: "0".
29 
30 - `MRPT_WXSUBSYS_TIMEOUT_MS`: The timeout in milliseconds to wait
31  in mrpt::gui windows constructors until the wxWidgets thread processes and
32  really creates the window, before reporting an error. It's also used in
33  the function mrpt::hwdrivers::prepareVideoSourceFromUserSelection().
34  Default: "5000" in Release builds, "30000" in Debug.
35 
36 */



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