#include <rngmed.h>
The list holds the samples in one block in the running median algorithm.
| data | Holds a single number. | |
| next_sorted | Points to the next node in the sorted list. | |
| prev_sorted | Points to the previous node in the sorted list. | |
| next_sequence | point to the next node in the sequential list. |
1.5.2