X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/7af5c69c22148510cf8f042552018c9b966860cd..a13795fc34cd1e74f94695d35253c3d00abec9bc:/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; }