I'm able to register new FLOAT nodes inside the datalayer with the C++ example (datalayer.register.node) from SDK. But how can I register other datatypes like STRING, INT, DOUBLE?
Could someone provide a detailed example? This would be very usefull to provide a good example for customers presentation.
Solved! Go to Solution.
Hi slu2but,
basically you register a provider, in this example the provider contains a float value and you are able to set the value to another float.
The datatype provided by your node ist a variant. All these types are possible:
//! Types for Variant
Now I'm using the SDK Version 1.0.0-develop.144 and with that it's possible to write other datatypes to the datalayer. Thanks