RASCSI/cpp
Uwe Seimet 454c61ac0d
Added rascsi filter to limit logging to a particular device (#978)
* Support for ID and LUN parameter for the -L option in rascsi

* Added DeviceLogger class

* Removed dupiicate code

* Fixed SonarQube issues

* Added unit tests, improved code sharing

* Fixed regression (#979)
2022-11-11 21:08:48 +01:00
..
.vscode
controllers Added rascsi filter to limit logging to a particular device (#978) 2022-11-11 21:08:48 +01:00
devices Added rascsi filter to limit logging to a particular device (#978) 2022-11-11 21:08:48 +01:00
hal Improve code sharing and dependencies, address code duplication (#976) 2022-11-10 07:44:06 +01:00
monitor Added rascsi filter to limit logging to a particular device (#978) 2022-11-11 21:08:48 +01:00
os_integration
rascsi Added rascsi filter to limit logging to a particular device (#978) 2022-11-11 21:08:48 +01:00
rasctl Added rascsi filter to limit logging to a particular device (#978) 2022-11-11 21:08:48 +01:00
rasdump Added rascsi filter to limit logging to a particular device (#978) 2022-11-11 21:08:48 +01:00
shared Added rascsi filter to limit logging to a particular device (#978) 2022-11-11 21:08:48 +01:00
test Added rascsi filter to limit logging to a particular device (#978) 2022-11-11 21:08:48 +01:00
.clang-format
.gitignore Improve code sharing and dependencies, address code duplication (#976) 2022-11-10 07:44:06 +01:00
launch_sudo.sh
Makefile Improve code sharing and dependencies, address code duplication (#976) 2022-11-10 07:44:06 +01:00
rascsi_interface.proto
rascsi.cpp
rasctl.cpp
rasdump.cpp
scsimon.cpp