Struct manipulation

IDCC-5
TitleDefine all fields of a struct in a single, contiguous block of code.
PriorityMandatory
Severity level1
DescriptionDefine the entire struct in a single, contiguous block of code.
Do not manipulate the layout of a structure after it was created.
Do not use built-ins setfield, getfield, rmfield, orderfield and addfield, they are not supported by the Coder.
RationaleCompatibility