package rover_data public data temperature_data end temperature_data; data implementation temperature_data.impl end temperature_data.impl; data magnetometer_data end magnetometer_data; data implementation magnetometer_data.impl end magnetometer_data.impl; data tube_sensor_data end tube_sensor_data; data implementation tube_sensor_data.impl end tube_sensor_data.impl; data pressure_data end pressure_data; data implementation pressure_data.impl end pressure_data.impl; data lights_data end lights_data; data implementation lights_data.impl end lights_data.impl; data power_sensing_module_data end power_sensing_module_data; data implementation power_sensing_module_data.impl end power_sensing_module_data.impl; data esc_data end esc_data; data implementation esc_data.impl end esc_data.impl; data thrusters_data end thrusters_data; data implementation thrusters_data.impl end thrusters_data.impl; data gps_data end gps_data; data implementation gps_data.impl end gps_data.impl; data camera_data end camera_data; data implementation camera_data.impl end camera_data.impl; end rover_data;