16 #ifndef PSEN_SCAN_V2_STANDALONE_TENTH_OF_DEGREE_H 17 #define PSEN_SCAN_V2_STANDALONE_TENTH_OF_DEGREE_H 167 #endif // PSEN_SCAN_V2_STANDALONE_TENTH_OF_DEGREE_H constexpr TenthOfDegree operator*(const int &rhs) const
constexpr TenthOfDegree & operator*(const int &rhs)
constexpr bool operator>(const TenthOfDegree &rhs) const
constexpr int16_t value() const
constexpr bool operator!=(const TenthOfDegree &rhs) const
constexpr bool operator<=(const TenthOfDegree &rhs) const
static TenthOfDegree fromRad(const double &angle_in_rad)
constexpr TenthOfDegree & operator/(const int &rhs)
constexpr TenthOfDegree & operator+(const TenthOfDegree &rhs)
constexpr bool operator==(const TenthOfDegree &rhs) const
constexpr double toRad() const
constexpr TenthOfDegree(const int16_t &tenth_of_degree)
constexpr TenthOfDegree operator+(const TenthOfDegree &rhs) const
constexpr TenthOfDegree operator*(const size_t &rhs) const
Root namespace in which the software components to communicate with the scanner (firmware-version: 2)...
static double constexpr tenthDegreeToRad(const int16_t &angle_in_tenth_degree)
constexpr TenthOfDegree & operator+=(const TenthOfDegree &rhs)
constexpr bool operator<(const TenthOfDegree &rhs) const
constexpr TenthOfDegree & operator*(const TenthOfDegree &rhs)
constexpr TenthOfDegree & operator*(const size_t &rhs)
constexpr TenthOfDegree()=default
constexpr TenthOfDegree operator/(const TenthOfDegree &rhs) const
static int16_t radToTenthDegree(const double &angle_in_rad)
constexpr TenthOfDegree operator-(const TenthOfDegree &rhs) const
TenthOfDegree & operator-(const TenthOfDegree &rhs)
constexpr bool operator>=(const TenthOfDegree &rhs) const
constexpr TenthOfDegree operator/(const int &rhs) const
Helper class representing angles in tenth of degree.