Searched defs:ReportItem (Results 1 – 2 of 2) sorted by relevance
88 struct HidParser::ReportItem { struct89 unsigned int usage;90 unsigned int id;91 int type; // feature, input or output92 std::vector<unsigned int> usageVector;94 int64_t minRaw;95 int64_t maxRaw;104 double a; // scaling105 int64_t b; // offset106 unsigned int unit;[all …]
31 using ReportItem = HidParser::ReportItem; variable