Adding requests to diagnostic manager implemented.
authorRomain Forlot <romain.forlot@iot.bzh>
Fri, 10 Mar 2017 01:06:57 +0000 (02:06 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:10:40 +0000 (17:10 +0100)
commitf06b6358accc3ba106c535ed0cbc70a6da60dac5
tree4f7c09e8f0b139fc6fc52ba5849a547bf974f5ea
parentdd915dd5b0088034ce1fb57e187f114c1e1d769d
Adding requests to diagnostic manager implemented.

Needed overload of operator and constructor set for
active_diagnostic_message_t class. Without we can't make
the basic operation needed by the manager.
Get rid of original raw pointer on "entry" which avoid some
tests.

It miss the acceptance filters implementations for now.

Change-Id: I1ca61ff843c13255af6d9a60ce72a8b8bc9d1c18
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/diagnostic/active-diagnostic-request.cpp
src/diagnostic/active-diagnostic-request.hpp
src/diagnostic/diagnostic-manager.cpp
src/diagnostic/diagnostic-manager.hpp