Show / Hide Table of Contents

Enum DataStatus

Enum values for the status of the sample.

Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public enum DataStatus

Fields

Name Description
AfterEnd

Data requested for time is after the session end time.

BeforeStart

Data requested for time is before the session start time.

BetweenSessions

Data status for samples in between sessions.

Constant

Data is constant.

Default

Data value contains a default value (e.g. if sensor fails then ECU computed value may be returned).

Invalid

Data value contains no samples (Only valid when sub- or super- sampling).

Missing

Data value have some missing samples. A data packet is expected to be (re-)transmitted and space has been left for it in the data channel.

OutOfRange

There is no data value for the time requested.

PageFault

While searching for a sample, a page fault exception occurred. This was probably due to the session being on a network and the network failing.

Pending

Data value may be updated, for example a channel may be merged from a low rate parameter and a higher rate parameter. Samples between the end of the higher rate channel and the end of the lower rate channel may be updated with samples at a higher resolution.

Valid

Data value contains a valid sample.

In This Article
Back to top Generated by DocFX