Skip to content

Basic Functionality

Compare
Choose a tag to compare
@DnOberon DnOberon released this 11 Jun 15:28
· 29 commits to main since this release

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