v2.0.0
Loading...
Searching...
No Matches
generics Directory Reference
Directory dependency graph for generics:
src/libraries/utils/generics

Files

 
circularbuffer.h
 Bounded single-producer / single-consumer ring buffer used to decouple acquisition threads from processing threads.
 
commandpattern.h
 Minimal ICommand interface for the GoF command pattern, used by the MNE Scan plugin runtime.
 
mne_logger.cpp
 Out-of-line definition of the colourised, thread-safe qInstallMessageHandler installed by UTILSLIB::MNELogger.
 
mne_logger.h
 Custom Qt message handler that adds ANSI colour, timestamps and source-location tags to qDebug/qWarning output.
 
observerpattern.cpp
 Out-of-line definitions of UTILSLIB::Subject — attach/detach observer bookkeeping and the notify() fan-out.
 
observerpattern.h
 Classical GoF observer pattern (Subject + IObserver) used by MNE-CPP's non-QObject model classes.