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

Add std::string to the ReferenceTestApplication #15

Closed mhier closed 5 years ago

mhier commented 5 years ago

The ReferenceTestApplication has a group of variables for each one type supported by the ChimeraTK framework, but std::string is missing here. This should be added with a behaviour analogue to the behaviour of the current variables.

killenb commented 5 years ago

Solved when #9 was done.