Interfaces
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
- No behavioral code will be generated for the interface or its elements.
- Only a header file will be generated.
In particular, you can use the various features of classes for interfaces as well, for example:
See also