Ignore:
Timestamp:
Sep 14, 2009, 3:18:36 PM (15 years ago)
Author:
dkearney
Message:

updates to Rappture::Library and Rappture::Number objects to demo how the library should store objects and generate the xml for those objects upon request. opting for configure() and dump() functions for objects. the object should know how to configure it self from a string of xml, tree object or (in the future) blob of hdf5. added some rudimentary examples of using the library object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/objects/tree/tree.c

    r1560 r1566  
    170170    const char *childNodeName = "mychildnode";
    171171    const char *childNodeValue = "quick brown fox";
    172     const char *expected = "quick brown fox1";
     172    const char *expected = "quick brown fox";
    173173    const char *received = NULL;
    174174
Note: See TracChangeset for help on using the changeset viewer.