mehrere arten von registern
This commit is contained in:
@@ -71,6 +71,33 @@
|
||||
{ "caption": "LE", "value": "LE" }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption": "Bit-Länge",
|
||||
"name": "BitLength",
|
||||
"width": "80px",
|
||||
"add": "16",
|
||||
"edit": {
|
||||
"type": "Select",
|
||||
"options": [
|
||||
{ "caption": "16 Bit", "value": "16" },
|
||||
{ "caption": "32 Bit", "value": "32" },
|
||||
{ "caption": "64 Bit", "value": "64" }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"caption": "Signed/Unsigned",
|
||||
"name": "Signedness",
|
||||
"width": "100px",
|
||||
"add": "Unsigned",
|
||||
"edit": {
|
||||
"type": "Select",
|
||||
"options": [
|
||||
{ "caption": "Unsigned", "value": "Unsigned" },
|
||||
{ "caption": "Signed", "value": "Signed" }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user