Index: leahi_dialin/td/modules/records.py =================================================================== diff -u -r5ebadf2099b379c5ee6d8417be5e3121c74611cf -r0bc2d3976315c12417c992717621a0284bbedef4 --- leahi_dialin/td/modules/records.py (.../records.py) (revision 5ebadf2099b379c5ee6d8417be5e3121c74611cf) +++ leahi_dialin/td/modules/records.py (.../records.py) (revision 0bc2d3976315c12417c992717621a0284bbedef4) @@ -60,33 +60,9 @@ message_id = MsgIds.MSG_ID_TD_NVM_SERVICE_RECORD_RESPONSE.value, function = self._handler_service_record_sync) self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, - message_id = MsgIds.MSG_ID_TD_NVM_CAL_PRESSURE_SENSOR_RESPONSE.value, + message_id = MsgIds.MSG_ID_TD_NVM_CAL_RESPONSE.value, function = self._handler_calibration_record_pres_sensor_sync) self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, - message_id = MsgIds.MSG_ID_TD_NVM_CAL_TEMP_SENSOR_RESPONSE.value, - function = self._handler_calibration_record_temp_sensor_sync) - self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, - message_id = MsgIds.MSG_ID_TD_NVM_CAL_CONC_PUMP_RESPONSE.value, - function = self._handler_calibration_record_conc_pump_sync) - self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, - message_id = MsgIds.MSG_ID_TD_NVM_CAL_D12_PUMP_RESPONSE.value, - function = self._handler_calibration_record_dial_pump_d12_sync) - self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, - message_id = MsgIds.MSG_ID_TD_NVM_CAL_D48_PUMP_RESPONSE.value, - function = self._handler_calibration_record_dial_pump_d48_sync) - self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, - message_id = MsgIds.MSG_ID_TD_NVM_CAL_ACID_CONCENTRATE_RESPONSE.value, - function = self._handler_calibration_record_acid_conc_sync) - self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, - message_id = MsgIds.MSG_ID_TD_NVM_CAL_BICARB_CONCENTRATE_RESPONSE.value, - function = self._handler_calibration_record_bicarb_conc_sync) - self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, - message_id = MsgIds.MSG_ID_TD_NVM_CAL_ACCEL_SENSOR_RESPONSE.value, - function = self._handler_calibration_record_accelerometer_sync) - self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, - message_id = MsgIds.MSG_ID_TD_NVM_CAL_BLOOD_LEAK_SENSOR_RESPONSE.value, - function = self._handler_calibration_record_blood_leak_sync) - self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id, message_id = MsgIds.MSG_ID_TD_NVM_INSTITUTIONAL_RECORD_RESPONSE.value, function = self._handler_institutional_record_sync) self.can_interface.register_receiving_publication_function(channel_id = CanChannels.td_sync_broadcast_ch_id,