aboutsummaryrefslogtreecommitdiffstats
path: root/high-can-binding/high.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-10-17Rename API from high-can to high-viwiRomain Forlot1-13/+13
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: compile error on maybe unitialized variableRomain Forlot1-4/+2
Change-Id: Iacc68e23a5d10a092b7c10f18adba4b8306365e9 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-07-04DAB RC3 Fixes follows appfw API break.Romain Forlot1-18/+18
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-25/+23
Change-Id: I05e93ff74db3f9e7b31a7348ea0fa23d16b737c7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-06-05Initial CommitRomain Forlot1-0/+543
Change-Id: I4a832208f3db9f5fece82f44cc957c6c1bb91d6c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>