From: Jim K. <jk...@us...> - 2004-11-15 00:12:26
|
Update of /cvsroot/opengtoolkit/lvdata In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8019 Modified Files: ChangeLog.txt Log Message: Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/opengtoolkit/lvdata/ChangeLog.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ChangeLog.txt 2 Dec 2003 17:50:56 -0000 1.12 --- ChangeLog.txt 15 Nov 2004 00:12:17 -0000 1.13 *************** *** 1,3 **** ! -= oglib_lvdata-2.2-1.ogp =- --- 1,12 ---- ! -= oglib_lvdata-2.3-1.ogp =- ! ! ! Changes from 2.2-1 --> 2.3-1 ! -------------------------------- ! 2004-11-14 ! ! [NEW] "Get Strings from Enum TD" was added to TD palette ! [MOD] "Get Strings from Enum" now calls "Get Strings from Enum TD" ! [FIX] Package now overwrites existing files in target location *************** *** 14,19 **** 2003-11-17 ! * New VI - "Variant Constant" is a "merged VI" that was added to the palette. This allows users to drop a Variant constant onto the block diagram. ! * Palette Change - Added "Variant Constant" and "Get TDEnum from Data" to the Palette --- 23,31 ---- 2003-11-17 ! * New VI - "Variant Constant" is a "merged VI" that was added to ! the palette. This allows users to drop a Variant constant onto ! the block diagram. ! * Palette Change - Added "Variant Constant" and "Get TDEnum from ! Data" to the Palette *************** *** 22,28 **** 2003-07-03 ! * Cosmetic - "Array Dim(s) from TD.vi", "Parse String with TDs.vi", "Strip Units.vi" - removed ".vi" extension from VI Window Appearance for palette VI title * New VI - "Remove Typedefs from Variant.vi" ! * Added "Remove Typedefs from Variant.vi" to "Type Descriptor" subpalette. --- 34,43 ---- 2003-07-03 ! * Cosmetic - "Array Dim(s) from TD.vi", "Parse String with ! TDs.vi", "Strip Units.vi" - removed ".vi" extension from VI ! Window Appearance for palette VI title * New VI - "Remove Typedefs from Variant.vi" ! * Added "Remove Typedefs from Variant.vi" to "Type Descriptor" ! subpalette. *************** *** 39,51 **** * Added Typedefs: ! ** Type Descriptor.ctl >>> array of I16. All VIs using a TD are now linked to this typedef. ! ** Base Units.ctl >>> an enum typedef for base units as described in App Note 154 ** Physical Units.ctl >>> a cluster of {Base Unit, Exponent} * Added VIs: ** Array Dim(s) from TD.vi >>> we had only one with variant input. ! ** Get Element TD from Array TD.vi >>> we had only one with variant input. ! ** Get Physical Units from TD.vi >>> outputs an array of Physical Units each base unit with its exponent ! ** Get Physical Units.vi >>> same as previous except for variant input. -------------------------------- --- 54,71 ---- * Added Typedefs: ! ** Type Descriptor.ctl >>> array of I16. All VIs using a TD are ! now linked to this typedef. ! ** Base Units.ctl >>> an enum typedef for base units as described ! in App Note 154 ** Physical Units.ctl >>> a cluster of {Base Unit, Exponent} * Added VIs: ** Array Dim(s) from TD.vi >>> we had only one with variant input. ! ** Get Element TD from Array TD.vi >>> we had only one with ! variant input. ! ** Get Physical Units from TD.vi >>> outputs an array of Physical ! Units each base unit with its exponent ! ** Get Physical Units.vi >>> same as previous except for variant ! input. -------------------------------- |