public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] eCos C++ API
@ 2007-03-21  0:45 Paul D. DeRocco
  2007-03-21  8:29 ` Andrew Lunn
  2007-03-21  9:28 ` [ECOS] " Sergei Organov
  0 siblings, 2 replies; 3+ messages in thread
From: Paul D. DeRocco @ 2007-03-21  0:45 UTC (permalink / raw)
  To: eCos Discuss

Are the C++ objects on which eCos is based supposed to be invisible to the
programmer, so that the designers of eCos can change them at will? Or is it
reasonable for a programmer writing an application in C++ to directly use
the underlying eCos C++ objects? Since everything else in my application is
in C++, I'd much rather do the latter, for instance creating a thread
directly as a Cyg_Thread instead of declaring a cyg_thread and having to
call cyg_thread_create.

I assume kernel.hxx is the appropriate header to include, instead of kapi.h,
right? Is there any documentation on what might be part of the "official"
C++ API, or am I on my own in judging which things in the headers are likely
to be stable and which might disappear in a later version? Massa's book says
there isn't any standard, but that's four years old.

-- 

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-21  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-21  0:45 [ECOS] eCos C++ API Paul D. DeRocco
2007-03-21  8:29 ` Andrew Lunn
2007-03-21  9:28 ` [ECOS] " Sergei Organov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).