ChimeraTK / ControlSystemAdapter

An adapter layer which allows to use control applications with different control system software environments.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Writing uint8 to the persist file fails #38

Open mhier opened 4 years ago

mhier commented 4 years ago

See ChimeraTK/ApplicationCore#154 -> that ticket was reported to the wrong project and belongs here.

mhier commented 3 years ago

In case the conversion functions provided by DeviceAccess are used, this is fixed already. Otherwise change implementation to use those functions (e.g. UserTypeToUserType to convert to std::string).

mhier commented 3 years ago

Now on redmine #8395