X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fcan%2Fcan-bus.hpp;h=88b1dd4ed3aadecd2c6ff225a997f5c34cb07e27;hb=refs%2Ftags%2Flamprey%2F11.92.0;hp=5aa7a1d585780cf3884a968eb3b32448f3f8d985;hpb=64092acda9a8581034c61732754eddee39f747ca;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/can/can-bus.hpp b/low-can-binding/can/can-bus.hpp index 5aa7a1d5..88b1dd4e 100644 --- a/low-can-binding/can/can-bus.hpp +++ b/low-can-binding/can/can-bus.hpp @@ -70,6 +70,7 @@ public: ~can_bus_t(); void set_can_devices(json_object *mapping); + void set_can_devices(const std::vector >& mapping); int get_can_device_index(const std::string& bus_name) const; const std::string get_can_device_name(const std::string& id_name) const;