[En-Nut-Discussion] select() implementation / Re-Integration of the "devnut_select" branch

Ole Reinhardt ole.reinhardt at embedded-it.de
Tue Oct 22 17:48:26 CEST 2013


Hi Nathan,

> Is there a select-type function that takes system ticks rather than a
> timeval struct
> that underlies the select function?

No sorry, not yet. I implemented the standard posix API, to provide best
portability (for third party software)

I'm still testing my implementation and are currently adding select
support for tcp sockets.

As soon as everything is tested and works stable I'd like to implement
poll() as well. I think poll is a little closer to your system ticks
than select.

But anyway, what is the problem with the timval struct?

Best regards,

Ole

-- 
kernel concepts GmbH            Tel: +49-271-771091-14
Sieghuetter Hauptweg 48         Mob: +49-177-7420433
D-57072 Siegen
http://www.embedded-it.de
http://www.kernelconcepts.de


More information about the En-Nut-Discussion mailing list