Go to the source code of this file.
Functions | |
double | accelerometerRangeC (const XsString *productCode, int32_t hwVersionMajor) |
The accelerometer range from product code productCode. More... | |
static char | accelerometerRangeField (const char *productCode) |
double | actualAccelerometerRangeC (const XsString *productCode, int32_t hwVersionMajor) |
The actual accelerometer range from product code productCode. More... | |
double | actualGyroscopeRangeC (const XsString *productCode) |
The actual gyroscope range from product code productCode. More... | |
HardwareManufacturerType | findHardwareManufacturerC (const XsString *productCode) |
Return the hardware manufacturer from productCode. More... | |
static const char * | findHardwareType (const char *productCode) |
void | findHardwareTypeC (const XsString *productCode, XsString *resultValue) |
Return the hardware type from productCode. More... | |
double | gyroscopeRangeC (const XsString *productCode) |
The gyroscope range from product code productCode. More... | |
static char | gyroscopeRangeField (const char *productCode) |
The accelerometer range from product code productCode.
Definition at line 135 of file xssensorranges.cpp.
|
static |
Definition at line 113 of file xssensorranges.cpp.
The actual accelerometer range from product code productCode.
This is a measured value and possibly larger than what accelerometerRange() returns.
Definition at line 174 of file xssensorranges.cpp.
double actualGyroscopeRangeC | ( | const XsString * | productCode | ) |
The actual gyroscope range from product code productCode.
This is a measured value and possibly larger than what gyroscopeRange() returns.
Definition at line 247 of file xssensorranges.cpp.
HardwareManufacturerType findHardwareManufacturerC | ( | const XsString * | productCode | ) |
Return the hardware manufacturer from productCode.
Definition at line 91 of file xssensorranges.cpp.
|
static |
Definition at line 74 of file xssensorranges.cpp.
Return the hardware type from productCode.
Definition at line 101 of file xssensorranges.cpp.
double gyroscopeRangeC | ( | const XsString * | productCode | ) |
The gyroscope range from product code productCode.
Definition at line 211 of file xssensorranges.cpp.
|
static |
Definition at line 122 of file xssensorranges.cpp.