fix: new HashBucket (UtlTsHash) offsets and new update

This commit is contained in:
Liam
2025-10-14 20:00:35 -04:00
parent d2a53d344e
commit 56e96628d5
81 changed files with 24759 additions and 25707 deletions

View File

@@ -1451,11 +1451,19 @@
},
"type": "uint32"
},
"SosActionSortType_t": {
"SosActionLimitSortType_t": {
"alignment": 4,
"members": {
"SOS_SORTTYPE_HIGHEST": 0,
"SOS_SORTTYPE_LOWEST": 1
"SOS_LIMIT_SORTTYPE_HIGHEST": 0,
"SOS_LIMIT_SORTTYPE_LOWEST": 1
},
"type": "uint32"
},
"SosActionSetParamSortType_t": {
"alignment": 4,
"members": {
"SOS_SETPARAM_SORTTYPE_HIGHEST": 0,
"SOS_SETPARAM_SORTTYPE_LOWEST": 1
},
"type": "uint32"
},