Inheritance diagram for MClearEvent:

This module clear some event part. It can be used to save lighter data with the same format of the usual data. Thus it make sense to use it only before a QWriter
    module ClearEvent
    verbosity = info
    enable = true
    ClearSamples = true
    ClearSidePulses = true
    endmod
    
Public Member Functions | |
| MClearEvent (QSequence *s) | |
| constructor  | |
| ~MClearEvent () | |
| destructor  | |
| void | Init () | 
| Init method.  | |
| QEvent * | Do (QEvent *ev) | 
| Do method.  | |
| void | Done () | 
| Done method.  | |
Private Attributes | |
| bool | fClearSamples | 
| bool | fClearSidePulses | 
 1.5.1