With the integrated code generator within Embedded Engineer you can generate C-Code for interfaces. The behavior is similar to that of classes, except that...
- Interfaces may only contain operations. (only for versions < 3.2)
- No behavioral code will be generated for the interface or its elements.
- Only a header file will be generated.
(since version 3.2) - Interface may also contain:
- public Attributes
- embedded Structs
- embedded Unions
In particular, you can use the various features of classes for interfaces as well, for example Skip Code Generation, Static, ...