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
No related branches found
No related tags found
No related merge requests found
Showing
with 113 additions and 77 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment