Re: [RTnet-users] rt_dev_close error code the 2nd

2007-08-10 Thread Nadym Salem
On Fri, August 10, 2007 15:12, Jan Kiszka wrote: is it possible to include a list of error codes into rt_dev_close() documentation in the API ? I am getting error code -11 and don't know what it is. >>> http://www.xenomai.org/index.php/Resolving_Error_Codes >> That helps me reading

Re: [RTnet-users] rt_dev_close error code the 2nd

2007-08-10 Thread Jan Kiszka
Nadym Salem wrote: > On Fri, August 10, 2007 14:58, Jan Kiszka wrote: > >>> is it possible to include a list of error codes into rt_dev_close() >>> documentation in the API ? >>> I am getting error code -11 and don't know what it is. >> http://www.xenomai.org/index.php/Resolving_Error_Codes > > T

Re: [RTnet-users] rt_dev_close error code the 2nd

2007-08-10 Thread Jan Kiszka
Nadym Salem wrote: > Hi, > > is it possible to include a list of error codes into rt_dev_close() > documentation in the API ? > I am getting error code -11 and don't know what it is. http://www.xenomai.org/index.php/Resolving_Error_Codes 8) Jan signature.asc Description: OpenPGP digital sign

[RTnet-users] rt_dev_close error code the 2nd

2007-08-10 Thread Nadym Salem
Hi, is it possible to include a list of error codes into rt_dev_close() documentation in the API ? I am getting error code -11 and don't know what it is. Greets, Nadym - This SF.net email is sponsored by: Splunk Inc. Still

Re: [RTnet-users] rt_dev_close error code

2007-08-09 Thread Nadym Salem
On Thu, August 9, 2007 17:23, Jan Kiszka wrote: > But my negative error code does not help me in any way now. > rt_dev_close() fails and therefore I'm having trouble using the same > program more than once ;) Oops, sorry (RTFM - read the fine mail...). Indeed, -524 means -ENO

Re: [RTnet-users] rt_dev_close error code

2007-08-09 Thread Jan Kiszka
Nadym Salem wrote: > On Thu, August 9, 2007 09:45, Jan Kiszka wrote: > But my negative error code does not help me in any way now. rt_dev_close() fails and therefore I'm having trouble using the same program more than once ;) >>> Oops, sorry (RTFM - read the fine mail...). Indeed, -

Re: [RTnet-users] rt_dev_close error code

2007-08-09 Thread Nadym Salem
On Thu, August 9, 2007 09:45, Jan Kiszka wrote: >>> But my negative error code does not help me in any way now. >>> rt_dev_close() fails and therefore I'm having trouble using the same >>> program more than once ;) >> Oops, sorry (RTFM - read the fine mail...). Indeed, -524 means >> -ENOTSUPP, and

Re: [RTnet-users] rt_dev_close error code

2007-08-09 Thread Jan Kiszka
Jan Kiszka wrote: > Nadym Salem wrote: >> But my negative error code does not help me in any way now. >> rt_dev_close() fails and therefore I'm having trouble using the same >> program more than once ;) > > Oops, sorry (RTFM - read the fine mail...). Indeed, -524 means > -ENOTSUPP, and this error

Re: [RTnet-users] rt_dev_close error code

2007-08-08 Thread Jan Kiszka
Nadym Salem wrote: > On Wed, August 8, 2007 17:19, Jan Kiszka wrote: > >>> is there a way to find out with which kind of error rt_dev_close returns >>> ? >>> Linux close() sets the errno, checking errno after rt_dev_close returns >>> negative tells me "success". rt_dev_close returns with -524. >>

Re: [RTnet-users] rt_dev_close error code

2007-08-08 Thread Nadym Salem
On Wed, August 8, 2007 17:19, Jan Kiszka wrote: >> is there a way to find out with which kind of error rt_dev_close returns >> ? >> Linux close() sets the errno, checking errno after rt_dev_close returns >> negative tells me "success". rt_dev_close returns with -524. > Check http://www.xenomai.org

Re: [RTnet-users] rt_dev_close error code

2007-08-08 Thread Jan Kiszka
Nadym Salem wrote: > Hi, > > is there a way to find out with which kind of error rt_dev_close returns ? > Linux close() sets the errno, checking errno after rt_dev_close returns > negative tells me "success". rt_dev_close returns with -524. Check http://www.xenomai.org/documentation/branches/v2.

[RTnet-users] rt_dev_close error code

2007-08-08 Thread Nadym Salem
Hi, is there a way to find out with which kind of error rt_dev_close returns ? Linux close() sets the errno, checking errno after rt_dev_close returns negative tells me "success". rt_dev_close returns with -524. I guess it has sth. to do with the note in rt_dev_close documentation. The open and s