Searched defs:DataTypeForFormat (Results 1 – 1 of 1) sorted by relevance
1215 struct DataTypeForFormat { struct1216 typedef uint8_t Type;1220 struct DataTypeForFormat<Format, true, false, false> { struct1221 typedef float Type;1225 struct DataTypeForFormat<Format, false, true, false> { struct1226 typedef uint16_t Type;1230 struct DataTypeForFormat<Format, false, false, true> { struct1231 typedef uint16_t Type;