Show / Hide Table of Contents

Class ChannelDataSourceType

Defines the type of source that is providing the data for the channel, associated with a parameter.

Inheritance
System.Object
ChannelDataSourceType
Namespace: MESL.SqlRace.Enumerators
Assembly: MESL.SqlRace.Enumerators.dll
Syntax
public sealed class ChannelDataSourceType : Enum
Remarks

Used internally to help the system control the data storage required for a channel and how the channel data is processed.

Fields

CanData

Channel type used for CAN data.

Declaration
public const ChannelDataSourceType CanData
Field Value
Type Description
ChannelDataSourceType

EventData

Event data

Declaration
public const ChannelDataSourceType EventData
Field Value
Type Description
ChannelDataSourceType

Periodic

Channel type used for recording period data, which has a specific interval between samples.

Declaration
public const ChannelDataSourceType Periodic
Field Value
Type Description
ChannelDataSourceType

RowData

Channel type used for recording row data, which comes with a specific timestamp which may be irregular.

Declaration
public const ChannelDataSourceType RowData
Field Value
Type Description
ChannelDataSourceType

ScalarData

Channel type used for scalar data, which comes as a data value with NO timestamp - its value is for the lifetime of the Session

Declaration
public const ChannelDataSourceType ScalarData
Field Value
Type Description
ChannelDataSourceType

SubSampledPeriodic

Channel type used when storing periodic sub-sampled data

Declaration
public const ChannelDataSourceType SubSampledPeriodic
Field Value
Type Description
ChannelDataSourceType

Synchro

Channel type used for recording synchro data.

Declaration
public const ChannelDataSourceType Synchro
Field Value
Type Description
ChannelDataSourceType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX