]> AND Private Git Repository - blast.git/blobdiff - DelayInputModifier.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
changed sources to stimulis
[blast.git] / DelayInputModifier.h
index 1fda2ecf7a8aa5f1ee57e50df7ee1b8682eed89e..c5595f69998b36451ae48fbcf7b9f65595bb134f 100644 (file)
@@ -5,6 +5,7 @@
 #include <QtCore>\r
 \r
 #include "AbstractInputModifier.h"\r
+\r
 using namespace std;\r
 using namespace Qt;\r
 \r
@@ -12,7 +13,7 @@ class DelayInputModifier : public AbstractInputModifier {
 \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
@@ -22,6 +23,7 @@ public:
 \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