ossp-web/pkg/lib/val/index.wml 1.1 -> 1.2
--- index.wml 2002/02/15 11:56:50 1.1
+++ index.wml 2002/02/15 13:52:11 1.2
@@ -3,13 +3,25 @@
<title>OSSP val</title>
-<h1>...</h1>
+<h1>Value Access</h1>
<h2>Abstract</h2>
+OSSP val is a flexible name to value mapping library for C variables. It is a
+companion library to <a href="../var/">OSSP var</a>. It allows one to access
+C variables through name strings, although the C language does neither provide
+such a dedicated facility nor an evaluation construct (which could be used to
+implement such a facility easily).
+
+In general, this is used for accessing C variables without having to know the
+actual symbol/address/reference. The typical use cases are in combination with
+flexible configuration parsing and supporting loosly-coupled DSO-based module
+architectures.
+
<h2>Authors</h2>
<pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+<pkg_author name="Thomas Lotterer" mail="thomas.lotterer@cw.com">
<h2>Status</h2>
|
|