Add generic test application framework
This patch adds a generic test application framework to Lima, usable:
- at the
HwInterface
level throughHwTestApp
class, providing basic callback and saving capabilities, and - at the
CtControl
level through theCtCtestApp
class, providing many capabilities exported to the user through theControl Layer
and used by theTango/Python
interface
Many LimaCore
parameters needed a formalization of C++ I/O stream serialization operators.