From 903c9649e918f1aa369463fb9e72464f904ac6d3 Mon Sep 17 00:00:00 2001 From: hadaq Date: Thu, 2 Sep 2010 16:52:30 +0000 Subject: [PATCH] CPU, PID, Core added. Sergey. --- ebctrl/ioc/ebctrlApp/Db/evtbuild.db | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/ebctrl/ioc/ebctrlApp/Db/evtbuild.db b/ebctrl/ioc/ebctrlApp/Db/evtbuild.db index 87861ec..cfeed50 100755 --- a/ebctrl/ioc/ebctrlApp/Db/evtbuild.db +++ b/ebctrl/ioc/ebctrlApp/Db/evtbuild.db @@ -29,6 +29,9 @@ record(genSub,"HAD:$(eb)") { field(FTL,"LONG") field(FTM,"LONG") field(FTN,"LONG") + field(FTO,"LONG") + field(FTP,"LONG") + field(FTQ,"LONG") # field(FTL,"STRING") field(FTVA,"LONG") field(FTVB,"LONG") @@ -44,6 +47,9 @@ record(genSub,"HAD:$(eb)") { field(FTVL,"LONG") field(FTVM,"LONG") field(FTVN,"LONG") + field(FTVO,"LONG") + field(FTVP,"LONG") + field(FTVQ,"LONG") # field(FTVL,"SRTING") field(NOA,"50") field(NOB,"50") @@ -59,6 +65,9 @@ record(genSub,"HAD:$(eb)") { field(NOL,"50") field(NOM,"50") field(NON,"50") + field(NOO,"50") + field(NOP,"50") + field(NOQ,"50") # field(NOL,"50") field(NOVA,"1") field(NOVB,"1") @@ -74,6 +83,9 @@ record(genSub,"HAD:$(eb)") { field(NOVL,"1") field(NOVM,"1") field(NOVN,"1") + field(NOVO,"1") + field(NOVP,"1") + field(NOVQ,"1") # field(NOVL,"1") field(OUTA,"HAD:$(eb):nrOfMsgs PP NMS") field(OUTB,"HAD:$(eb):byteWrit PP NMS") @@ -89,6 +101,9 @@ record(genSub,"HAD:$(eb)") { field(OUTL,"HAD:$(eb):dataMover PP NMS") field(OUTM,"HAD:$(eb):diskNr PP NMS") field(OUTN,"HAD:$(eb):ebNameNr PP NMS") + field(OUTO,"HAD:$(eb):pid PP NMS") + field(OUTP,"HAD:$(eb):cpu PP NMS") + field(OUTQ,"HAD:$(eb):coreNr PP NMS") # field(OUTL,"HAD:$(eb):byteWRateStr PP NMS") } @@ -190,6 +205,27 @@ record(longin,"HAD:$(eb):ebNameNr") field(INP,"Constant") } +record(longin,"HAD:$(eb):pid") +{ + field(DTYP,"Soft Channel") + field(SCAN,"Passive") + field(INP,"Constant") +} + +record(longin,"HAD:$(eb):cpu") +{ + field(DTYP,"Soft Channel") + field(SCAN,"Passive") + field(INP,"Constant") +} + +record(longin,"HAD:$(eb):coreNr") +{ + field(DTYP,"Soft Channel") + field(SCAN,"Passive") + field(INP,"Constant") +} + record(waveform,"HAD:$(eb):ebBuff") { field(DTYP,"Soft Channel") -- 2.43.0