Gast
#5939889
Hallo, ich habe eine Regel zum Programmieren (in C), die Lautet Only "Exact-width integer types" shall be used Unsigend data types: uint8, uint16, uint32 Signed data types: sint8, sint16, sint32 Floaat data types: float32, float64 The tpye definitions delivered with AUTOSAR package should be used if AUTOSAR is used by the project Darf ich jetzt auch boolean benutzen? Oder muss das alles dann unter uint8 laufen?