OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_declination
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
hmc5883l.cxx
142
return atan2(m_coor[1] * SCALE_0_92_MG, m_coor[0] * SCALE_0_92_MG) +
m_declination
;
164
m_declination
= dec;
170
return
m_declination
;
hmc5883l.h
106
float
m_declination
;
member in class:upm::Hmc5883l
Completed in 137 milliseconds