Collaboration diagram for dcf_receiving_data_struct:
Data Fields | |
dcf_date | date |
date | |
dcf_time | time |
time | |
boolean | parity |
parity of the received data | |
boolean | is_valid |
data is valid | |
dcf_logic_signal | current_signal |
logical state of the received data | |
dcf_sample | low_samples |
counts low signal samples per second | |
dcf_sample | high_samples |
counts high signal samples per second |
Definition at line 45 of file dcftime.c.
data is valid
Definition at line 49 of file dcftime.c.
Referenced by dcf_current_datetime(), and dcf_signal().
logical state of the received data
Definition at line 50 of file dcftime.c.
Referenced by dcf_signal().
counts low signal samples per second
Definition at line 51 of file dcftime.c.
Referenced by dcf_signal().
counts high signal samples per second
Definition at line 52 of file dcftime.c.
Referenced by dcf_signal().