Home
last modified time | relevance | path

Searched refs:qtchead_count (Results 1 – 4 of 4) sorted by relevance

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dqtc_log.c69 qtc_line.qtchead_count = qtcreclist.count; in log_recv_qtc_to_disk()
145 qtc_line.qtchead_count = qtclist.count; in log_sent_qtc_to_disk()
265 qtc_line.qtchead_count, in make_qtc_logline()
278 qtc_line.qtchead_serial, qtc_line.qtchead_count, in make_qtc_logline()
H A Dreadcabrillo.c120 if (qtc_last_qtc_count != qtc_line.qtchead_count && in write_qtclog_fm_cabr()
127 qtc_last_qtc_count = qtc_line.qtchead_count; in write_qtclog_fm_cabr()
330 qtc_line.qtchead_count = 0; in cab_qso_to_tlf()
332 qtc_line.qtchead_count = atoi(tempstrp); in cab_qso_to_tlf()
H A Dcabrillo_utils.h57 int qtchead_count; // QTC number as integer member
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Dtest_cabrillo.c209 assert_int_equal(qtc_line.qtchead_count, 10); in test_cabToTlf_ParseQTC()