Crate serde_lvm

Source
Expand description

Tools for interacting with LabVIEW and associated file formats

Structs§

ChannelName
Channel name
Date
Timezone-dependent date
Error
The Error type.
File
LVM File
FileHeader
Header for the file
InstrumentName
Name or instrument class of the unit under test
Measurement
A set of measurements
MeasurementHeader
Header for measurement data
ModelNumber
Model number of a unit under test
OperatorName
Name of the operator who collected the data
ProjectName
Name of the project that data was for
SerialNumber
Serial number of the unit under test
TestName
Name of a test
TestNumber
Test number from a TestSeries
TestNumbers
Test numbers in a TestSeries
TestSeries
Series of a test
Time
Timezone-dependent time
Version
Reader / writer version

Enums§

ErrorKind
The kind of an error.
Separator
Character(s) used to separate each field in the file
TimePref
Format of axis values - absolute or relative
Unit
Label for an axis
UnitType
Specifies the unit type of an axis
XColumns
Specifies which x-values are saved.

Traits§

ResultExt
Additional methods for Result, for easy interaction with this crate.

Functions§

from_reader
Deserializes LVM file data from the specified reader

Type Aliases§

Result
Convenient wrapper around std::Result.