#include "system-precomp.h"
#include <mrpt/core/exceptions.h>
#include <mrpt/core/format.h>
#include <mrpt/system/filesystem.h>
#include <mrpt/system/os.h>
#include <mrpt/system/string_utils.h>
#include <algorithm>
#include <cctype>
#include <cfloat>
#include <cstdio>
#include <cstring>
#include <ctime>
#include <iostream>
#include <mutex>
#include <windows.h>
#include <conio.h>
#include <direct.h>
#include <io.h>
#include <sys/utime.h>
#include <tlhelp32.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <map>
#include <sstream>
#include <mrpt/version.h>
#include <cerrno>
#include <climits>
#include <cstdlib>
#include <limits>
#include <mrpt/mrpt_paths_config.h>
 
Go to the source code of this file.
◆ winerror2str()
      
        
          | std::string winerror2str  | 
          ( | 
          const char *  | 
          errorPlaceName | ) | 
           | 
        
      
 
 
◆ sLicenseTextF
      
        
          | const char* sLicenseTextF | 
        
      
 
Initial value:=
    "                     Mobile Robot Programming Toolkit (MRPT)              "
    "  \n"
    "                          https://www.mrpt.org/                           "
    " "
    "  \n"
    "                                                                          "
    "  \n"
    " Copyright (c) 2005-%Y, Individual contributors, see AUTHORS file         "
    "\n"
    " See: https://www.mrpt.org/Authors - All rights reserved.                 "
    " "
    " \n"
    " Released under BSD License. See details in https://www.mrpt.org/License  "
    " "
    " \n"
 
Definition at line 534 of file os.cpp.
Referenced by mrpt::system::getMRPTLicense().