[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
int ungetann(WFDB_Annotator an, WFDB_Annotation *annot) |
*annot
was not pushed back)
This function arranges for the annotation structure pointed to by
annot to be the next one read by getann
from input
annotator an. The pushed-back annotation need not necessarily be
one originally read by getann
. No more than one annotation may
be pushed back at a time for each input annotator. (This function was
first introduced in WFDB library version 5.3.)