#include <cassert>
#include <iostream>
#include <simthetic/interfaces.h>
#include <simthetic/basicdevice.h>
#include <simthetic/phbib.h>
Go to the source code of this file.
Namespaces | |
namespace | simth |
NOTE: All commonly used input interfaces and output interfaces types, i.e. all the typedefs from interfaces.h, are explicitly instantiated inside the implementation file interfaces.cpp. THIS MEANS: You *must not* include this header file in your program/library, *unless* you use InputInterfaceT and/or OutputInterfaceT with your own template argument, in which case you must* include this header file in your .cpp file. Otherwise you will get an undefined symbol error when linking your library.