Recorder Class Reference
[Extended Processor classes to help analyse networks.]

Data recording sink Processor object. More...

#include <recorder.h>

Inheritance diagram for Recorder:

Inheritance graph
[legend]
Collaboration diagram for Recorder:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Recorder ()

Detailed Description

Data recording sink Processor object.

Author:
Gav Wood <gav@cs.york.ac.uk>
This is the Processor class for dumping data to disk. Data is dumped in text format, with customisable delimiters, determined by the properties "Field Delimiter" and "Record Delimiter".

You can customise what record information is output also - if property "Print Section" an extra field at the start of the record with the number of plungers that have passed through will be printed. If "Print Sample" is true then an extra field at the start (though after the section if there is one) will be printed containing the number of records before this in this section there are. Together these form a two dimensional counter.

You can control to which file the output goes with the property "Output", and you can control how many inputs may be connected with the property "Inputs".

This is guarded, so you can use Processor::waitUntilDone() on it.


Constructor & Destructor Documentation

Recorder::Recorder (  )  [inline]

Basic constructor.


The documentation for this class was generated from the following files:
Generated on Fri Nov 10 21:58:28 2006 for Exscalibar by  doxygen 1.5.1