Searched refs:time (Results 1 – 9 of 9) sorted by relevance
/babblesim_base-3.7.0/libUtilv1/src/ |
D | bs_string.c | 37 char * bs_time_to_str(char* dest, bs_time_t time) { in bs_time_to_str() argument 38 if ( time != TIME_NEVER ){ in bs_time_to_str() 44 hour = ( time/3600/1000000 ) % 100; in bs_time_to_str() 45 minute = ( time/60/1000000 ) % 60; in bs_time_to_str() 46 second = ( time/1000000 ) % 60; in bs_time_to_str() 47 us = time % 1000000; in bs_time_to_str()
|
D | bs_tracing.c | 149 base_trace_timed_type_t time_type, bs_time_t time, in bs_trace_vprint() argument 165 time = get_time(); in bs_trace_vprint() 167 bs_time_to_str(&time_s[2], time); in bs_trace_vprint() 199 base_trace_timed_type_t time_type, bs_time_t time, in bs_trace_print() argument 210 time_type, time, in bs_trace_print()
|
D | bs_string.h | 12 char * bs_time_to_str( char* dest, bs_time_t time);
|
D | bs_tracing.h | 164 base_trace_timed_type_t time_type, bs_time_t time, 169 base_trace_timed_type_t time_type, bs_time_t time,
|
/babblesim_base-3.7.0/device_time_monitor/src/ |
D | bs_time_monitor_main.c | 40 bs_time_t time = args.interval; in main() local 50 wait_s.end = time; in main() 55 time += args.interval; in main() 59 wait_s.end = time; in main() 77 time += args.interval; in main()
|
/babblesim_base-3.7.0/device_handbrake/docs/ |
D | README.txt | 1 This device slows down a simulation close to a ratio of the real time 2 By default it will slow it down to real time speed 4 The ratio between simulation time and real time can be set with
|
/babblesim_base-3.7.0/device_pause_simu/src/ |
D | bs_pause_args.c | 52 double time; in bs_pause_argparse() local 55 if ( sscanf(argv[i],"%lf",&time) != 1 ){ in bs_pause_argparse() 61 args->times[args->n_times] = time; in bs_pause_argparse()
|
/babblesim_base-3.7.0/libPhyComv1/docs/ |
D | README.md | 15 Only simple ancillary devices, like the handbrake or the time monitor, will 26 the Phy until the point in time indicated in the command. 27 And for which the Phy will respond when that point in time
|
/babblesim_base-3.7.0/device_time_monitor/docs/ |
D | README.txt | 1 This device just connects to a phy and prints the time as it passes
|