Skip to content
Snippets Groups Projects
  • Joseph Boudreau's avatar
    790292f1
    Modification of the way in which Transfunctions are persistified. · 790292f1
    Joseph Boudreau authored and Johannes Junggeburth's avatar Johannes Junggeburth committed
    Step 1: Genfunctions
    
    Before:  Floating point data which is part of the description of
    the stored functions is written into the string, the same string
    used to define the function.
    
    After:  Floating point data is stored in an auxilliary array that
    must be used together with the string when the function is restored.
    The array is implemented as an std::deque. It functions like a
    FIFO.
    
    Step 2: Transfunctions
    
    (Not yet available at this stage)
    790292f1
    History
    Modification of the way in which Transfunctions are persistified.
    Joseph Boudreau authored and Johannes Junggeburth's avatar Johannes Junggeburth committed
    Step 1: Genfunctions
    
    Before:  Floating point data which is part of the description of
    the stored functions is written into the string, the same string
    used to define the function.
    
    After:  Floating point data is stored in an auxilliary array that
    must be used together with the string when the function is restored.
    The array is implemented as an std::deque. It functions like a
    FIFO.
    
    Step 2: Transfunctions
    
    (Not yet available at this stage)
Code owners
Assign users and groups as approvers for specific file changes. Learn more.