PduEcu

Summary

A PDU Ecu instance.

Methods
Properties

Structure

class PduEcu
get_ips(filters: Array[Func[str, bool]]) IReadOnlyList[str]

Extracts a list of IPs from the network of the ECU by applying a list of filters.

Parameters

filters (Array[Func[str, bool]]) – Filters applied before extracting the list of IPs

Returns

A list of IPs

Return type

IReadOnlyList[str]

diagnostic_addresses

The list of diagnostic addresses of the ECU.

Type

IReadOnlyList[TpAddress]

ecu_id

Extracts from the database the unique ID of the ECU.

Type

str

input_frames

A list of the input frames of the ECU

Type

List[IFrameInstance]

name

Extracts from the database the name of the ECU.

Type

str

output_frames

A list of the output frames of the ECU

Type

List[IFrameInstance]

response_address

The response addresses of the ECU.

Type

TpAddress

uuid

Extracts from the database the UUID of the ECU.

Type

str