#include <iostream>
#include <string>
#include <simthetic/exceptions.h>
#include <simthetic/devicesystemintf.h>
#include <simthetic/basicsimulationsystem.h>
Go to the source code of this file.
Namespaces | |
namespace | simth |
A FreeConnectionSystem exists by an arbitrary number of so-called device blocks (see Device). The input and output interfaces can be connected flexible by the help of a so-called connection file that specifies the connection between the interfaces of the devices. Until now, the only FreeConnectionSystem that is implemented is a StreamDrivenSystem declared in streamdrivensystem.h