Changeset 25:77da156bca86 in xplra for test/basictest.cc


Ignore:
Timestamp:
02/07/13 16:45:59 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the set operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/basictest.cc

    r18 r25  
    142142        printf("Setting the aircraft elevator up control from %f to %f...\n",
    143143               acfElevUp, acfElevUp + 15.0);
    144         xplane.setFloat("sim/aircraft/controls/acf_elev_up", acfElevUp);
     144        xplane.setFloat("sim/aircraft/controls/acf_elev_up", acfElevUp + 15.0);
    145145        acfElevUp = xplane.getFloat("sim/aircraft/controls/acf_elev_up");
    146146        printf("The aircraft elevator up control set to %f\n\n", acfElevUp);
Note: See TracChangeset for help on using the changeset viewer.