Unit tests for temperature, virtual method for value conversion

This commit is contained in:
Klaus Basan
2013-03-22 23:02:25 +01:00
parent 525910c7a3
commit 3b99954bdc
12 changed files with 136 additions and 41 deletions

View File

@@ -0,0 +1,9 @@
#ifndef BLACKCORE_H
#define BLACKCORE_H
/**
* @namespace BlackCore
* To be written
*/
#endif // BLACKCORE_H

View File

@@ -31,7 +31,8 @@ HEADERS += \
plane.h \
simulator.h \
vector_3d.h \
vector_geo.h
vector_geo.h \
blackcore.h
SOURCES += \
ecef.cpp \