RASCSI/src/raspberrypi/devices
Uwe Seimet ca23d9b7a3
Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897)
* Merged FileSupport into Disk

* Improved code granularity

* Made classes previously directly writing to cout testable

* Added numerous unit tests

* Fixed minor issues uncovered by unit tests
 
* Fixed SonarCloud issues

* Replaced remaining proprietary data types (WORD/DWORD) except for files in hal/
2022-10-08 19:26:04 +02:00
..
interfaces Memory management update, SonarCloud fixes, fix for issue #841 (#842) 2022-09-15 23:01:10 +02:00
cd_track.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
cd_track.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
cfilesystem.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
cfilesystem.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
ctapdriver.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
ctapdriver.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
device_factory.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
device_factory.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
device.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
device.h More unit tests, replacement of raw pointers and C arrays, separation of concerns (#878) 2022-10-04 17:23:42 +02:00
disk_cache.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
disk_cache.h More unit tests, replacement of raw pointers and C arrays, separation of concerns (#878) 2022-10-04 17:23:42 +02:00
disk_track.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
disk_track.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
disk.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
disk.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
dispatcher.h More unit tests, replacement of raw pointers and C arrays, separation of concerns (#878) 2022-10-04 17:23:42 +02:00
host_services.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
host_services.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
mode_page_device.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
mode_page_device.h More unit tests, replacement of raw pointers and C arrays, separation of concerns (#878) 2022-10-04 17:23:42 +02:00
primary_device.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
primary_device.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsi_command_util.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsi_command_util.h More unit tests, replacement of raw pointers and C arrays, separation of concerns (#878) 2022-10-04 17:23:42 +02:00
scsi_daynaport.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsi_daynaport.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsi_host_bridge.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsi_host_bridge.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsi_printer.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsi_printer.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsicd.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsicd.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsihd_nec.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsihd_nec.h More unit tests, replacement of raw pointers and C arrays, separation of concerns (#878) 2022-10-04 17:23:42 +02:00
scsihd.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsihd.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsimo.cpp Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00
scsimo.h Merged FileSupport into Disk, improved granularity, more unit tests, code cleanup (#897) 2022-10-08 19:26:04 +02:00