Skip to content

Commit f2cbf38

Browse files
author
sripp
committed
Extended SignalTypes
1 parent 0c712f8 commit f2cbf38

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

TiaCodegen-ts/src/Enums/SignalType.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ export enum SignalType {
22
Bool = 'Bool',
33
Byte = 'Byte',
44
Int = 'Int',
5+
SInt = 'Int',
56
DInt = 'DInt',
7+
LInt = 'LInt',
68
UInt = 'UInt',
9+
USInt = 'USInt',
710
UDInt = 'UDInt',
11+
ULInt = 'ULInt',
812
Time = 'Time',
913
UDT = 'UDT',
1014
String = 'String',

TiaCodegen/Enums/SignalType.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ public enum SignalType
77
Int,
88
SInt,
99
DInt,
10+
LInt,
1011
UInt,
12+
USInt,
1113
UDInt,
14+
ULInt,
1215
Time,
1316
UDT,
1417
String,

0 commit comments

Comments
 (0)