company logo

allignment - Structure alignment

The structure alignment influences the instance structure build internally. Alignment rules follow the definition of the C++ pack pragma. Defining structure alignment is important when generating C++ structure for internal instances. In order to generate the same internal structure independent on the type of CPU, the alignment should be defined explicitly,

The structure alignment also influences the key structure, i.e. the alignment definition must not be changed when key definitions contain unaligned members.

Type: int8