[nostalgia/sample_project] Update type descriptors

This commit is contained in:
Gary Talent 2022-07-07 20:05:00 -05:00
parent 93e72ae938
commit 4223aae280
7 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,5 @@
O1;net.drinkingtea.ox.DescriptorType;2;{
"length" : 4,
"primitiveType" : 1,
"typeName" : "B:int32_t"
}

View File

@ -0,0 +1,5 @@
O1;net.drinkingtea.ox.DescriptorType;2;{
"length" : 1,
"primitiveType" : 1,
"typeName" : "B:int8_t"
}

View File

@ -0,0 +1,4 @@
O1;net.drinkingtea.ox.DescriptorType;2;{
"primitiveType" : 4,
"typeName" : "B:string"
}

View File

@ -0,0 +1,4 @@
O1;net.drinkingtea.ox.DescriptorType;2;{
"length" : 2,
"typeName" : "B:uint16_t"
}

View File

@ -0,0 +1,4 @@
O1;net.drinkingtea.ox.DescriptorType;2;{
"length" : 8,
"typeName" : "B:uint64_t"
}

View File

@ -0,0 +1,4 @@
O1;net.drinkingtea.ox.DescriptorType;2;{
"length" : 1,
"typeName" : "B:uint8_t"
}

View File

@ -3,6 +3,7 @@ O1;net.drinkingtea.ox.DescriptorType;2;{
[
{
"fieldName" : "colors",
"subscriptLevels" : 1,
"typeName" : "B:uint16_t"
}
],