Changeset 29:5ab375f73489 in xplra for test/multigettest.cc


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

Implemented the rest of the multi-dataref API and the multi-dataref getting test program in C

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/multigettest.cc

    r26 r29  
    146146        const int32_t& pitot = getter.getIntRef(pitotID);
    147147        const float& parking = getter.getFloatRef(parkingID);
    148         const int32_t& gearControl = getter.getInt(gearControlID);
     148        const int32_t& gearControl = getter.getIntRef(gearControlID);
    149149        const float& noseGear = getter.getFloatArray(noseGearID)[0];
    150150        const float& altimeter = getter.getFloatRef(altimeterID);
Note: See TracChangeset for help on using the changeset viewer.