#include <iostream>
#include <sstream>
#include <complex>
#include <vector>
#include <stdexcept>
#include <typeinfo>
#include <simthetic/signals.h>
#include <simthetic/phbib.h>
Go to the source code of this file.
Namespaces | |
namespace | simth |
NOTE: All commonly used SignalSequenceBase-types, i.e. all the typedefs from signals.h, are explicitly instantiated inside the implementation file signals.cpp. THIS MEANS: You *must not* include this header file in your program/library, *unless* you use SignalSequenceBase with your own template argument, in which case you must* include this header file in your .cpp file.
(One benefit of this solution is that compilation time should be dramatically reduced. Another benefit is that for the first time, signals can be handled across library boundaries.)