Static Analysis fix and Documentation comment changes

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2017-04-05 16:24:00 -07:00
parent e2fe04927f
commit 27dc4a5742
2 changed files with 5 additions and 4 deletions

View File

@ -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];
};
}