#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, uint 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). |