#include "Locks.h"
#include "Vary.h"
#include "Thread.h"
#include "File.h"
#include <string>
#include <list>
#include "Setup.h"


Go to the source code of this file.
Namespaces | |
| namespace | MPMA |
Classes | |
| class | MPMA::RouterOutput |
| Implementations of this are output targets which can accept debug data from a RouterInput and output it to anything it likes. More... | |
| class | MPMA::RouterInput |
| The program will send it's debug data to instances of this. This will take data and marshell it to all attached outputs. More... | |
| class | MPMA::RouterOutputFile |
| A simple RouterInputOutput implementation that writes output to a file (overridding the file). More... | |
| class | MPMA::RouterOutputStdout |
| A simple RouterInputOutput implementation that writes output to a stdout. More... | |
Functions | |
| RouterInput & | MPMA::ErrorReport () |
| Attach outputs to this after init to recieve error messages from the framework. | |
1.5.6