Crates.io | nscldaq_ringbuffer |
lib.rs | nscldaq_ringbuffer |
version | 0.7.6 |
source | src |
created_at | 2022-08-17 17:32:33.522908 |
updated_at | 2024-04-04 12:44:10.930595 |
description | Low level NSCLDAQ ring buffer access |
homepage | http://docs.frib.msu.edu/daq |
repository | https://github.com/FRIBDAQ/rust-ringbuffer.git |
max_upload_size | |
id | 647652 |
size | 8,479,283 |
This crate contains low level access to NSCLDAQ ring buffers.
This crate roughly duplicates the capabilities of the C++ CRingBuffer class but
in a rust-like method.
What is not provided in this class are interactions with the ring master server. It is anticipated that at a later time, additional crates will be provided to provide both that and the NSCLDAQ remote ring buffer support.