Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv6568
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** CHANGES.current 19 Aug 2003 09:13:26 -0000 1.71
--- CHANGES.current 20 Aug 2003 02:47:09 -0000 1.72
***************
*** 2,5 ****
--- 2,28 ----
===========================
+ 2003-08-19: onsight
+ Added documentation.
+
+ Made BaseType::asString and BaseType::typeString pure virtual
+ to force them to be defined in each derived type.
+
+ Implemented typeString in LUT, Table, and Curve.
+
+ Added more complete error messages (including variable types)
+ to the TypeAdapter functions.
+
+ Added additional error information to the MemberAccessor
+ classes to include the name of the variable being set if
+ TypeAdapter throws an exception.
+
+ Added an 'addMessage()' method to Exception, which prepends
+ a newline-terminated string to the existing message. The
+ original 'appendMessage()' is unchanged.
+
+ Added typeString to the SWIG interface for LUT to prevent
+ SWIG from thinking its is an abstract class.
+
+
2003-08-18: onsight
More Doxygen fixes, reorganization, and added
|