Home
last modified time | relevance | path

Searched refs:tx_low_cps_time (Results 1 – 2 of 2) sorted by relevance

/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/include/
H A Dprot_common.h94 time_t tx_low_cps_time; /* If CPS lower min_tx_cps it is time how member
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dprot_common.c177 pi->tx_low_cps_time = 0; in p_tx_fopen()
1026 if( pi->tx_low_cps_time ) in p_info()
1030 if( now - pi->tx_low_cps_time >= pi->min_cps_time ) in p_info()
1037 pi->tx_low_cps_time = 0; in p_info()
1042 pi->tx_low_cps_time = now; in p_info()