git-svn-id: svn://db.shs.com.ru/pip@367 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-14 17:37:58 +00:00
parent 1a041d5f2b
commit 9058bdc521
38 changed files with 190 additions and 221 deletions

View File

@@ -24,6 +24,7 @@
#define PIDIAGNOSTICS_H
#include "pitimer.h"
#include "piqueue.h"
class PIP_EXPORT PIDiagnostics: public PITimer

View File

@@ -16,11 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "pibase.h"
#ifdef WINDOWS
# include <windef.h>
# include <winbase.h>
#endif
#include "piincludes_p.h"
#include "pidir.h"
//#if !defined(ANDROID)
@@ -42,9 +38,6 @@ const PIChar PIDir::separator = '/';
# endif
# include <sys/stat.h>
#endif
#ifdef CC_GCC
# include <unistd.h>
#endif
/*! \class PIDir
* \brief Local directory

View File

@@ -16,11 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "pibase.h"
#ifdef WINDOWS
# include <windef.h>
# include <winbase.h>
#endif
#include "piincludes_p.h"
#include "piethernet.h"
#include "piconfig.h"
#include "pisysteminfo.h"
@@ -67,9 +63,6 @@
# endif
#endif
#include <errno.h>
#ifdef CC_GCC
# include <unistd.h>
#endif
/** \class PIEthernet

View File

@@ -16,11 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "pibase.h"
#ifdef WINDOWS
# include <windef.h>
# include <winbase.h>
#endif
#include "piincludes_p.h"
#include "pifile.h"
#include "pidir.h"
#ifdef WINDOWS
@@ -65,9 +61,6 @@
# define _stat_call_ stat64
# define _stat_link_ lstat64
#endif
#ifdef CC_GCC
# include <unistd.h>
#endif
/*! \class PIFile

View File

@@ -26,6 +26,7 @@
#include "piinit.h"
#include "picollection.h"
#include "pitimer.h"
#include "piqueue.h"
// function executed from threaded read, pass ThreadedReadData, readedData, sizeOfData
typedef bool (*ReadRetFunc)(void * , uchar * , int );

View File

@@ -16,18 +16,11 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "pibase.h"
#ifdef WINDOWS
# include <windef.h>
# include <winbase.h>
#endif
#include "piincludes_p.h"
#include "piserial.h"
#include "piconfig.h"
#include "pidir.h"
#include <errno.h>
#ifdef CC_GCC
# include <unistd.h>
#endif
#ifdef WINDOWS
# include <winreg.h>
# define TIOCM_LE 1

View File

@@ -16,11 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "pibase.h"
#ifdef WINDOWS
# include <windef.h>
# include <winbase.h>
#endif
#include "piincludes_p.h"
#include "pisharedmemory.h"
#ifdef WINDOWS
@@ -36,9 +32,6 @@
# include <sys/stat.h>
# include <sys/mman.h>
#endif
#ifdef CC_GCC
# include <unistd.h>
#endif
/*! \class PISharedMemory