Subversion Repositories FlightCtrl

Rev

Rev 2341 | Rev 2375 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2341 Rev 2373
Line 131... Line 131...
131
        JetiExData[5].Value  =  KompassValue;
131
        JetiExData[5].Value  =  KompassValue;
132
        JetiExData[6].Value  =  GPSInfo.NumOfSats;
132
        JetiExData[6].Value  =  GPSInfo.NumOfSats;
133
        JetiExData[7].Value  =  GPSInfo.Speed;
133
        JetiExData[7].Value  =  GPSInfo.Speed;
134
        JetiExData[8].Value  =  GPSInfo.HomeDistance / 10;
134
        JetiExData[8].Value  =  GPSInfo.HomeDistance / 10;
135
        JetiExData[9].Value  =  GPSInfo.HomeBearing;
135
        JetiExData[9].Value  =  GPSInfo.HomeBearing;
136
        JetiExData[10].Value  = MaxBlTempertaure;
136
        JetiExData[10].Value  = MaxBlTemperture;
137
        JetiExData[11].Value  = EarthMagneticField;
137
        JetiExData[11].Value  = EarthMagneticField;
138
//      JetiExData[12].Value  = Vario;
138
//      JetiExData[12].Value  = Vario;
139
        JetiExData[13].Value  = NC_ErrorCode;
139
        JetiExData[13].Value  = NC_ErrorCode;
140
}
140
}
141
#endif
141
#endif