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]

A "pipe" like object for eCos?


I find myself in need of a "pipe" like object in an eCos
application (one that doesn't have file I/O and Posix support
enabled).  All I need is a simple circular buffer in RAM with
blocking and non-blocking read/write methods.  Am I correct in
my conclusion that eCos doesn't have something like that as
part of it's core functionality?

I haven't found anything like that in the docs, but I thought
I'd double-check before I go off and write something...

-- 
Grant Edwards                   grante             Yow! I'm shaving!!
                                  at               I'M SHAVING!!
                               visi.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


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