Execute runtime variable event descriptors
This commit is contained in:
parent
6a5d028d19
commit
d3790c2ae3
17 changed files with 1300 additions and 79 deletions
|
|
@ -64,6 +64,9 @@ GROUNDED_LOCOMOTIVE_PREFIX = {
|
|||
56: "Trans-Euro",
|
||||
57: "V200",
|
||||
58: "VL80T",
|
||||
59: "GP 35",
|
||||
60: "U1",
|
||||
61: "Zephyr",
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -208,6 +211,8 @@ def classify(
|
|||
runtime_status = "shell_owned"
|
||||
elif signature_byte_0x63 == 0 and signature_byte_0x64 == 0x8F:
|
||||
parameter_family = "runtime_variable_scalar"
|
||||
runtime_status = "executable"
|
||||
executable_in_runtime = True
|
||||
elif "Earthquake" in label or "Storm" in label:
|
||||
parameter_family = "world_disaster_scalar"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue