Design of c'tor.
The c'tor has as paramters all the required configuration data. Assignment of members are used for optional configuration.
Follows the design pattern "correct by construction".
TODO document the parameters.
See Implementation
Design of c'tor.
The c'tor has as paramters all the required configuration data. Assignment of members are used for optional configuration.
Follows the design pattern "correct by construction".
TODO document the parameters.