Re: [Xenomai] [PATCH 0 of 3] Xenomai-forge: Initial implementation of registry for pSOS

2013-10-24 Thread Philippe Gerum
On 10/24/2013 10:28 AM, Kim De Mey wrote: 2013/10/22 Kim De Mey mailto:kim.de...@gmail.com>> 2013/10/22 Philippe Gerum mailto:r...@xenomai.org>> On 10/22/2013 06:45 PM, Kim De Mey wrote: 2013/10/19 Ronny Meeus mailto:ronny.me...@gmail.com>

Re: [Xenomai] [PATCH 0 of 3] Xenomai-forge: Initial implementation of registry for pSOS

2013-10-24 Thread Kim De Mey
2013/10/22 Kim De Mey > > > > 2013/10/22 Philippe Gerum > >> On 10/22/2013 06:45 PM, Kim De Mey wrote: >> >>> >>> >>> >>> 2013/10/19 Ronny Meeus >> **> >>> >>> >>> >>> IIUC, this would add the quite unexpected requirement of having >>> to reopen a fi

Re: [Xenomai] [PATCH 0 of 3] Xenomai-forge: Initial implementation of registry for pSOS

2013-10-22 Thread Kim De Mey
2013/10/22 Philippe Gerum > On 10/22/2013 06:45 PM, Kim De Mey wrote: > >> >> >> >> 2013/10/19 Ronny Meeus > **> >> >> >> >> IIUC, this would add the quite unexpected requirement of having >> to reopen a file for getting fresh data. read() should actu

Re: [Xenomai] [PATCH 0 of 3] Xenomai-forge: Initial implementation of registry for pSOS

2013-10-22 Thread Philippe Gerum
On 10/22/2013 06:45 PM, Kim De Mey wrote: 2013/10/19 Ronny Meeus mailto:ronny.me...@gmail.com>> IIUC, this would add the quite unexpected requirement of having to reopen a file for getting fresh data. read() should actually (re-)read the current object state each time

Re: [Xenomai] [PATCH 0 of 3] Xenomai-forge: Initial implementation of registry for pSOS

2013-10-22 Thread Kim De Mey
2013/10/19 Ronny Meeus > >> >> >> IIUC, this would add the quite unexpected requirement of having to reopen >> a file for getting fresh data. read() should actually (re-)read the current >> object state each time it is invoked, and not resend some frozen state >> collected by the corresponding op

Re: [Xenomai] [PATCH 0 of 3] Xenomai-forge: Initial implementation of registry for pSOS

2013-10-19 Thread Ronny Meeus
> > > > > IIUC, this would add the quite unexpected requirement of having to reopen > a file for getting fresh data. read() should actually (re-)read the current > object state each time it is invoked, and not resend some frozen state > collected by the corresponding open() indefinitely. > > e.g. t

Re: [Xenomai] [PATCH 0 of 3] Xenomai-forge: Initial implementation of registry for pSOS

2013-10-19 Thread Philippe Gerum
On 10/15/2013 10:50 AM, Kim De Mey wrote: This patch set adds an initial implementation of registry for pSOS tasks, semaphores and queues. It is similar as the already existing vxworks implementation but with more output data. Important to mention is that the "size" parameter in the read functio

[Xenomai] [PATCH 0 of 3] Xenomai-forge: Initial implementation of registry for pSOS

2013-10-15 Thread Kim De Mey
This patch set adds an initial implementation of registry for pSOS tasks, semaphores and queues. It is similar as the already existing vxworks implementation but with more output data. Important to mention is that the "size" parameter in the read function is not used (it is also not used in the