Change way to convert simplemessage into a json
[apps/agl-service-can-low-level.git] / src / low-can-binding.hpp
index 5c43ded..6927826 100644 (file)
@@ -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<std::string, struct afb_event> subscribed_signals;
-static std::map<std::string, struct afb_event>::iterator subscribed_signals_i;