Updated: October 28, 2024 |
The PiPS framework provides a single API for sending and receiving data using any of the publish-subscribe services in an embedded system. Application commands issued through this API are delivered by PiPS to the underlying services, and the command outcomes are reported by PiPS to the applications.
As indicated in Figure 1, the PiPS framework is a presentation layer service that sits between client applications and the publish-subscribe middleware. The PiPS Client API allows applications to publish data using any or all supported middleware services. Conversely, any application can subscribe to updates for particular data types and receive samples of these data types when they're published by any middleware service (because PiPS is dispatched to deliver those samples). Client applications are therefore insulated from the addition or removal of specific middleware implementations.
Without the PiPS layer, applications would be restricted to exchanging data with only those other applications that use the same middleware. For example, any data published through the SOME/IP interface wouldn't be visible through the Fast RTPS interface.