[Cbar-develop] cbar/docs cbar._tx,1.9,1.10 changes._tx,1.8,1.9
Brought to you by:
chrisan,
rasmusmyklebust
|
From: Christer S. <ch...@us...> - 2009-01-30 18:42:11
|
Update of /cvsroot/cbar/cbar/docs In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24837/docs Modified Files: cbar._tx changes._tx Log Message: Added features 2549684 and 2549814 Index: cbar._tx =================================================================== RCS file: /cvsroot/cbar/cbar/docs/cbar._tx,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** cbar._tx 29 Oct 2005 18:57:56 -0000 1.9 --- cbar._tx 30 Jan 2009 18:42:03 -0000 1.10 *************** *** 4,8 **** @# @multiwordheaders ! @manh="version 1.0.4" "CBAR" "Manual" @document_title=CBAR Manual @rtfh=cbar - an add on lib to CGUI for bar code reading --- 4,8 ---- @# @multiwordheaders ! @manh="version 1.0.5" "CBAR" "Manual" @document_title=CBAR Manual @rtfh=cbar - an add on lib to CGUI for bar code reading *************** *** 30,34 **** <center>Homepage: <a href="http://www.idt.mdh.se/~csg/cgui/cguix">http://www.idt.mdh.se/~csg/cgui/cguix</a></center> <center><b> ! The Manual of CBAR 1.0.4 </b></center> @!text --- 30,34 ---- <center>Homepage: <a href="http://www.idt.mdh.se/~csg/cgui/cguix">http://www.idt.mdh.se/~csg/cgui/cguix</a></center> <center><b> ! The Manual of CBAR 1.0.5 </b></center> @!text *************** *** 291,296 **** the barcode dialogue. <br> Pre-sets the specified reader to scan for data from the specified source. ! The connection may be either of READER_NONE, READER_COM1, READER_COM2, ! READER_COM3, READER_COM4, READER_KB. @@int @CbarMakeSound(int reader_nr, int soundtype); --- 291,296 ---- the barcode dialogue. <br> Pre-sets the specified reader to scan for data from the specified source. ! The connection may be either of CBAR_READER_NONE, CBAR_READER_COM1, CBAR_READER_COM2, ! CBAR_READER_COM3, CBAR_READER_COM4, CBAR_READER_KB. @@int @CbarMakeSound(int reader_nr, int soundtype); *************** *** 375,378 **** --- 375,387 ---- </ul> + @@void @CbarStoreSettings(void); + Stores the current settings in the current config file. + + @@char* @CbarVersionString(void); + Returns a pointer to a string telling the version of this library. + + @@char* @CbarDateString(void); + Returns a pointer to a string telling the build date of this library. + @headingnocontent Index Index: changes._tx =================================================================== RCS file: /cvsroot/cbar/cbar/docs/changes._tx,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** changes._tx 29 Oct 2005 18:57:56 -0000 1.8 --- changes._tx 30 Jan 2009 18:42:03 -0000 1.9 *************** *** 39,42 **** --- 39,50 ---- @heading Changes + 1.0.5: + <ul> + <li> + Added feature "2549684 Storing settings" (function CbarStoreSettings added to the API). + <li> + Added feature "2549814 Identification functions" (functions CbarVersionString and CbarDateString added to the API). + </ul> + 1.0.4: <ul> |