RASCSI/cpp/rascsi
Uwe Seimet 1cae530d42
Added command byte count to SCSI command mapping (#966)
* Extended mapping table with command byte count

* Terminate early if command is unknown
2022-11-06 19:44:44 +01:00
..
command_context.cpp Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
command_context.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
localizer.cpp Code cleanup, especially casts, lambdas, data types, encapsulation (#952) 2022-11-02 07:36:25 +01:00
localizer.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
rascsi_core.cpp Added command byte count to SCSI command mapping (#966) 2022-11-06 19:44:44 +01:00
rascsi_core.h Cleaned up dependencies on controller manager (#964) 2022-11-04 08:22:32 +01:00
rascsi_executor.cpp Cleaned up dependencies on controller manager (#964) 2022-11-04 08:22:32 +01:00
rascsi_executor.h Cleaned up dependencies on controller manager (#964) 2022-11-04 08:22:32 +01:00
rascsi_image.cpp Prevent copying of files in use (#951) 2022-10-29 18:15:30 +02:00
rascsi_image.h Move C++ code into cpp/ dir (#941) 2022-10-25 12:59:30 -07:00
rascsi_response.cpp Cleaned up dependencies on controller manager (#964) 2022-11-04 08:22:32 +01:00
rascsi_response.h Cleaned up dependencies on controller manager (#964) 2022-11-04 08:22:32 +01:00
rascsi_service.cpp Cleaned up dependencies on controller manager (#964) 2022-11-04 08:22:32 +01:00
rascsi_service.h Code cleanup, especially casts, lambdas, data types, encapsulation (#952) 2022-11-02 07:36:25 +01:00