Skip to content
Snippets Groups Projects
Commit 0f308a92 authored by Irreq's avatar Irreq
Browse files

Added header for receiver-module

parent bede97c8
No related branches found
No related tags found
No related merge requests found
# cython: language_level=3
# distutils: language=c++
include "config.pxd"
cdef extern from "receiver.h":
ctypedef struct ring_buffer:
int index
float data[N_SENSORS][BUFFER_LENGTH]
void write_buffer(ring_buffer *rb, float *frame);
void offset_ring_buffer(ring_buffer *rb);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment