Interface BaseDataType

Represents a base data type, as defined in ETG.1020 Protocol Enhancements (24 Base Data Types).

Hierarchy

  • BaseDataType

Properties

baseDataType: string

The base data type category (e.g., "BIT", "SINT").

bitSize: number

The size of the data type in bits.

description?: string

An optional description providing additional details about the data type.

index: number

The unique index identifying the data type.

name: string

The name of the data type.

range?: [number, number]

An optional range specifying the minimum and maximum allowable values.

Generated using TypeDoc