pass log function instead of Logger to avoid dependencies, started decodeMessage for get

This commit is contained in:
john30
2014-12-01 22:14:01 +01:00
parent 3b99ca0b4d
commit 671aa54468
6 changed files with 46 additions and 25 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ noinst_PROGRAMS = test_port \
test_message
test_port_SOURCES = test_port.cpp
test_port_LDADD = $(top_srcdir)/src/lib/utils/libutils.a \
$(top_srcdir)/src/lib/ebus/libebus.a
test_port_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_symbol_SOURCES = test_symbol.cpp
test_symbol_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a