|
Safe API Framework
Layered API framework for safety-related applications (ERTMS RBC reference targeting CENELEC EN 50128 SIL 4)
|
SAPI_DUAL_FRAME_KIND_ACK payload. More...
#include <sapi_dual_frames.h>
Data Fields | |
| sapi_dual_frame_header_t | header |
| uint32_t | acked_sequence |
SAPI_DUAL_FRAME_KIND_ACK payload.
Definition at line 74 of file sapi_dual_frames.h.
| sapi_dual_frame_header_t sapi_dual_ack_frame_t::header |
Definition at line 76 of file sapi_dual_frames.h.
| uint32_t sapi_dual_ack_frame_t::acked_sequence |
The DATA frame's own Layer-1 sequence_number this ACK confirms - checked by the sender against the sequence it actually sent with, not merely "an ACK arrived" (ADR-020 section 1).
Definition at line 80 of file sapi_dual_frames.h.