Changed PQ to template, removed unit default values, checked unit tests

This commit is contained in:
Klaus Basan
2013-03-27 12:03:16 +01:00
parent b3439ea3e4
commit 5677cd41e3
23 changed files with 408 additions and 1091 deletions

View File

@@ -45,7 +45,10 @@ HEADERS += \
pqmass.h \
pqpressure.h \
pqtemperature.h \
pqconstants.h
pqconstants.h \
avverticalposition.h \
pqunits.h \
pqallquantities.h
SOURCES += \
logmessage.cpp \
@@ -66,15 +69,9 @@ SOURCES += \
type_info.cpp \
message_dispatcher.cpp \
message_system.cpp \
pqdistance.cpp \
pqphysicalquantity.cpp \
pqfrequency.cpp \
pqbase.cpp \
pqspeed.cpp \
pqangle.cpp \
pqmass.cpp \
pqpressure.cpp \
pqtemperature.cpp \
pqconstants.cpp
avverticalposition.cpp
DESTDIR = ../../lib