% WFDB_putann(ANNOTATOR, ANNOTATION) % % Write annotation(s) for an output annotator. % % ANNOTATOR: Annotator number (note: the first annotator is annotator 0, etc.) % ANNOTATION: Annotation structure(s) % % ANNOTATOR should be created using WFDB_Anninfo and WFDB_annopen. % ANNOTATION should be a structure of one or several annotations created by % WFDB_Annotation. If possible, annotations should be written in canonical % (time/chan) order (otherwise, the annotations will be rewritten in order % when WFDB_wfdbquit is invoked). % % http://www.physionet.org