Skeleton for new error model written
This commit is contained in:
5
DRAMSys/dramSys/src/error/errormodel.cpp
Normal file
5
DRAMSys/dramSys/src/error/errormodel.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "errormodel.h"
|
||||
|
||||
errorModel::errorModel()
|
||||
{
|
||||
}
|
||||
10
DRAMSys/dramSys/src/error/errormodel.h
Normal file
10
DRAMSys/dramSys/src/error/errormodel.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef ERRORMODEL_H
|
||||
#define ERRORMODEL_H
|
||||
|
||||
class errorModel
|
||||
{
|
||||
public:
|
||||
errorModel();
|
||||
};
|
||||
|
||||
#endif // ERRORMODEL_H
|
||||
Reference in New Issue
Block a user