vehicle_common.runtime.comm_policy#

Attributes#

Classes#

Functions#

managed_creation_phase_error(→ ValueError)

validate_managed_registration(→ ManagedRegistration)

Module Contents#

ManagedCommLifetime#
class ManagedRegistration#
scope: vehicle_common.runtime.comm_naming.ManagedCommScope#
peers: tuple[str, ...]#
managed_creation_phase_error(kind: vehicle_common.runtime.comm_naming.ManagedCommKind, name: str) ValueError#
validate_managed_registration(*, kind: vehicle_common.runtime.comm_naming.ManagedCommKind, target: vehicle_common.runtime.comm_naming.ManagedTarget, allowed_peer_names: tuple[str, ...], lifetime: ManagedCommLifetime, owner_label: str) ManagedRegistration#