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§

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

Macros§

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