[ros-dev] [ros-diffs] [jimtabor] 31204: Up the handle count to 0x10000, reset adjustment to support change. Add device capabilities to handle table.

James Tabor jimtabor.rosdev at gmail.com
Fri Dec 14 04:07:17 CET 2007


Hi,
XXXX[10000] == 0 -> FFFF. The changes are correct.
Thanks,
James

On Dec 13, 2007 8:20 PM, Timo Kreuzer <timo.kreuzer at web.de> wrote:
> why waste the last handle?
>
> > author: jimtabor
> > Date: Thu Dec 13 23:27:28 2007
> > New Revision: 31204
> > -     for ( i = RESERVE_ENTRIES_COUNT; i < GDI_HANDLE_COUNT; i++ )
> > +     for ( i = RESERVE_ENTRIES_COUNT; i < GDI_HANDLE_COUNT-1; i++
> > -   if (HandleIndex >= GDI_HANDLE_COUNT)
> > +   if (HandleIndex >= GDI_HANDLE_COUNT-1)
>


More information about the Ros-dev mailing list