[nostalgia/sample_project] Update type descriptors
This commit is contained in:
parent
793f635d2c
commit
6e51c221af
@ -1,5 +1,5 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 4,
|
||||
"primitiveType" : 1,
|
||||
"typeName" : "B:int32_t"
|
||||
"typeName" : "B.int32_t"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 1,
|
||||
"primitiveType" : 1,
|
||||
"typeName" : "B:int8_t"
|
||||
"typeName" : "B.int8_t"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"primitiveType" : 4,
|
||||
"typeName" : "B:string"
|
||||
"typeName" : "B.string"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 2,
|
||||
"typeName" : "B:uint16_t"
|
||||
"typeName" : "B.uint16_t"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 8,
|
||||
"typeName" : "B:uint64_t"
|
||||
"typeName" : "B.uint64_t"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
"length" : 1,
|
||||
"typeName" : "B:uint8_t"
|
||||
"typeName" : "B.uint8_t"
|
||||
}
|
@ -4,7 +4,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
{
|
||||
"fieldName" : "colors",
|
||||
"subscriptLevels" : 1,
|
||||
"typeName" : "B:uint16_t"
|
||||
"typeName" : "B.uint16_t"
|
||||
}
|
||||
],
|
||||
"primitiveType" : 5,
|
||||
|
@ -3,15 +3,15 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
[
|
||||
{
|
||||
"fieldName" : "name",
|
||||
"typeName" : "B:string"
|
||||
"typeName" : "B.string"
|
||||
},
|
||||
{
|
||||
"fieldName" : "rows",
|
||||
"typeName" : "B:int32_t"
|
||||
"typeName" : "B.int32_t"
|
||||
},
|
||||
{
|
||||
"fieldName" : "columns",
|
||||
"typeName" : "B:int32_t"
|
||||
"typeName" : "B.int32_t"
|
||||
},
|
||||
{
|
||||
"fieldName" : "subsheets",
|
||||
@ -21,7 +21,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
{
|
||||
"fieldName" : "pixels",
|
||||
"subscriptLevels" : 1,
|
||||
"typeName" : "B:uint8_t"
|
||||
"typeName" : "B.uint8_t"
|
||||
}
|
||||
],
|
||||
"primitiveType" : 5,
|
||||
|
@ -3,7 +3,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
[
|
||||
{
|
||||
"fieldName" : "bpp",
|
||||
"typeName" : "B:int8_t"
|
||||
"typeName" : "B.int8_t"
|
||||
},
|
||||
{
|
||||
"fieldName" : "defaultPalette",
|
||||
|
@ -3,15 +3,15 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
[
|
||||
{
|
||||
"fieldName" : "path",
|
||||
"typeName" : "B:string"
|
||||
"typeName" : "B.string"
|
||||
},
|
||||
{
|
||||
"fieldName" : "constPath",
|
||||
"typeName" : "B:string"
|
||||
"typeName" : "B.string"
|
||||
},
|
||||
{
|
||||
"fieldName" : "inode",
|
||||
"typeName" : "B:uint64_t"
|
||||
"typeName" : "B.uint64_t"
|
||||
}
|
||||
],
|
||||
"primitiveType" : 6,
|
||||
|
@ -3,7 +3,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
|
||||
[
|
||||
{
|
||||
"fieldName" : "type",
|
||||
"typeName" : "B:int8_t"
|
||||
"typeName" : "B.int8_t"
|
||||
},
|
||||
{
|
||||
"fieldName" : "data",
|
||||
|
Loading…
Reference in New Issue
Block a user