added common library for plugins
authorKevron Rees <tripzero.kev@gmail.com>
Wed, 4 Sep 2013 04:11:18 +0000 (21:11 -0700)
committerKevron Rees <tripzero.kev@gmail.com>
Wed, 4 Sep 2013 04:11:51 +0000 (21:11 -0700)
commit2b6a74685f691c0b8525fc2098634a1b1dd9f186
treed9e9707c7d34616b1ce28e670915921e62e47fa3
parentda8ae575df87bce3fd0787a7d0ffbbab44bd2d96
added common library for plugins
21 files changed:
plugins/CMakeLists.txt
plugins/common/CMakeLists.txt [new file with mode: 0644]
plugins/common/abstractio.hpp [moved from plugins/gpsnmea/abstractio.hpp with 100% similarity]
plugins/common/amb-plugins-common.pc.in [new file with mode: 0644]
plugins/common/bluetooth.hpp [moved from plugins/gpsnmea/bluetooth.hpp with 100% similarity]
plugins/common/bluetoothadapterproxy.c [moved from plugins/obd2plugin/bluetoothadapterproxy.c with 100% similarity]
plugins/common/bluetoothadapterproxy.h [moved from plugins/obd2plugin/bluetoothadapterproxy.h with 100% similarity]
plugins/common/bluetoothmanagerproxy.c [moved from plugins/obd2plugin/bluetoothmanagerproxy.c with 100% similarity]
plugins/common/bluetoothmanagerproxy.h [moved from plugins/obd2plugin/bluetoothmanagerproxy.h with 100% similarity]
plugins/common/bluetoothserialproxy.c [moved from plugins/obd2plugin/bluetoothserialproxy.c with 100% similarity]
plugins/common/bluetoothserialproxy.h [moved from plugins/obd2plugin/bluetoothserialproxy.h with 100% similarity]
plugins/common/serialport.hpp [moved from plugins/gpsnmea/serialport.hpp with 100% similarity]
plugins/gpsnmea/CMakeLists.txt
plugins/gpsnmea/bluetoothadapterproxy.c [deleted file]
plugins/gpsnmea/bluetoothadapterproxy.h [deleted file]
plugins/gpsnmea/bluetoothmanagerproxy.c [deleted file]
plugins/gpsnmea/bluetoothmanagerproxy.h [deleted file]
plugins/gpsnmea/bluetoothserialproxy.c [deleted file]
plugins/gpsnmea/bluetoothserialproxy.h [deleted file]
plugins/obd2plugin/CMakeLists.txt
plugins/obd2plugin/bluetooth.hpp [deleted file]