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

Result of one dual_channel_poll_link_once() attempt. More...

Data Fields

bool matched
sapi_dual_frame_kind_t kind
uint32_t ack_sequence

Detailed Description

Result of one dual_channel_poll_link_once() attempt.

Definition at line 20 of file sapi_dual_channel.c.

Field Documentation

◆ matched

bool dual_poll_result_t::matched

true if a recognized frame was received this attempt.

Definition at line 22 of file sapi_dual_channel.c.

◆ kind

sapi_dual_frame_kind_t dual_poll_result_t::kind

Valid only if matched.

Definition at line 23 of file sapi_dual_channel.c.

◆ ack_sequence

uint32_t dual_poll_result_t::ack_sequence

Valid only if matched && kind == SAPI_DUAL_FRAME_KIND_ACK.

Definition at line 24 of file sapi_dual_channel.c.


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