Skip to content
Snippets Groups Projects
Commit 2e2bfd23 authored by Henry Weller's avatar Henry Weller
Browse files

Function1: Rationalized construction to support the simpler sub-dictionary format

e.g.
    ramp
    {
        type     quadratic;
        start    200;
        duration 1.6;
    }

but the old format is supported for backward compatibility:

    ramp linear;
    rampCoeffs
    {
        start    200;
        duration 1.6;
    }
parent b1199f65
Branches
Tags
No related merge requests found
Showing
with 113 additions and 77 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment