Units for system-defined inputs should be configurable generically by the converter. The converter should read the configured unit for each input and use it during every conversion operation.
- Allow units to be specified for system-defined inputs.
- The converter must read the configured unit values at runtime.
- Units must be applied consistently for every conversion.
- The solution should be generic and not require converter-specific handling for individual inputs.
Client
Units for system-defined inputs should be configurable generically by the converter. The converter should read the configured unit for each input and use it during every conversion operation.
Client