Home
last modified time | relevance | path

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

/edtt-latest/src/components/
Ddump.py27 def decode(self, line): argument
35 line = self.f.readline()
36 if line == '':
39 elif not line.endswith('\n'):
49 yield self.decode(line.strip())
59 def decode(self, line): argument
62 recheck_time, packet_size, packet, *_ = line.split(',')
83 def decode(self, line): argument
88 payload_end, rx_time_stamp, status, RSSI, packet_size, packet, *_ = line.split(',')
Dbsim_lib.py85 line = file.readline()
86 start_time = line.split(" ")[21] # see man 5 proc
/edtt-latest/src/
Dedttool.py129 for line in lines:
130 t = line.split("#",1)[0]; #remove comments
183 for line in str(msg).split('\n'):
184 print('edtt: @{} {}'.format(ts, line), flush=True);
/edtt-latest/docs/
DEDTT_transport_bsim.md57 (`<RxWait>` is a command line option, by default 10ms)
121 it; To enable it use the --low-level-device (or -l for short) command line argument.
124 to be assigned to it when enabled; Specify this using the --low-level-device-nbr command line argum…
DREADME.md11 tests as selected from command line
36 By adding a ``Signed-off-by`` line to the commit body message like:
DEDTT_transport.md21 * `<args>` are any command line arguments the EDTT has not been able
DEDTT_framework_Babblesim.md113 …mp files. Note that you will usuallly want to use the `-dump_imm` command line argument when using…