Closed Eric-Edlund closed 1 year ago
It's not fully proven, but has been tested. A simple fixed size queue with a circular buffer.
The queue uses pointers. It was necessary to build it using pointers instead of just a generic data type because of SPARK's pointer rules.
It's not fully proven, but has been tested. A simple fixed size queue with a circular buffer.
The queue uses pointers. It was necessary to build it using pointers instead of just a generic data type because of SPARK's pointer rules.