From: Alan W. I. <ai...@us...> - 2001-02-14 06:27:12
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv9526 Modified Files: plcore.c Log Message: Add set and get compression functionality with common API c_plscompression and c_plgcompression. Also add: * void plP_getinitdriverlist( char *names) * * Check to see if a driver/stream has been initialised * Returns a space separated list of matches streams/drivers * If more than one stream uses the same device, then the device name * will be returned for each stream. Also add: * PLINT plP_checkdriverinit( char *names) * * Checks from a list of given drivers which ones have been initialised * and returns the number of devices matching the list, or -1 if in error. * Effectively returns the number of streams matching the given stream. |