Add more types to known types for generator.
PiperOrigin-RevId: 932327432 Change-Id: Ia62d2679f75d786c868f9d576af40a344b675508
This commit is contained in:
committed by
Copybara-Service
parent
67a1ea6dca
commit
2a210da0f7
@@ -23,14 +23,20 @@ PRIMITIVE_TYPES: Set[str] = {
|
||||
"double",
|
||||
"float",
|
||||
"int",
|
||||
"mjtByte",
|
||||
"int16_t",
|
||||
"int32_t",
|
||||
"int8_t",
|
||||
"mjtBool",
|
||||
"mjtByte",
|
||||
"mjtMeshBuiltin",
|
||||
"mjtNum",
|
||||
"mjtObj", # Adding this to the primitives because it is used as int,
|
||||
"mjtSize",
|
||||
"size_t",
|
||||
"uint16_t",
|
||||
"uint32_t",
|
||||
"uint64_t",
|
||||
"uint8_t",
|
||||
"uintptr_t",
|
||||
"unsigned char",
|
||||
"unsigned int",
|
||||
|
||||
Reference in New Issue
Block a user