05.11.2011 - stable version, 0.1.0, self-test program, work at GCC 2.95 - 4.5, VC 2010, MinGW, Linux, Windows, QNX

This commit is contained in:
peri4
2011-12-05 23:51:02 +03:00
parent e25553b97b
commit 74b4173c4c
43 changed files with 1495 additions and 694 deletions

23
pip.pro
View File

@@ -1,18 +1,23 @@
######################################################################
# Automatically generated by qmake (2.01a) ?? ???. 18 21:49:21 2011
# Automatically generated by qmake (2.01a) ?? ???. 5 22:55:18 2011
######################################################################
TEMPLATE = app
TARGET =
TARGET = pip_test
DEPENDPATH += .
INCLUDEPATH += .
QT -= core gui
LIBS += -lpthread -lrt
# Input
HEADERS += pibitarray.h \
pibytearray.h \
pichar.h \
picli.h \
picodec.h \
piconfig.h \
piconsole.h \
picontainers.h \
pidir.h \
piethernet.h \
pievaluator.h \
@@ -21,16 +26,24 @@ HEADERS += pibitarray.h \
piincludes.h \
pikbdlistener.h \
pimath.h \
pimonitor.h \
pimultiprotocol.h \
pimutex.h \
piobject.h \
pip.h \
piprocess.h \
piprotocol.h \
piserial.h \
pisignals.h \
pistring.h \
pisystemmonitor.h \
pithread.h \
pitimer.h \
pivariable.h
SOURCES += main.cpp \
pibytearray.cpp \
picli.cpp \
picodec.cpp \
piconfig.cpp \
piconsole.cpp \
pidir.cpp \
@@ -39,9 +52,15 @@ SOURCES += main.cpp \
pifile.cpp \
pikbdlistener.cpp \
pimath.cpp \
pimonitor.cpp \
pimultiprotocol.cpp \
piobject.cpp \
piprocess.cpp \
piprotocol.cpp \
piserial.cpp \
pisignals.cpp \
pistring.cpp \
pisystemmonitor.cpp \
pithread.cpp \
pitimer.cpp \
pivariable.cpp