[nostalgia/sample_project] Update integer type descriptor names
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 4,
|
||||
"primitiveType" : 1,
|
||||
"typeName" : "B.int32_t"
|
||||
"typeName" : "B.int32"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 1,
|
||||
"primitiveType" : 1,
|
||||
"typeName" : "B.int8_t"
|
||||
"typeName" : "B.int8"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 2,
|
||||
"typeName" : "B.uint16_t"
|
||||
"typeName" : "B.uint16"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 8,
|
||||
"typeName" : "B.uint64_t"
|
||||
"typeName" : "B.uint64"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 1,
|
||||
"typeName" : "B.uint8_t"
|
||||
"typeName" : "B.uint8"
|
||||
}
|
@ -4,7 +4,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
{
|
||||
"fieldName" : "colors",
|
||||
"subscriptLevels" : 1,
|
||||
"typeName" : "B.uint16_t"
|
||||
"typeName" : "B.uint16"
|
||||
}
|
||||
],
|
||||
"primitiveType" : 5,
|
||||
|
@ -7,11 +7,11 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
},
|
||||
{
|
||||
"fieldName" : "rows",
|
||||
"typeName" : "B.int32_t"
|
||||
"typeName" : "B.int32"
|
||||
},
|
||||
{
|
||||
"fieldName" : "columns",
|
||||
"typeName" : "B.int32_t"
|
||||
"typeName" : "B.int32"
|
||||
},
|
||||
{
|
||||
"fieldName" : "subsheets",
|
||||
@ -21,7 +21,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
{
|
||||
"fieldName" : "pixels",
|
||||
"subscriptLevels" : 1,
|
||||
"typeName" : "B.uint8_t"
|
||||
"typeName" : "B.uint8"
|
||||
}
|
||||
],
|
||||
"primitiveType" : 5,
|
||||
|
@ -3,7 +3,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
[
|
||||
{
|
||||
"fieldName" : "bpp",
|
||||
"typeName" : "B.int8_t"
|
||||
"typeName" : "B.int8"
|
||||
},
|
||||
{
|
||||
"fieldName" : "defaultPalette",
|
||||
|
@ -11,7 +11,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
},
|
||||
{
|
||||
"fieldName" : "inode",
|
||||
"typeName" : "B.uint64_t"
|
||||
"typeName" : "B.uint64"
|
||||
}
|
||||
],
|
||||
"primitiveType" : 6,
|
||||
|
@ -3,7 +3,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
[
|
||||
{
|
||||
"fieldName" : "type",
|
||||
"typeName" : "B.int8_t"
|
||||
"typeName" : "B.int8"
|
||||
},
|
||||
{
|
||||
"fieldName" : "data",
|
||||
|
Reference in New Issue
Block a user