RASCSI/cpp/devices/interfaces
Uwe Seimet c41373d9bd
Use lambdas for dispatcher, code cleanup, test updates (#958)
* Using lambdas instead of member function pointers simplifies the command dispatching and reduces the code volume

* Removed duplicate error handling

* Fix for issue #956

* Unit test updates

* Resolved SonarQube issues
2022-11-02 15:36:19 +01:00
..
byte_writer.h Code cleanup, especially casts, lambdas, data types, encapsulation (#952) 2022-11-02 07:36:25 +01:00
scsi_block_commands.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
scsi_mmc_commands.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
scsi_primary_commands.h Use lambdas for dispatcher, code cleanup, test updates (#958) 2022-11-02 15:36:19 +01:00
scsi_printer_commands.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00