|
Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
|
Checksum result for validation. More...
#include <sapi_checksum.h>
Data Fields | |
| sapi_crc64_t | computed |
| sapi_crc64_t | expected |
| uint8_t | match |
Checksum result for validation.
Definition at line 105 of file sapi_checksum.h.
| sapi_crc64_t sapi_checksum_result_t::computed |
CRC-64 computed from data
Definition at line 106 of file sapi_checksum.h.
| sapi_crc64_t sapi_checksum_result_t::expected |
CRC-64 from message header/trailer
Definition at line 107 of file sapi_checksum.h.
| uint8_t sapi_checksum_result_t::match |
1 if match, 0 if mismatch
Definition at line 108 of file sapi_checksum.h.