Struct a2lfile::Measurement[][src]

pub struct Measurement {
Show fields pub name: String, pub long_identifier: String, pub datatype: DataType, pub conversion: String, pub resolution: u16, pub accuracy: f64, pub lower_limit: f64, pub upper_limit: f64, pub annotation: Vec<Annotation>, pub array_size: Option<ArraySize>, pub bit_mask: Option<BitMask>, pub bit_operation: Option<BitOperation>, pub byte_order: Option<ByteOrder>, pub discrete: Option<Discrete>, pub display_identifier: Option<DisplayIdentifier>, pub ecu_address: Option<EcuAddress>, pub ecu_address_extension: Option<EcuAddressExtension>, pub error_mask: Option<ErrorMask>, pub format: Option<Format>, pub function_list: Option<FunctionList>, pub if_data: Vec<IfData>, pub layout: Option<Layout>, pub matrix_dim: Option<MatrixDim>, pub max_refresh: Option<MaxRefresh>, pub phys_unit: Option<PhysUnit>, pub read_write: Option<ReadWrite>, pub ref_memory_segment: Option<RefMemorySegment>, pub symbol_link: Option<SymbolLink>, pub var_virtual: Option<Virtual>, // some fields omitted
}
Expand description

describes the parameters for a measurement object

Specification: 3.5.84

Fields

name: Stringlong_identifier: Stringdatatype: DataTypeconversion: Stringresolution: u16accuracy: f64lower_limit: f64upper_limit: f64annotation: Vec<Annotation>array_size: Option<ArraySize>bit_mask: Option<BitMask>bit_operation: Option<BitOperation>byte_order: Option<ByteOrder>discrete: Option<Discrete>display_identifier: Option<DisplayIdentifier>ecu_address: Option<EcuAddress>ecu_address_extension: Option<EcuAddressExtension>error_mask: Option<ErrorMask>format: Option<Format>function_list: Option<FunctionList>if_data: Vec<IfData>layout: Option<Layout>matrix_dim: Option<MatrixDim>max_refresh: Option<MaxRefresh>phys_unit: Option<PhysUnit>read_write: Option<ReadWrite>ref_memory_segment: Option<RefMemorySegment>symbol_link: Option<SymbolLink>var_virtual: Option<Virtual>

Implementations

Trait Implementations

get a reference to the BlockInfo that describes the layout of the a2l object

get a mutable reference to the BlockInfo that describes the layout of the a2l object

reset the location information on the a2l object. It will be treated like a new object when writing a file

reset the reference to an include file on this objct and its children. This causes the object to be written into the output file instead of referenced through /include “filename” Read more

get the source line number from which the current a2l object was loaded. Returns 0 if the object was newly created and not loaded from a file Read more

get the name of an a2l object. this trait is only implemented for those objects that have names, which is a subset of all objects Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.