From c4f11994a1540576563819508d4148a0500db4b9 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 16 May 2017 15:12:45 +0200 Subject: Remove can-bus-dev following RAW->BCM sockets migration No needs to get RAW socket for now, so can_bus_dev_t class is useless and now removed from project. Change-Id: I37b3e187ef28ba393beae7a99da4f422f74a298e Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'CAN-binder/low-can-binding/diagnostic') diff --git a/CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.hpp b/CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.hpp index e8c5dbf7..a08df64b 100644 --- a/CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.hpp +++ b/CAN-binder/low-can-binding/diagnostic/active-diagnostic-request.hpp @@ -24,7 +24,6 @@ #include "uds/uds.h" #include "uds/uds_types.h" #include "../utils/timer.hpp" -#include "../can/can-bus-dev.hpp" class active_diagnostic_request_t; class diagnostic_manager_t; @@ -99,7 +98,6 @@ public: const DiagnosticResponseCallback callback, float frequencyHz); uint32_t get_id() const; - const std::shared_ptr get_can_bus_dev() const; DiagnosticRequestHandle* get_handle(); uint16_t get_pid() const; const std::string get_name() const; -- cgit