Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
Loading...
Searching...
No Matches
sapi_checksum_result_t Struct Reference

Checksum result for validation. More...

#include <sapi_checksum.h>

Data Fields

sapi_crc64_t computed
sapi_crc64_t expected
uint8_t match

Detailed Description

Checksum result for validation.

Definition at line 105 of file sapi_checksum.h.

Field Documentation

◆ computed

sapi_crc64_t sapi_checksum_result_t::computed

CRC-64 computed from data

Definition at line 106 of file sapi_checksum.h.

◆ expected

sapi_crc64_t sapi_checksum_result_t::expected

CRC-64 from message header/trailer

Definition at line 107 of file sapi_checksum.h.

◆ match

uint8_t sapi_checksum_result_t::match

1 if match, 0 if mismatch

Definition at line 108 of file sapi_checksum.h.


The documentation for this struct was generated from the following file: