mirror of
https://github.com/eclipse/upm.git
synced 2025-03-14 20:47:30 +03:00
Static Analysis fix and Documentation comment changes
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
parent
e2fe04927f
commit
27dc4a5742
@ -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
|
||||
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user