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

Private GIT Repository
finished conn mode of library
[blast.git] / BlockParameter.h
index e8068d4b6b70d68b9c95dae94db0dae7bbf24eff..746a574cb85831234ab94cb6e84b54d8220dcb25 100644 (file)
@@ -30,7 +30,7 @@ public :
    */\r
   enum ParamWBAccess { Read = 1, Write = 2};\r
   enum ParamWBDuration { Permanent = 1, Trigger = 2 };\r
-  enum ParamVHDLContext { Entity = 1, Component = 2, Architecture = 3 }; // NB : 3 is when creating an instance of the block that owns this iface\r
+  enum ParamVHDLContext { Entity = 1, Component = 2, Instance = 3 }; // NB : 3 is when creating an instance of the block that owns this iface\r
   enum ParamVHDLFlags { NoComma = 1 };\r
 \r
   BlockParameter();\r
@@ -46,7 +46,7 @@ public :
   virtual QVariant getValue(); // may be overriden\r
   int getIntValue(bool* ok);\r
   double getDoubleValue(bool* ok);\r
-  bool getBooleanValue(bool* ok);  \r
+  bool getBooleanValue(bool* ok);\r
   QString getStringValue();\r
   virtual QString getContext() = 0;\r
 \r