VAB Providers Implementation

VAB Providers Implementation#

Currently examples for implementing the low level VAB providers are available in the BaSyx Java SDK. Additional snippets for making use of derived providers and the Virtual Automation Bus in distributed environments can be found here: Code Snippets.

The following snippets show how to create a provider with predefined data and access it via the abstract VAB interface:

  • HashMap provider: Java

  • Lambda provider: Java

  • FileSystem provider: Java