|
Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
|
* uint8_t: 0 to 255 * uint16_t: 0 to 65,535 * uint32_t: 0 to 4,294,967,295 * uint64_t: 0 to (2^64 - 1) * * int8_t: -128 to 127 * int16_t: -32,768 to 32,767 * int32_t: -2,147,483,648 to 2,147,483,647 * int64_t: -(2^63) to +(2^63 - 1) *