Hello, I would like to write (in cython) python bindings for a library that interfaces with data acquisition hardware trough a kernel driver. Data can be exchanged with the kernel driver trough a memory mapped ring buffer.
I would like to expose this ring buffer as a numpy array, however I would like to make the ring buffer wrap around management transparent. There is a way to instruct numpy to do that? Thanks. Cheers, -- Daniele _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion