Implement agent<->cynara communication layer 42/28542/14
authorAdam Malinowski <a.malinowsk2@partner.samsung.com>
Thu, 2 Oct 2014 12:06:45 +0000 (14:06 +0200)
committerAdam Malinowski <a.malinowsk2@partner.samsung.com>
Fri, 14 Nov 2014 22:12:20 +0000 (23:12 +0100)
commitfee91a55de39cc66ac4f0b4e9c3936874f1aa3d9
treeea0386677f9d9a418fe8fcc961526a57e2214e16
parentbf838ebf47eabea59dae47d83f1fdc360693f5cb
Implement agent<->cynara communication layer

Only agent side communication layer was implemented. Also protocol is
not implemented.

Change-Id: Ic11bd0ea92284c98366a7f833f0d339f2784dad0
20 files changed:
src/agent/CMakeLists.txt
src/agent/logic/Logic.cpp
src/agent/logic/Logic.h
src/agent/socket/AgentSocketClient.cpp [new file with mode: 0644]
src/agent/socket/AgentSocketClient.h [new file with mode: 0644]
src/common/CMakeLists.txt
src/common/protocol/ProtocolAgent.cpp
src/common/protocol/ProtocolAgent.h
src/common/request/AgentActionRequest.cpp [new file with mode: 0644]
src/common/request/AgentActionRequest.h [new file with mode: 0644]
src/common/request/AgentRegisterRequest.cpp [new file with mode: 0644]
src/common/request/AgentRegisterRequest.h [new file with mode: 0644]
src/common/request/RequestTaker.cpp
src/common/request/RequestTaker.h
src/common/request/pointers.h
src/common/response/AgentRegisterResponse.cpp [new file with mode: 0644]
src/common/response/AgentRegisterResponse.h [new file with mode: 0644]
src/common/response/ResponseTaker.cpp
src/common/response/ResponseTaker.h
src/common/response/pointers.h