Go to the documentation of this file.
65 #ifndef XSSENSORRANGES_H
66 #define XSSENSORRANGES_H
104 inline static double accelerometerRange(
const XsString& productCode,
int32_t hwVersionMajor)
108 inline static double gyroscopeRange(
const XsString& productCode)
112 inline static double actualAccelerometerRange(
const XsString& productCode,
int32_t hwVersionMajor)
116 inline static double actualGyroscopeRange(
const XsString& productCode)
static const char * findHardwareType(const char *productCode)
XSTYPES_DLL_API double gyroscopeRangeC(const XsString *productCode)
The gyroscope range from product code productCode.
XSTYPES_DLL_API double accelerometerRangeC(const XsString *productCode, int32_t hwVersionMajor)
The accelerometer range from product code productCode.
XSTYPES_DLL_API void findHardwareTypeC(const XsString *productCode, XsString *resultValue)
Return the hardware type from productCode.
XSTYPES_DLL_API double actualAccelerometerRangeC(const XsString *productCode, int32_t hwVersionMajor)
The actual accelerometer range from product code productCode.
XSTYPES_DLL_API HardwareManufacturerType findHardwareManufacturerC(const XsString *productCode)
Return the hardware manufacturer from productCode.
XSTYPES_DLL_API double actualGyroscopeRangeC(const XsString *productCode)
The actual gyroscope range from product code productCode.
A 0-terminated managed string of characters.