summaryrefslogtreecommitdiff
path: root/src/vehicle-gateway/obd2.h
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-11-14 17:37:30 +0100
committerasanoaozora <fifitaneki@hotmail.com>2017-11-14 17:37:30 +0100
commitb65bf49866c11ed9f7f575950d6942823276c7c5 (patch)
treea943cd980bdbb57df3d730b4b187abef2fb3f98c /src/vehicle-gateway/obd2.h
parent799b0a073bfa95ff351a80ae08b74adbd150d793 (diff)
downloadnavigation-b65bf49866c11ed9f7f575950d6942823276c7c5.tar.gz
some improvements of veh gateway
Diffstat (limited to 'src/vehicle-gateway/obd2.h')
-rw-r--r--src/vehicle-gateway/obd2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vehicle-gateway/obd2.h b/src/vehicle-gateway/obd2.h
index 871e68a..9097943 100644
--- a/src/vehicle-gateway/obd2.h
+++ b/src/vehicle-gateway/obd2.h
@@ -56,8 +56,6 @@ bool obd2_read_fuel_level(uint8_t& level,uint64_t& timestamp);
bool obd2_config_can_reader(uint64_t& timestamp);
-bool obd2_set_filter(uint16_t filter, uint16_t mask, uint64_t& timestamp);
-
can_message_id_t can_read(char*& data, uint64_t &timestamp);
#ifdef __cplusplus