On Mon, 2015-02-09 at 13:32 -0800, Thiago Macieira wrote: > On Monday 09 February 2015 13:30:02 Keane, Erich wrote: > > > a) the "lite", base C API > > > > <root>/resource/csdk/stack/include/ocstack.h > > > > > b) the resources (discovery & connectivity) C++ API > > > > <root>/resource/include/OCApi.h > > > > > c) a specific service > > > > Unsure, but It looks like: > > <root>/service/<program name>/sdk/inc/<program name>.h > > Hi Erich > > That's not what I meant. > > I am asking what the user should write in the #include line when including > the > API. Let's start from there before we decide where the files reside. >
My apologies. At the moment, it would just be ocstack.h, OCApi.h, and <program name>.h, but you'd be expected to properly set the -I directory in your make file.