Refactor the transport interface

- give transport Initialize() method with access to device config.
 - avoid using global context in the transport.
 - simplify shutdown procedure (no need for extra thread).
This commit is contained in:
Alexey Rybalchenko 2017-04-04 17:14:37 +02:00 committed by Mohammad Al-Turany
parent 3e013f98b8
commit fc309e8b63

View File

@ -22,7 +22,7 @@ Set(INCLUDE_DIRECTORIES
Set(SYSTEM_INCLUDE_DIRECTORIES Set(SYSTEM_INCLUDE_DIRECTORIES
${Boost_INCLUDE_DIR} ${Boost_INCLUDE_DIR}
${ZMQ_INCLUDE_DIR} ${ZeroMQ_INCLUDE_DIR}
) )
Include_Directories(${INCLUDE_DIRECTORIES}) Include_Directories(${INCLUDE_DIRECTORIES})