![]() |
ChimeraTK-ApplicationCore 04.06.00
|
#include "Application.h"#include "FanOut.h"#include "InternalModule.h"#include "ReverseRecoveryDecorator.h"#include <ChimeraTK/NDRegisterAccessor.h>#include <ChimeraTK/ReadAnyGroup.h>#include <ChimeraTK/SupportedUserTypes.h>#include <ChimeraTK/SystemTags.h>#include <boost/smart_ptr/shared_ptr.hpp>#include <string>
Include dependency graph for ThreadedFanOut.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ChimeraTK::ThreadedFanOut< UserType > |
| FanOut implementation with an internal thread which waits for new data which is read from the given feeding implementation and distributed to any number of slaves. More... | |
| class | ChimeraTK::ThreadedFanOutWithReturn< UserType > |
| Same as ThreadedFanOut but with return channel. More... | |
Namespaces | |
| namespace | ChimeraTK |
| InvalidityTracer application module. | |