diff --git a/src/abp/abp.hpp b/src/abp/abp.hpp index 851e422f..0d39bef8 100644 --- a/src/abp/abp.hpp +++ b/src/abp/abp.hpp @@ -35,7 +35,7 @@ namespace upm { /** * @library abp * @sensor abp - * @comname ABP Honeywell Pressure and Temperature Sensor + * @comname Honeywell ABP Pressure and Temperature Sensor * @type other * @man Honeywell * @web https://sensing.honeywell.com/honeywell-sensing-basic-board-mount-pressure-sensors-abp-series-datasheet-323005128-c-en.pdf diff --git a/src/rsc/rsc.hpp b/src/rsc/rsc.hpp index 7c96cc89..606bf3f5 100644 --- a/src/rsc/rsc.hpp +++ b/src/rsc/rsc.hpp @@ -36,9 +36,9 @@ namespace upm { /** * @library rsc * @sensor rsc - * @comname Honeywell TruStability Boardmount Pressure Sensors - * @altname TruStability Pressure and Temperature Sensors - * @type pressure temperature + * @comname Honeywell RSC TruStability Pressure and Temperature Sensors + * @altname Honeywell RSC TruStability Boardmount Pressure Sensors + * @type pressure temp * @man honeywell * @con spi * @snippet rsc.cxx Interesting @@ -244,6 +244,7 @@ namespace upm { private: rsc_context m_rsc; RSC(const RSC& src) { /* do not create copied */} + RSC& operator=(const RSC&) {return *this;} uint8_t m_adc_coeff[4]; }; }