c++: New C++ API for bindings 29/20529/1
authorLoïc Collignon <loic.collignon@iot.bzh>
Wed, 2 Jan 2019 16:44:27 +0000 (17:44 +0100)
committerLoïc Collignon <loic.collignon@iot.bzh>
Mon, 11 Mar 2019 12:31:40 +0000 (13:31 +0100)
You can implement a C++ binding API by inheriting
the templated base class 'base_api_t' and overriding
the methods you want.

At the same time, the c++ files are now located in
in their own subdirectory: afb/c++

Change-Id: Ie02535961ec6b4b5ae21390cb520acb1fdc44c9e
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>

No differences found