Searched defs:GetType (Results 1 – 2 of 2) sorted by relevance
1076 inline static type_t GetType(int32_t*) { return INT32; } in GetType() function1077 inline static type_t GetType(uint32_t*) { return UINT32; } in GetType() function1078 inline static type_t GetType(c2_cntr32_t*) { return CNTR32; } in GetType() function1079 inline static type_t GetType(int64_t*) { return INT64; } in GetType() function1080 inline static type_t GetType(uint64_t*) { return UINT64; } in GetType() function1081 inline static type_t GetType(c2_cntr64_t*) { return CNTR64; } in GetType() function1082 inline static type_t GetType(float*) { return FLOAT; } in GetType() function1083 inline static type_t GetType(char*) { return STRING; } in GetType() function1084 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType() function1088 inline static type_t GetType(T*) { in GetType() function[all …]
170 def GetType(vt, dimensions, scale=0, zeroPoint=0, extraParams=None): member in Type