Home
last modified time | relevance | path

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

/edtt-latest/src/components/
Ddump.py148 … def __init__(self, direction, idx, ts, aa, channel_num, phy, data, payload_type, header, payload): argument
151 self.ts = ts
208 def parse_adv_pdu(direction, idx, ts, aa, channel_num, phy, data, aux_ptr_packets): argument
218 … return parse_ext_adv_pdu(direction, idx, ts, aa, channel_num, phy, header, data, aux_ptr_packets);
219 return Packet(direction, idx, ts, aa, channel_num, phy, data, payload_type, header, payload)
267 def parse_ext_adv_pdu(direction, idx, ts, aa, channel_num, phy, header, data, aux_ptr_packets): argument
288 … payload['SuperiorPackets'] = find_superior_packets(ts, channel_num, phy, aux_ptr_packets)
297 return Packet(direction, idx, ts, aa, channel_num, phy, data, payload_type, header, payload)
299 def find_superior_packets(ts, channel_num, phy, aux_ptr_packets): argument
302 if aux_ptr_matches(packet.payload['AuxPtr'], packet.ts, ts, channel_num, phy):
[all …]
/edtt-latest/src/
Dedttool.py180 ts = "%02d:%02d:%02d.%06d" % (hh, mm, ss, td.microseconds)
182 ts = '--:--:--.------'
184 print('edtt: @{} {}'.format(ts, line), flush=True);
/edtt-latest/src/tests/
Dll_verification.py899 success = success and packet.ts >= superiorPacket.ts + packetAirtime + 300
930 success = success and packet.ts >= superiorPacket.ts + packetAirtime + 300
1020 return packet.ts + packet.payload['AuxPtr'].auxOffset * units
1071 success = success and packet.ts >= superiorPacket.ts + packetAirtime + 300
1078 … if currentEventPacketCount == 3 or lastSuperiorPacket.ts > superiorPacket.ts + 5000:
1181 reqTransmitTime = auxAdvIndPacket.ts + get_packet_air_time(auxAdvIndPacket) + 150
1220 … success = success and packet.ts >= superiorPacket.ts + get_packet_air_time(superiorPacket) + 300
1259 success = success and packet.ts >= reqTransmitTime + reqAirTime + 150 - 2
1260 success = success and packet.ts <= reqTransmitTime + reqAirTime + 150 + 2
1294 … success = success and packet.ts >= superiorPacket.ts + get_packet_air_time(superiorPacket) + 300
[all …]
Dtest_utils.py859 if simulation_time < lastPacket.ts + get_packet_air_time(lastPacket) + 150:
889 auxAdvIndEndTs = int(lastPacket.ts + offsetEnd + airTime)
900 …if lastPacket.type == PacketType.AUX_ADV_IND and simulationTime < lastPacket.ts + get_packet_air_t…
/edtt-latest/docs/
DEDTT_framework_Babblesim.md119 * `ts`: The start timestamp of the packet (in microseconds)