Basic Functionality
This release contains the following basic functionality:
- Read both standard and big endian encoded files
- Read files with DAQmx data and data indices
- Read all segments in file, along with their groups and channels
- Read all raw data contained in all segments in file (as a
Vec<u8>
only at the present time) - Can list all groups and channels for file
- Can request a single channel and be given a struct that will eventually contain iterators over the raw data