summaryrefslogtreecommitdiffstats
path: root/low-can-binding/diagnostic/active-diagnostic-request.hpp
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-07-28 02:30:14 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-08-23 17:40:31 +0200
commit01715613f16113017529c51703f3e5d90918c4c5 (patch)
tree3de8f88c0bccb63e3f26aa2ad307a36835f98cf9 /low-can-binding/diagnostic/active-diagnostic-request.hpp
parentefa12f0b8d6a8e55d3245f0bfef7a3176758d34c (diff)
Change-Id: I2e8d89b09982c9f3770a5a3e10d281e0ad87651c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/diagnostic/active-diagnostic-request.hpp')
-rw-r--r--low-can-binding/diagnostic/active-diagnostic-request.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/low-can-binding/diagnostic/active-diagnostic-request.hpp b/low-can-binding/diagnostic/active-diagnostic-request.hpp
index 8e5333b5..e32792a1 100644
--- a/low-can-binding/diagnostic/active-diagnostic-request.hpp
+++ b/low-can-binding/diagnostic/active-diagnostic-request.hpp
@@ -86,10 +86,6 @@ private:
///< this request was sent.
utils::socketcan_bcm_t socket_; ///< socket_ - A BCM socket setup to send cyclic message to CAN ID 7DF.
public:
- bool operator==(const active_diagnostic_request_t& b);
- active_diagnostic_request_t& operator=(const active_diagnostic_request_t& adr);
-
- active_diagnostic_request_t();
active_diagnostic_request_t(active_diagnostic_request_t&&) = default;
active_diagnostic_request_t(const std::string& bus, uint32_t id,
const std::string& name, bool wait_for_multiple_responses,