nn::nex::IDGenerator::GetNbLocalIDs Member Function

Syntax

qUnsignedInt32 GetNbLocalIDs() const;

Parameters

None.

Return Values

Gets the number of usable IDs that exist in the local pool.

Description

Gets the number of usable IDs that exist in the local pool.

All IDGenerator objects (including duplication masters and duplicas) hold a local pool of IDs that can each be used. Before this pool becomes empty (when about 25 IDs have been used), a local pool of new IDs is requested by the duplication master. You can quickly get how many usable IDs currently exist in the local ID pool by using this function.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL