Delete the hardware device classes
Summary
Through the use of the RPC methods, the hardware device classes are no longer required. Indeed, the memeber functions implemented through multiples IPBus calls can now be implemented at RPC methods.
What is the expected correct behavior?
The AMC and OptoHybrid hardware devices classes should be deleted. If needed, any complex functions should be moved from the hardware devices classes to RPC methods (at a first glance, this is the case only for the AMCManager::establishFrontendConfiguration()
method).