Skip to content

Channel Iteration Pattern

Latest
Compare
Choose a tag to compare
@DnOberon DnOberon released this 12 Jun 16:15
· 26 commits to main since this release

This release lays down the channel fetching pattern. Users must first check the channel's data type and then call the subsequent matching function to get a channel who's iterator returns a native Rust type, or matching struct.

Note: This functionality is not complete. It only lays the groundwork and the pattern for eventual access. The iterator currently returns None always, and only the iterator for TdmsDoubleFloat currently.