This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ecos kernel modification and kapidata


> Another question is: can I directly call the c++ api of the kernel in 
> application instead of the C KAPI? And do you have any document relative to 
> this native C++ API?

There is nothing to stop you calling the C++ API, but we don't
recommend it. The C API is documented and frozen. The C++ is not
documented and not frozen, it can and does change. 

So we reserve the right to break your application if you use the C++
API :-)

    Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]