Prototypes | |
| int | XLALSnglBurstTableLength (SnglBurst *head) |
| Compute the length of a linked list of SnglBurst objects. More... | |
| SnglBurst ** | XLALSortSnglBurst (SnglBurst **head, int(*comparefunc)(const SnglBurst *const *, const SnglBurst *const *)) |
| Sort a list of SnglBurst events into increasing order according to the supplied comparison function. More... | |
| int | XLALCompareSnglBurstByPeakTimeAndSNR (const SnglBurst *const *a, const SnglBurst *const *b) |
| Compare the peak times and SNRs of two SnglBurst events. More... | |
Go to the source code of this file.
| int XLALSnglBurstTableLength | ( | SnglBurst * | head | ) |
Compute the length of a linked list of SnglBurst objects.
Definition at line 31 of file SnglBurstUtils.c.
| SnglBurst ** XLALSortSnglBurst | ( | SnglBurst ** | head, |
| int(*)(const SnglBurst *const *, const SnglBurst *const *) | comparefunc | ||
| ) |
Sort a list of SnglBurst events into increasing order according to the supplied comparison function.
Definition at line 46 of file SnglBurstUtils.c.
Compare the peak times and SNRs of two SnglBurst events.
Definition at line 91 of file SnglBurstUtils.c.