reduced header and fixed sdnsub

This commit is contained in:
Martino Ferrari
2026-02-06 18:33:58 +01:00
parent 907dfadf75
commit 054e18179d

View File

@@ -14,12 +14,15 @@
//! unused: SDN header has no use in this appliation //! unused: SDN header has no use in this appliation
Header = { Header = {
Type = uint8 Type = uint8
NumberOfDimensions = 1 NumberOfElements = 48
NumberOfElements = 52 }
//! unused: not used for nothing
Dummy = {
Type = uint8
NumberOfElements = 4
} }
ESDNTime = { ESDNTime = {
Type = uint32 Type = uint32
NumberOfDimensions = 1
NumberOfElements = 1 NumberOfElements = 1
} }
Command = { Command = {