aboutsummaryrefslogtreecommitdiffstats
path: root/high-can-binding/high-can-binding-hat.cpp
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04Remove lua dependency and rename to high-viwiRomain Forlot1-36/+0
And upgrade submodules Change-Id: I19dd52da56280afa0725f0a9a96efb20ad02812e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-10-17Rename API from high-can to high-viwiRomain Forlot1-2/+2
This service is meant to be more generic and expose as many information from several sources. Change-Id: I657dedf397ab55e048e435dfd16ce47066820347 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-07-07Fix change in binder add new info field in structsRomain Forlot1-4/+5
Change-Id: I25a11d52588490f0f7e680643c68a8026e0888d2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-07-04DAB RC3 Fixes follows appfw API break.Romain Forlot1-2/+2
Following functions now return 0 on success and negative value on failure : o afb_req_subcall o afb_req_subcall_sync o afb_service_call o afb_service_call_sync Verbosity macros used in v2 bindings now needs to be prefixed with AFB_ (ERROR -> AFB_ERROR) Change-Id: I7b41f26875226861d8826936c712b4a59e5bb783 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-12Migration to binding v2Romain Forlot1-33/+21
Change-Id: I05e93ff74db3f9e7b31a7348ea0fa23d16b737c7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-05Initial CommitRomain Forlot1-0/+47
Change-Id: I4a832208f3db9f5fece82f44cc957c6c1bb91d6c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>