Home
last modified time | relevance | path

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

/babblesim_ext_2G4_channel_multiatt-latest/src/
Dchannel_multiatt.c30 double next_att; member
158 read = sscanf(line_buf, "%"SCNtime" %le", &this_f->next_time , &this_f->next_att); in init_distance_file()
200 this_status->last_att = this_status->next_att; in att_from_file()
206 read = sscanf(line_buf, "%"SCNtime" %le", &this_status->next_time , &this_status->next_att); in att_from_file()
224 double AttInterp = (this_status->next_att - this_status->last_att) in att_from_file()