Public Member Functions

MPMA::RouterOutput Class Reference

Implementations of this are output targets which can accept debug data from a RouterInput and output it to anything it likes. More...

#include <DebugRouter.h>

Inherited by MPMA::RouterInput, MPMA::RouterInput, MPMA::RouterOutputFile, and MPMA::RouterOutputStdout.

List of all members.

Public Member Functions

virtual void Output (const uint8 *data, nuint dataLen)
 Implement this to recieve data that should be outputted.
bool IsBufferProcessing ()
 If this returns false, the full output is passed on immediately rather than buffered through a thread. By default data is marshelled on a thread.

Detailed Description

Implementations of this are output targets which can accept debug data from a RouterInput and output it to anything it likes.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends