X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/7af5c69c22148510cf8f042552018c9b966860cd..bc5d59217a24b25c1b913bec4a41dd026d02720c:/FunctionalInterface.h diff --git a/FunctionalInterface.h b/FunctionalInterface.h index 43f31c3..3c70703 100644 --- a/FunctionalInterface.h +++ b/FunctionalInterface.h @@ -35,6 +35,7 @@ public : // getters inline ReferenceInterface* getReference() { return reference; } + int getClockDomain() throw(Exception); // determine at which freq. is synchronized iface //inline QList* getConsumptionPattern() { return consumptionPattern; } //inline QList* getProductionPattern() { return productionPattern; }