ctrlX Data Layer Provider¶
The app demonstrates shows how a provider supports "ctrlX Data Layer" subscription interface.
Function Description¶
Provider supported the subscription interface.
Preparation¶
Implementation Description¶
Definition Files¶
Modules¶
- The module provider.py manages the ctrlX Data Layer connection and the creation of the ctrlX Data Layer node.
- The module helper/ctrlx_datalayer_helper.py Provides methods to easily establish a ctrlX Data Layer connection.
- The module datalayerprovider/sub_provider_node.py contains the class SubProviderNode with the callback function needed by the ctrlX Data Layer.
- The module client.py simple ctrlX Data Layer client uses a single node subscription.
- The module datalayerclient/app.py helper classes and function for the client.
License¶
SPDX-FileCopyrightText: Bosch Rexroth AG SPDX-License-Identifier: MIT