Go to the documentation of this file.
76 if (findHardwareManufacturer(productCode) !=
HMT_MT)
79 const char* A = strchr(productCode,
'A');
82 const char* G = strchr(A,
'G');
93 if (strstr(productCode->c_str(),
"MT") !=
nullptr)
107 resultValue->clear();
127 const char* G = strchr(hwi,
'G');
156 if (hwVersionMajor < 3)
195 if (hwVersionMajor < 3)
double actualAccelerometerRangeC(const XsString *productCode, int32_t hwVersionMajor)
The actual accelerometer range from product code productCode.
static const char * findHardwareType(const char *productCode)
double actualGyroscopeRangeC(const XsString *productCode)
The actual gyroscope range from product code productCode.
void findHardwareTypeC(const XsString *productCode, XsString *resultValue)
Return the hardware type from productCode.
double accelerometerRangeC(const XsString *productCode, int32_t hwVersionMajor)
The accelerometer range from product code productCode.
static char gyroscopeRangeField(const char *productCode)
static char accelerometerRangeField(const char *productCode)
double gyroscopeRangeC(const XsString *productCode)
The gyroscope range from product code productCode.
A 0-terminated managed string of characters.
HardwareManufacturerType findHardwareManufacturerC(const XsString *productCode)
Return the hardware manufacturer from productCode.