mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Unit tests for temperature, virtual method for value conversion
This commit is contained in:
9
src/blackcore/blackcore.h
Normal file
9
src/blackcore/blackcore.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef BLACKCORE_H
|
||||
#define BLACKCORE_H
|
||||
|
||||
/**
|
||||
* @namespace BlackCore
|
||||
* To be written
|
||||
*/
|
||||
|
||||
#endif // BLACKCORE_H
|
||||
@@ -31,7 +31,8 @@ HEADERS += \
|
||||
plane.h \
|
||||
simulator.h \
|
||||
vector_3d.h \
|
||||
vector_geo.h
|
||||
vector_geo.h \
|
||||
blackcore.h
|
||||
|
||||
SOURCES += \
|
||||
ecef.cpp \
|
||||
|
||||
Reference in New Issue
Block a user