[r4]: / trunk / SparkplugB / Enums / MetricDataType / svnobj  Maximize  Restore  History

Download this file

17 lines (16 with data), 2.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
{attribute 'qualified_only'}
{attribute 'strict'}
TYPE MetricDataType :
(
    Unknown := 0,
    Int8 := 1,
    Int16 := 2,
    Int32 := 3,
    Int64 := 4,
    UInt8 := 5,
    UInt16 := 6,
    UInt32 := 7,
    UInt64 := 8,
    Float := 9,
    Double := 10,
    Boolean := 11,