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



Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020