| Name | Description | Type | Signed | Encoding | Size in bits | Byte order | Range | Initial value |
|---|---|---|---|---|---|---|---|---|
| {{ argument.name || '-' }} | {{ argument.description || '-' }} |
|
{{ argument.type?.signed ?? '-' }} | {{ argument.type?.dataEncoding?.encoding || '-' }} | {{ argument.type?.dataEncoding?.sizeInBits | nvl:'-' }} | {{ argument.type?.dataEncoding?.littleEndian ? 'Little Endian' : 'Big Endian' }} |
|
{{ argument.initialValue || '-'}} |
| Constraint | Timeout |
|---|---|
| {{ constraint.expression }} | {{ constraint.timeout || '-' }} |
| Stage | Type | Ref | Check window | Relative to | On success | On fail | On timeout |
|---|---|---|---|---|---|---|---|
| {{ verifier.stage }} |
|
|
[{{ verifier.checkWindow.timeToStartChecking || '0' }},{{ verifier.checkWindow.timeToStopChecking || '0' }}] | {{ verifier.checkWindow.relativeTo }} | {{ verifier.onSuccess || '-' }} | {{ verifier.onFail || '-' }} | {{ verifier.onTimeout || '-' }} |
| Type | Ref | Size in bits | Location in bits | Reference location | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Argument | {{ entry.argument.name }} | {{ entry.argument.type.dataEncoding.sizeInBits }} | Parameter | {{ entry.parameter.qualifiedName }} | {{ entry.parameter.type.dataEncoding.sizeInBits }} | Fixed value | {{ entry.fixedValue.name }}: 0x{{ entry.fixedValue.hexValue }} | {{ entry.fixedValue.sizeInBits }} | {{ entry.locationInBits }} | {{ entry.referenceLocation }} |