Crate labview_interop

source ·
Expand description

The LabVIEW Interop module wraps a number of modules that are used for interfacing with LabVIEW, primarily calling Rust as a shared library from LabVIEW.

Modules§

  • The memory module handles the LabVIEW memory manager functions and types.
  • The sync module provides access to the functions which allow for synchronising back to labview.
  • The types module provides some of the common structures and functions for handling types from LabVIEW.

Macros§

  • Wrap a struct declaration to have the packing attributes set for exchanging the data with the LabVIEW cluster type.