Why


The ADAS/AD challenge
Learn about the challenges of developing safe ADAS/AD vehicle functions


The AD Cycle - How it works
Learn about the AD Cycle works for efficient ADAS/AD development


Benefits of ETAS Deterministic Middleware Solution
See why the worlds top automotive OEMs choose us

Solution concepts


System representation concepts
Fundamental concepts to construct ADAS / AD systems


YAAA Modeling Concepts and Workflow
YAML-based concepts and workflows to model ADAS / AD systems


Deterministic Recompute and Virtual Drives
The 🔑 to development efficiency


Scheduling Mechanisms in ETAS DMS
Achieving optimal compromises between latency and predictability

Basics


Determinism
Gain deeper understanding on determinism in embedded real-time systems


Differences of μC and μP-based embedded systems
Why achieving deterministic behavior μP-based embedded systems is a challenge


Glossary
Understand the terms and abbreviations used in ETAS Deterministic Middleware Solution

Products


ETAS DMS Software Development Kit
Design, develop, build, debug and test ADAS/AD applications

ETAS DMS Middleware & Runtime Libraries
Safety-certified middleware and runtime libraries for series production

For whom


Software Architects
Architecture-as-code. Git-based collaboration. Auto-generated graphics.


Feature Developers
Reduced development complexity. Fast debugging with real vehicle data.

Services


Trainings
Get up to speed on developing with ETAS Deterministic Middleware Solution through our expert trainings


Consultancy
Want to know how to best make use of ETAS Deterministic Middleware Solution for your ADAS/AD platform or project?


Proof of Concept (PoC)
See one of your ADAS/AD vehicle functions developed with ETAS Deterministic Middleware Solution


Custom Project
Have a special need or require an extension to ETAS Deterministic Middleware Solution?

Support


FAQs
Get answers to frequently asked questions about ETAS Deterministic Middleware Solution


Contact
Get in touch with an expert to obtain support

Infos and news about ETAS Deterministic Middleware Solution


Blog
Get the latest news about ETAS Deterministic Middleware Solution


Newsletter
Get the latest news about ETAS Deterministic Middleware Solution delivered to your email inbox


Whitepapers
Read in-depth information, analysis, and insights from our experts

Inter-Process Communication (IPC)

Inter-Process Communication (IPC)

Efficient and reliable communication between software components is crucial for real-time data processing. Inter-process communication (IPC) plays a central role in enabling seamless collaboration among various modules within these systems. Traditional IPC methods involve copying data between processes, introducing latency and consuming computational resources.

To address the stringent requirements of ADAS and AD applications, a zero-copy mechanism has emerged as a key innovation in middleware design. This approach eliminates the need for redundant data copying, allowing processes to exchange information directly through shared memory.

The zero-copy mechanism significantly reduces latency, a critical factor in handling large volumes of sensor data in real-time scenarios. This paper explores the relevance and benefits of zero-copy IPC in the ADAS/AD domain, emphasizing its role in achieving faster, more efficient, and dependable communication between software components.

Learn more about high-speed communication demands of ADAS/AD systems.

Inter-Process Communication in ETAS DMS

The Inter-Process Communication in ETAS DMS is provided by a software library. This library guarantees high-performance communication between ETAS DMS components up to multiple GBytes/sec by using true zero-copy communication over shared memory.

The communication data and the communication dependencies between the different ETAS DMS components are specified in the YAAA files.

Benefits of IPC in ETAS DMS

  • High-speed data transport through zero-copy mechanism
  • Support for high data rates