Changeset 135 for trunk/include


Ignore:
Timestamp:
Nov 10, 2005, 7:45:00 PM (19 years ago)
Author:
dkearney
Message:

1) fixed children function in c++'s library module so users can now
search for children by type.
2) adjusted bindings dictionary module for storing lib's to allow caller
to set the key of the value being stored.
3) removed old targets for rappture_interface.o and rappture_fortran.o
from makefile
4) renamed matlab and octave binding functions names to match the module
they came from.
5) adjusted matlab/octave example in examples/app_fermi/matlab
6) added matlab and octave search paths environment variables to
gui/apps/rappture

Location:
trunk/include/core
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/core/RpBindingsDict.h

    r115 r135  
    3939
    4040
    41 int storeObject_Lib(RpLibrary* objectName);
     41int storeObject_Lib(RpLibrary* objectName, int key=0);
    4242int storeObject_UnitsStr(std::string objectName);
    4343
  • trunk/include/core/RpDict.h

    r115 r135  
    399399
    400400            // adjust the value if it was provided
    401             // memory management is left as an exercize for the caller
     401            // memory management is left as an exercise for the caller
    402402            if (&value) {
    403403                hPtr->setValue(value);
  • trunk/include/core/RpNumber.h

    r115 r135  
    6363        // place the information from this object into the xml library 'lib'
    6464        // virtual RpNumber& put(RpLibrary lib);
    65         // RpNumber& put() const;
     65        RpNumber& put() const;
     66        RpNumber& put(double currentVal);
    6667
    6768
Note: See TracChangeset for help on using the changeset viewer.