Home
last modified time | relevance | path

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

/babblesim_ext_2G4_device_burst_interferer-latest/src/
Dbs_burstint_main.c19 static bs_time_t offset_time(bs_time_t time) { in offset_time() argument
21 if (time != TIME_NEVER) { in offset_time()
22 phy_time = (bs_time_t)time + offset; in offset_time()
46 bs_time_t time = 0; in main() local
64 if (args.times_start[i] <= time) { in main()
66 i, args.times_start[i], time); in main()
69 time = args.times_start[i]; in main()
75 bs_trace_raw_manual_time(3, time, "The phy disconnected\n"); in main()
79 time = args.times_end[i]; in main()
Dbs_burstint_args.c85 double time; in bs_burstint_argsparse() local
90 if ( sscanf(argv[i],"%lf",&time) != 1 ){ in bs_burstint_argsparse()
94 args->times_start[args->n_times_start] = time; in bs_burstint_argsparse()
104 if ( sscanf(argv[i],"%lf",&time) != 1 ){ in bs_burstint_argsparse()
108 args->times_end[args->n_times_end] = time; in bs_burstint_argsparse()
/babblesim_ext_2G4_device_burst_interferer-latest/docs/
DREADME.txt3 programmable end time.
6 burst starts in time 0 and lasts forever.