00001 #ifndef DELAYLINE_HH_ 00002 #define DELAYLINE_HH_ 00003 00004 #include <string> 00005 #include "sigtype.hh" 00006 #include "klass.hh" 00007 00008 void vectorLoop (Klass* k, const string& tname, const string& dlname, const string& cexp); 00009 void dlineLoop (Klass* k, const string& tname, const string& dlname, int delay, const string& cexp); 00010 00011 00012 #endif /*DELAYLINE_HH_*/