//--------------------------------------------------------------------------- // // SCSI Target Emulator PiSCSI for Raspberry Pi // Loopback tester utility // // Copyright (C) 2022 akuker // //--------------------------------------------------------------------------- #include #include using namespace std; class ScsiLoop_Timer { public: static int RunTimerTest(vector &error_list); };