INNER CODE UNIT · Python

enttipefy

racenis/tram-sdk · devtools/codegen.py:190

def enttipefy(str):
	if str == "name_t":
		return "string"
		
	if str == "bool":
		return "bool"
	if str == "int":
		return "int"
		
	if str == "float":
		return "float"
	if str == "double":
		return "float"
		
	if str == "int8_t":
		return "int"
	if str == "int16_t":
		return "int"

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…