All the routines present in calbzsup have a parameter of this type.
When you finish using the zero supression memory, please call calbzsup dispose to free the memory associated to the id.
In order to update this buffer, use the calbzsup load.
On the other hand, this buffer can be modified; use calbzsup save to synch the zero suppression.
To set a renge of bits in the buffer, use the calbzsup setrange.
Note: This operations are executed on the buffer and do not change the zero suppression!
#open the CALB set cid [calb open 5 10 1] #open the zsup set zsid [calbzsup new $cid] #load into buffer calbzsup load $zsid ... #find a bit set nr [calbzsup find $zsid 1 A 0 -direction right] #set the bit calbzsup setbit $zsid 1 A $nr 1 ... #save to zsup calbzsup save $zsid #dispose the zsup calbzsup dispose $zsid #close the CALB calb close $cid
Top of the page. | CALB documention. | Send comments to: Igor Sfiligoi |
Created | : | 30.5.1997 |
Last modified | : | 4.6.1997 |