MPMA Framework 0.4
|
The program will send it's debug data to instances of this. This will take data and marshell it to all attached outputs. More...
#include <DebugRouter.h>
Public Member Functions | |
RouterInput & | operator<< (const Vary &v) |
Allows you to send normal textuals with the << operator, similar to ostream. | |
void | Output (const uint8 *data, nuint dataLen) |
Sends a buffer of data. | |
void | AddOutputMethod (RouterOutput *outputter) |
Adds an output destination to this input. You can also add another RouterInput as a destination. | |
void | RemoveOutputMethod (RouterOutput *outputter, bool flushOutputFirst=true, bool removeChildLink=true) |
Removes an output destination from this input (it is up to you to free it still) (leave the last 2 params alone, they are for internal use). | |
void | Output (const uint8 *data, nuint dataLen) |
Implement this to recieve data that should be outputted. |
The program will send it's debug data to instances of this. This will take data and marshell it to all attached outputs.