mirror of
https://github.com/akuker/RASCSI.git
synced 2025-07-25 05:24:17 +00:00
Initial merge of (incomplete) Banana Pi updates (#993)
This commit is contained in:
@@ -22,6 +22,8 @@ using namespace rascsi_interface;
|
||||
class PrimaryDevice;
|
||||
class MockAbstractController;
|
||||
|
||||
extern const path test_data_temp_path;
|
||||
|
||||
shared_ptr<PrimaryDevice> CreateDevice(PbDeviceType, MockAbstractController&, const string& = "");
|
||||
|
||||
void TestInquiry(PbDeviceType, scsi_defs::device_type, scsi_defs::scsi_level, const string&,
|
||||
@@ -30,5 +32,13 @@ void TestInquiry(PbDeviceType, scsi_defs::device_type, scsi_defs::scsi_level, co
|
||||
pair<int, path> OpenTempFile();
|
||||
path CreateTempFile(int);
|
||||
|
||||
|
||||
// create a file with the specified data
|
||||
void CreateTempFileWithData(string filename, vector<uint8_t> &data);
|
||||
|
||||
void DeleteTempFile(string filename);
|
||||
// Call this at the end of every test case to make sure things are cleaned up
|
||||
void CleanupAllTempFiles();
|
||||
|
||||
int GetInt16(const vector<byte>&, int);
|
||||
uint32_t GetInt32(const vector<byte>&, int);
|
||||
|
Reference in New Issue
Block a user