Code:
if(fread(&data1,sizeof(struct applanix_data_group1),1,fp)==1) { sbet.gpstime = time_sod; sbet.latitude = data1.latitude * DEGREES2RADIANS; sbet.longitude = data1.longitude * DEGREES2RADIANS; sbet.altitude = data1.altitude; (there are other structures in this loops but these
Leave a comment: