1.11. Coding GuidelinesΒΆ
The runtime system is implemented highly portable, whereby some restrictions and specifications may arise during the implementation of its own components or during the modification of existing components.
Below you can find the 3S codeing guidelines for the Runtime System. OEM customers should follow these coding guidelines, but can adapt it to their own guidelines and requirements.
- 1.11.1. General
- 1.11.2. C99 Support
- 1.11.3. Naming conventions and identifier
- 1.11.4. Datatypes
- 1.11.5. Component interfaces and dependencies
- 1.11.6. Documentation
- 1.11.7. Startup sequence
- 1.11.8. Shutdown sequence
- 1.11.9. Alignment
- 1.11.10. Use of special macros
- 1.11.11. 64-Bit Porting rules
- 1.11.12. Format Specifiers
- 1.11.13. C++ Runtime

