|
GNU Radio 3.6.1 C++ API
|
concrete class to implement circular buffers with mmap and shm_open More...
#include <gr_vmcircbuf_sysv_shm.h>

Public Member Functions | |
| gr_vmcircbuf_sysv_shm (int size) | |
| virtual | ~gr_vmcircbuf_sysv_shm () |
Public Member Functions inherited from gr_vmcircbuf | |
| virtual | ~gr_vmcircbuf () |
| void * | pointer_to_first_copy () const |
| void * | pointer_to_second_copy () const |
Additional Inherited Members | |
Protected Member Functions inherited from gr_vmcircbuf | |
| gr_vmcircbuf (int size) | |
Protected Attributes inherited from gr_vmcircbuf | |
| int | d_size |
| char * | d_base |
concrete class to implement circular buffers with mmap and shm_open
| gr_vmcircbuf_sysv_shm::gr_vmcircbuf_sysv_shm | ( | int | size | ) |
|
virtual |