general_resources.hpp
Go to the documentation of this file.
00001 
00005 #ifndef _THERMALVIS_GENERAL_RESOURCES_H_
00006 #define _THERMALVIS_GENERAL_RESOURCES_H_
00007 
00008 /***** General includes *****/
00009 #include <stdlib.h>
00010 #include <stdio.h>
00011 #include <math.h>
00012 #include <unistd.h>
00013 #include <getopt.h>
00014 #include <math.h>
00015 #include <iostream>
00016 #include <fstream>
00017 #include <sys/stat.h>
00018 #include <dirent.h>
00019 #include <sstream>
00020 #include <string>
00021 #include <string.h>
00022 #include <assert.h>
00023 #include <fcntl.h>              /* low-level i/o */
00024 #include <unistd.h>
00025 #include <errno.h>
00026 #include <malloc.h>
00027 #include <sys/stat.h>
00028 #include <sys/types.h>
00029 #include <sys/time.h>
00030 #include <sys/mman.h>
00031 #include <sys/ioctl.h>
00032 
00033 // Standard
00034 #include <stdlib.h>
00035 #include <stdio.h>
00036 #include <math.h>
00037 #include <iostream>
00038 #include <fstream>
00039 
00040 #ifndef _WIN32
00041 // Linux
00042 #include <unistd.h>
00043 #include <getopt.h>
00044 
00045 // Miscellaneous
00046 #include <sys/stat.h>
00047 #include <dirent.h>
00048 #endif
00049 
00050 #include <stdio.h>
00051 #include <termios.h>
00052 #include <unistd.h>
00053 #include <sys/types.h>
00054 #include <sys/time.h>
00055 
00056 
00057 #include <signal.h>
00058 
00059 //using namespace std;
00060 
00061 #endif


thermalvis
Author(s): Stephen Vidas
autogenerated on Sun Jan 5 2014 11:38:45