|
ED247 Library
VA2.3.0
Implementation of ED247-A standard
|

Public Member Functions | |
| StreamSampleRingBuffer (uint32_t capacity, uint32_t samples_capacity) | |
| uint32_t | capacity () const |
| uint32_t | samples_capacity () const |
| uint32_t | size () const |
| bool | empty () const |
| bool | full () const |
| StreamSample & | push_back () |
| StreamSample & | pop_front () |
| StreamSample & | front () |
| StreamSample & | back () |
| StreamSample & | at (uint32_t index) |