Searched refs:this (Results 1 – 3 of 3) sorted by relevance
| /babblesim_ext_2G4_modem_magic-latest/src/ |
| D | modem_magic.c | 58 void modem_analog_rx(void *this, p2G4_radioparams_t *rx_radio_params, double *OutputSNR,double *Out… in modem_analog_rx() argument 61 mo_magic_args_t *mo_st = (mo_magic_args_t *)this; in modem_analog_rx() 89 uint32_t modem_digital_perf_ber(void *this, p2G4_modemdigparams_t *rx_modem_params, double SNR) { in modem_digital_perf_ber() argument 90 return ((mo_magic_args_t*)this)->BER; in modem_digital_perf_ber() 106 uint32_t modem_digital_perf_sync(void *this, p2G4_modemdigparams_t *rx_modem_params, double SNR, p2… in modem_digital_perf_sync() argument 107 return ((mo_magic_args_t*)this)->sync_prob; in modem_digital_perf_sync() 122 void modem_digital_RSSI(void *this, p2G4_radioparams_t *rx_radio_params, double RSSI_power_level, in modem_digital_RSSI() argument 133 void modem_delete(void *this){ in modem_delete() argument 134 if (this != NULL){ in modem_delete() 135 free(this); in modem_delete()
|
| /babblesim_ext_2G4_modem_magic-latest/docs/ |
| D | LICENSE | 10 and distribution as defined by Sections 1 through 9 of this document. 17 control with that entity. For the purposes of this definition, 24 exercising permissions granted by this License. 44 of this License, Derivative Works shall not include works that remain 53 the copyright owner. For the purposes of this definition, "submitted" 67 this License, each Contributor hereby grants to You a perpetual, 74 this License, each Contributor hereby grants to You a perpetual, 76 (except as stated in this section) patent license to make, have made, 86 granted to You under this License for that Work shall terminate 95 Derivative Works a copy of this License; and [all …]
|
| D | README.txt | 1 By default, this modem model will receive any packet with no sync or bit errors
|