A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
blast.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
debugged clk/rst auto conn
[blast.git]
/
DelayInputModifier.h
diff --git
a/DelayInputModifier.h
b/DelayInputModifier.h
index 1fda2ecf7a8aa5f1ee57e50df7ee1b8682eed89e..c5595f69998b36451ae48fbcf7b9f65595bb134f 100644
(file)
--- a/
DelayInputModifier.h
+++ b/
DelayInputModifier.h
@@
-5,6
+5,7
@@
#include <QtCore>
\r
\r
#include "AbstractInputModifier.h"
\r
#include <QtCore>
\r
\r
#include "AbstractInputModifier.h"
\r
+
\r
using namespace std;
\r
using namespace Qt;
\r
\r
using namespace std;
\r
using namespace Qt;
\r
\r
@@
-12,7
+13,7
@@
class DelayInputModifier : public AbstractInputModifier {
\r
public:
\r
\r
\r
public:
\r
\r
- DelayInputModifier(int _delayLength = 1);
\r
+ DelayInputModifier(
ConnectedInterface* _associatedInterface,
int _delayLength = 1);
\r
// getters
\r
inline int getDelayLength() { return delayLength; }
\r
// setters
\r
// getters
\r
inline int getDelayLength() { return delayLength; }
\r
// setters
\r
@@
-22,6
+23,7
@@
public:
\r
// others
\r
QList<char>* getModifiedInput(QList<char>* input);
\r
\r
// others
\r
QList<char>* getModifiedInput(QList<char>* input);
\r
+ QString toVHDL(int context, int flags) throw(Exception);
\r
\r
QString getTypeStr();
\r
QString getParametersStr();
\r
\r
QString getTypeStr();
\r
QString getParametersStr();
\r