#include "base-precomp.h"
#include <mrpt/system/os.h>
#include <mrpt/system/filesystem.h>
#include <mrpt/synch/CCriticalSection.h>
#include <cstring>
#include <float.h>
#include <iostream>
#include <algorithm>
#include <cctype>
#include <ctime>
#include <cstdio>
#include <pthread.h>
#include <termios.h>
#include <poll.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/time.h>
#include <time.h>
#include <utime.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sstream>
#include <mrpt/version.h>
#include <limits>
#include <climits>
#include <cstdlib>
#include <mrpt/mrpt_paths_config.h>
Go to the source code of this file.
◆ my_aux_sighandler()
void my_aux_sighandler |
( |
int |
| ) |
|
◆ myKbhit()
◆ sLicenseTextF
const char* sLicenseTextF |
Initial value:=
" Mobile Robot Programming Toolkit (MRPT) \n"
" http://www.mrpt.org/ \n"
" \n"
" Copyright (c) 2005-%Y, Individual contributors, see AUTHORS file \n"
" See: http://www.mrpt.org/Authors - All rights reserved. \n"
" Released under BSD License. See details in http://www.mrpt.org/License \n"
Definition at line 527 of file os.cpp.
Referenced by mrpt::system::getMRPTLicense().