Skip to content

Commit

Permalink
fix: Special separator : changed to makro $(S=:).
Browse files Browse the repository at this point in the history
First refactoring stage to make the naming universal.
  • Loading branch information
jerzyjamroz committed Sep 25, 2023
1 parent 47b7fc3 commit 2e032dc
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions evgMrmApp/Db/evgDbus.db
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ record(mbbiDirect, "$(P)Src-MbbiDir_") {
field( INP, "$(P)Src-Sel.RVAL CP")
}

record(bo, "$(P)Src:FrontInp0-Sel") {
record(bo, "$(P)Src$(S=:)FrontInp0-Sel") {
field( DESC, "Front Input0 on Dbus")
field( DTYP, "EVG Dbus")
field( OUT , "#C0 S$(dbusBit) @$(EVG):FrontInp0")
Expand All @@ -107,7 +107,7 @@ record(bo, "$(P)Src:FrontInp0-Sel") {
field( DOL, "$(P)Src-MbbiDir_.B0 CP")
}

record(bo, "$(P)Src:FrontInp1-Sel") {
record(bo, "$(P)Src$(S=:)FrontInp1-Sel") {
field( DESC, "Front Input1 on Dbus")
field( DTYP, "EVG Dbus")
field( OUT , "#C0 S$(dbusBit) @$(EVG):FrontInp1")
Expand All @@ -117,7 +117,7 @@ record(bo, "$(P)Src:FrontInp1-Sel") {
field( DOL, "$(P)Src-MbbiDir_.B1 CP")
}

record(bo, "$(P)Src:UnivInp0-Sel") {
record(bo, "$(P)Src$(S=:)UnivInp0-Sel") {
field( DESC, "Front Univ Input0 on Dbus")
field( DTYP, "EVG Dbus")
field( OUT , "#C0 S$(dbusBit) @$(EVG):UnivInp0")
Expand All @@ -127,7 +127,7 @@ record(bo, "$(P)Src:UnivInp0-Sel") {
field( DOL, "$(P)Src-MbbiDir_.B2 CP")
}

record(bo, "$(P)Src:UnivInp1-Sel") {
record(bo, "$(P)Src$(S=:)UnivInp1-Sel") {
field( DESC, "Front Univ Input1 on Dbus")
field( DTYP, "EVG Dbus")
field( OUT , "#C0 S$(dbusBit) @$(EVG):UnivInp1")
Expand All @@ -137,7 +137,7 @@ record(bo, "$(P)Src:UnivInp1-Sel") {
field( DOL, "$(P)Src-MbbiDir_.B3 CP")
}

record(bo, "$(P)Src:UnivInp2-Sel") {
record(bo, "$(P)Src$(S=:)UnivInp2-Sel") {
field( DESC, "Front Univ Input2 on Dbus")
field( DTYP, "EVG Dbus")
field( OUT , "#C0 S$(dbusBit) @$(EVG):UnivInp2")
Expand All @@ -147,7 +147,7 @@ record(bo, "$(P)Src:UnivInp2-Sel") {
field( DOL, "$(P)Src-MbbiDir_.B4 CP")
}

record(bo, "$(P)Src:UnivInp3-Sel") {
record(bo, "$(P)Src$(S=:)UnivInp3-Sel") {
field( DESC, "Front Univ Input3 on Dbus")
field( DTYP, "EVG Dbus")
field( OUT , "#C0 S$(dbusBit) @$(EVG):UnivInp3")
Expand All @@ -168,12 +168,12 @@ record(dfanout, "$(P)Omsl-FOut") {
field( VAL, "1")
field( UDF, "0")
field( OMSL, "supervisory")
field( OUTA, "$(P)Src:FrontInp0-Sel.OMSL")
field( OUTB, "$(P)Src:FrontInp1-Sel.OMSL")
field( OUTC, "$(P)Src:UnivInp0-Sel.OMSL")
field( OUTD, "$(P)Src:UnivInp1-Sel.OMSL")
field( OUTE, "$(P)Src:UnivInp2-Sel.OMSL")
field( OUTF, "$(P)Src:UnivInp3-Sel.OMSL")
field( OUTA, "$(P)Src$(S=:)FrontInp0-Sel.OMSL")
field( OUTB, "$(P)Src$(S=:)FrontInp1-Sel.OMSL")
field( OUTC, "$(P)Src$(S=:)UnivInp0-Sel.OMSL")
field( OUTD, "$(P)Src$(S=:)UnivInp1-Sel.OMSL")
field( OUTE, "$(P)Src$(S=:)UnivInp2-Sel.OMSL")
field( OUTF, "$(P)Src$(S=:)UnivInp3-Sel.OMSL")
info( autosaveFields_pass0, "VAL")
}

Expand Down

0 comments on commit 2e032dc

Please sign in to comment.