Gateway

Summary

A gateway is an ECU that is connected to two or more clusters (channels, but not redundant),

and performs a frame, Pdu or signal mapping between them

Properties

Structure

class Gateway
ecu

Reference to one ECU instance that implements the gateway

Type

ISignalEcu

name

The name of a Gateway.

Type

str

pdu_mappings

The pdu mappings list of a Gateway

Type

List[GatewayPduMapping]

signal_mappings

The signal mappings list of a Gateway

Type

List[GatewaySignalMapping]

uuid

The uuid of a Gateway.

Type

str