X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/4cf57e6db08da791233d75237f62e74bc88dd427..8fb3c55ee009a11db5e1c08a4cfb286979412745:/DelayInputModifier.h?ds=inline diff --git a/DelayInputModifier.h b/DelayInputModifier.h index 1fda2ec..c5595f6 100644 --- a/DelayInputModifier.h +++ b/DelayInputModifier.h @@ -5,6 +5,7 @@ #include #include "AbstractInputModifier.h" + using namespace std; using namespace Qt; @@ -12,7 +13,7 @@ class DelayInputModifier : public AbstractInputModifier { public: - DelayInputModifier(int _delayLength = 1); + DelayInputModifier(ConnectedInterface* _associatedInterface, int _delayLength = 1); // getters inline int getDelayLength() { return delayLength; } // setters @@ -22,6 +23,7 @@ public: // others QList* getModifiedInput(QList* input); + QString toVHDL(int context, int flags) throw(Exception); QString getTypeStr(); QString getParametersStr();