From e90b4aa4729ca9f64e7b6f4aa9fc746c29863f23 Mon Sep 17 00:00:00 2001 From: "Maksym Ked (GitHub)" <41471947+mked-luxoft@users.noreply.github.com> Date: Thu, 29 Aug 2019 22:28:40 +0300 Subject: Feature/service status update to hmi (#2921) * Added OnServiceUpdate notification * Added handling of service status update - introduced ServiceStatusUpdateHandler and ServiceStatusUpdateHandlerListener interfaces - added lacking interface functions to corresponding entities - added notification of listeners - introduced ServiceStatusUpdateNotificationBuilder - replaced shared_ptr with unique_ptr - moved SERVICE_RECEIVED * Add UT's for service status update to HMI feature * Added ServiceStatusUpdateDocumentation * Added sending error on PTU retries exceed allowed count * Fix OnServiceUpdate for unsecure force protected service * Updates according to proposal changes Added new result codes for ServiceStatusUpdateReasonStructure --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 36155e37a7..8674bd3114 100644 --- a/Doxyfile +++ b/Doxyfile @@ -899,7 +899,8 @@ EXAMPLE_RECURSIVE = NO # \image command). IMAGE_PATH = \ - src/components/security_manager/docs/assets + src/components/security_manager/docs/assets \ + src/components/protocol_handler/docs/assets # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program -- cgit v1.2.1