/* Data store sensor_output as defined pg. 108 in spec. v. 10/29/97 */ struct sensor_output { double a_acceleration[3][5]; double ar_altitude[5]; double atmospheric_temp; double g_rotation[3][5]; char td_sensed; double tdlr_velocity[3][5]; };