Skip to content
Snippets Groups Projects
Commit b5cea2b9 authored by Sebastian Alois Eckl's avatar Sebastian Alois Eckl
Browse files

commented destination stuff

parent 4ecee567
No related branches found
No related tags found
No related merge requests found
...@@ -260,7 +260,7 @@ static void broadcast_destination(afb_req_t request) ...@@ -260,7 +260,7 @@ static void broadcast_destination(afb_req_t request)
// updates gets exposed, send update to vshl-capabilities // updates gets exposed, send update to vshl-capabilities
// here. // here.
} }
/*
static void handle_setDestination_event(struct json_object *object) static void handle_setDestination_event(struct json_object *object)
{ {
json_object *jdest = NULL; json_object *jdest = NULL;
...@@ -326,7 +326,7 @@ static void onevent(afb_api_t api, const char *event, struct json_object *object ...@@ -326,7 +326,7 @@ static void onevent(afb_api_t api, const char *event, struct json_object *object
} else { } else {
AFB_WARNING("Unhandled vshl-capabilities event"); AFB_WARNING("Unhandled vshl-capabilities event");
} }
} }*/
/* /*
* Init for the AGL binding * Init for the AGL binding
...@@ -423,6 +423,6 @@ static const afb_verb_t binding_verbs[] = { ...@@ -423,6 +423,6 @@ static const afb_verb_t binding_verbs[] = {
const afb_binding_t afbBindingV3 = { const afb_binding_t afbBindingV3 = {
.api = "navigationv2", .api = "navigationv2",
.verbs = binding_verbs, .verbs = binding_verbs,
.onevent = onevent, //.onevent = onevent,
.init = init, .init = init,
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment