X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flow-can-binding.hpp;h=6927826eafe8cede98b1302564a463f64bbbf3d1;hb=836feaecd602e86ea6d954ae018a2d7bbc04aa7a;hp=5c43ded8c6419224fc28fd96014c5ccb6d64bb7b;hpb=dae58e000ef198f7fa09718c60d7a7f2250fc2ce;p=apps%2Fagl-service-can-low-level.git diff --git a/src/low-can-binding.hpp b/src/low-can-binding.hpp index 5c43ded8..6927826e 100644 --- a/src/low-can-binding.hpp +++ b/src/low-can-binding.hpp @@ -46,8 +46,6 @@ #include "can-decoder.hpp" #include "openxc-utils.hpp" -#define MESSAGE_SET_ID 0 - /* * Interface between the daemon and the binding */ @@ -89,9 +87,3 @@ extern "C" */ int afbBindingV1ServiceInit(struct afb_service service); }; - -/** Can signal event map making access to afb_event - * external to openxc existing structure. - */ -static std::map subscribed_signals; -static std::map::iterator subscribed_signals_i;