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

Private GIT Repository
changed ref/impls xsd and xml
[blast.git] / SpecialBlock.h
index 06c645966ac51697d8960e9d21ab32a11a9a13a3..574803d883de02b23cb511aeb1c8fdc82ed2fb39 100644 (file)
@@ -16,7 +16,7 @@ using namespace Qt;
 class SpecialBlock : public FunctionalBlock {\r
 public:\r
 \r
-  enum SpecialType { ClockConvert = 0, ClkRstGen = 1 };\r
+  enum SpecialType { ClockConvert = 1 };\r
   \r
   SpecialBlock(SpecialType _type, GroupBlock* _parent, ReferenceBlock* _reference, bool createIfaces = true) throw(Exception);\r
   ~SpecialBlock();\r
@@ -37,8 +37,7 @@ private:
   \r
   void checkInputPatternCompatibilityClockConvert() throw(Exception);\r
   void computeOutputPatternClockConvert(int nbExec = -1) throw(Exception);\r
-  void checkInputPatternCompatibilityClkRstGen() throw(Exception);\r
-  void computeOutputPatternClkRstGen(int nbExec = -1) throw(Exception);\r
+\r
 \r
 };\r
 \r