OpenClovis Logo

Functional Description
Handle Management

Description of Handle Management. More...

Description of Handle Management.

Handle library provides facility to create handle as many as user want. In order to create handles, handle database should get created first. Then handles can be created and for each handles size of the memory should be given while creating handles. The memory will be allocated during handle creation. Whenever we checkout the handle the particular allocated memory for the handle will be given to the user, user can use the memory, for each checkout should be associated with checkin. Once the usage of handles are over, handles should be deleted. Finally the handle database should be destroyed.


Generated on Tue Jan 10 10:29:15 PST 2012 for OpenClovis SDK using Doxygen