README datalayer.client¶
Introduction¶
This python app runs ctrlX Data Layer client operations like read, write and so on. It can be used as sample to implement own apps.
Function Description¶
This Python app depends from the C++ sample samples-cpp/datalayer.provider.all-data. It handles the ctrlX Data Layer nodes created by the C++ sample.
Implementation Description¶
main.py creates the ctrlX Data Layer connection and and an instance of CallDataLayerClient.
app/call_datalayer_client.py contains the class CallDataLayerClient. This class runs all the data access activities.
License¶
SPDX-FileCopyrightText: Bosch Rexroth AG SPDX-License-Identifier: MIT