Commit 24d13e72 authored by claes's avatar claes

*** empty log message ***

parent b05fc2e8
070209 cs . Release 4.3.0-1.
070501 cs . Release 4.4.0-1.
!
! Proview $Id: pwrb_c_statusserverconfig.wb_load,v 1.1 2007-05-16 12:38:37 claes Exp $
! Copyright (C) 2005 SSAB Oxelsund AB.
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License as
! published by the Free Software Foundation, either version 2 of
! the License, or (at your option) any later version.
!
! This program is distributed in the hope that it will be useful
! but WITHOUT ANY WARRANTY; without even the implied warranty of
! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
! along with the program, if not, write to the Free Software
! Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
!
! pwrb_c_sysmonconfig.wb_load -- Defines the class SysMonConfig.
!
SObject pwrb:Class
!/**
! @Group Supervision,NodeConfiguration
! @Summary Status Server configuration
! Configuration object for the Status Server.
!
! @b Object graph
! @image orm_statusserverconfig_og.gif
!*/
Object StatusServerConfig $ClassDef 508
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
Attr PopEditor = 2
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "StatusServerConfig"
EndBody
!/**
! Optional description.
!*/
Object Description $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
EndObject
EndObject
EndSObject
...@@ -4,22 +4,23 @@ link_rule_mk := 1 ...@@ -4,22 +4,23 @@ link_rule_mk := 1
ifeq ($(export_type),exp) ifeq ($(export_type),exp)
link = $(ldxx) $(explinkflags) $(domap) -o $(pwr_exe)/wb_gtk \ link = $(ldxx) $(explinkflags) $(domap) -o $(pwr_exe)/wb_gtk \
$(bld_dir)/wb_gtk.o $(bld_dir)/wb_main.o $(wb_msg_eobjs) $(rt_msg_eobjs) \ $(bld_dir)/wb_gtk.o $(bld_dir)/wb_main.o $(wb_msg_eobjs) $(rt_msg_eobjs) \
$(pwr_eobj)/rt_io_user.o $(pwr_obj)/wb_procom.o \ $(pwr_eobj)/rt_io_user.o $(pwr_obj)/wb_procom.o $(pwr_eobj)/stdsoap2.o \
-L/usr/X11R6/lib -L/usr/local/BerkeleyDB.4.0/lib \ -L/usr/X11R6/lib -L/usr/local/BerkeleyDB.4.0/lib \
-L/opt/gnome/lib \ -L/opt/gnome/lib \
-lpwr_wb_gtk -lpwr_wb -lpwr_wb_gtk -lpwr_wb -lpwr_rt_gtk -lpwr_rt -lpwr_ge_gtk -lpwr_ge \ -lpwr_wb_gtk -lpwr_wb -lpwr_wb_gtk -lpwr_wb -lpwr_rt_gtk -lpwr_rt \
-lpwr_flow_gtk -lpwr_flow -lpwr_glow_gtk -lpwr_glow -lpwr_co_gtk -lpwr_co \ -lpwr_ge_gtk -lpwr_ge \
-lpwr_flow_gtk -lpwr_flow -lpwr_glow_gtk -lpwr_glow -lpwr_co_gtk -lpwr_co -lpwr_rt -lpwr_statussrv \
`pkg-config --libs gtk+-2.0` \ `pkg-config --libs gtk+-2.0` \
-lpwr_msg_dummy -lantlr \ -lpwr_msg_dummy -lantlr \
-lrpcsvc -lpthread -lm -ldb_cxx -lz -lrpcsvc -lpthread -lm -ldb_cxx -lz
else else
link = $(ldxx) $(elinkflags) $(domap) -o $(pwr_exe)/wb_gtk \ link = $(ldxx) $(elinkflags) $(domap) -o $(pwr_exe)/wb_gtk \
$(bld_dir)/wb_gtk.o $(bld_dir)/wb_main.o $(wb_msg_eobjs) $(rt_msg_eobjs) \ $(bld_dir)/wb_gtk.o $(bld_dir)/wb_main.o $(wb_msg_eobjs) $(rt_msg_eobjs) \
$(pwr_eobj)/rt_io_user.o $(pwr_obj)/wb_procom.o \ $(pwr_eobj)/rt_io_user.o $(pwr_obj)/wb_procom.o $(pwr_eobj)/stdsoap2.o \
-L/usr/X11R6/lib -L/usr/local/BerkeleyDB.4.0/lib \ -L/usr/X11R6/lib -L/usr/local/BerkeleyDB.4.0/lib \
-L/opt/gnome/lib \ -L/opt/gnome/lib \
-lpwr_wb_gtk -lpwr_wb -lpwr_rt_gtk -lpwr_rt -lpwr_ge_gtk -lpwr_ge \ -lpwr_wb_gtk -lpwr_wb -lpwr_rt_gtk -lpwr_rt -lpwr_ge_gtk -lpwr_ge \
-lpwr_flow_gtk -lpwr_flow -lpwr_glow_gtk -lpwr_glow -lpwr_co_gtk -lpwr_co \ -lpwr_flow_gtk -lpwr_flow -lpwr_glow_gtk -lpwr_glow -lpwr_co_gtk -lpwr_co -lpwr_statussrv -lpwr_rt\
`pkg-config --libs gtk+-2.0` \ `pkg-config --libs gtk+-2.0` \
-lpwr_msg_dummy -lantlr \ -lpwr_msg_dummy -lantlr \
-lrpcsvc -lpthread -lm -ldb_cxx -lz -lrpcsvc -lpthread -lm -ldb_cxx -lz
......
...@@ -3,8 +3,6 @@ link_rule_mk := 1 ...@@ -3,8 +3,6 @@ link_rule_mk := 1
link = $(ldxx) $(elinkflags) $(domap) -o $(pwr_exe)/rt_statusmon_gtk \ link = $(ldxx) $(elinkflags) $(domap) -o $(pwr_exe)/rt_statusmon_gtk \
$(bld_dir)/rt_statusmon_gtk.o \ $(bld_dir)/rt_statusmon_gtk.o \
$(bld_dir)/statusmon_nodelist_gtk.o $(bld_dir)/statusmon_nodelistnav_gtk.o \
$(bld_dir)/statusmon_nodelist.o $(bld_dir)/statusmon_nodelistnav.o \
$(pwr_eobj)/stdsoap2.o \ $(pwr_eobj)/stdsoap2.o \
$(wb_msg_eobjs) $(rt_msg_eobjs) \ $(wb_msg_eobjs) $(rt_msg_eobjs) \
-L/usr/X11R6/lib \ -L/usr/X11R6/lib \
......
...@@ -4,19 +4,19 @@ ...@@ -4,19 +4,19 @@
101 20 101 20
102 -23 102 -23
103 165 103 165
104 4.15877 104 3.49377
136 4.15877 136 3.49377
105 100 105 100
106 -4 106 -4
107 9 107 8
108 40.4564 108 40.4564
109 0.64779 109 0.64779
110 36.185 110 36.185
111 2.37709 111 2.37709
116 0 116 0
117 25 117 20
118 139 118 118
119 160 119 129
120 0 120 0
121 Claes context 121 Claes context
122 0 122 0
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
134 134
22 22
2200 0 2200 0
2201 333 2201 334
2202 pwr_c_node 2202 pwr_c_node
2203 51 2203 51
2205 0 2205 0
...@@ -74,7 +74,7 @@ pwr_exe: ...@@ -74,7 +74,7 @@ pwr_exe:
2226 1000 2226 1000
2227 2227
2228 0 2228 0
2229 0 2229 1
2233 1 2233 1
2234 2 2234 2
2235 1 2235 1
...@@ -397,6 +397,7 @@ pwr_exe: ...@@ -397,6 +397,7 @@ pwr_exe:
701 1.35 701 1.35
99 99
1304 0 1304 0
1307 0
99 99
2908 2908
28 28
...@@ -504,6 +505,7 @@ pwr_exe: ...@@ -504,6 +505,7 @@ pwr_exe:
701 0.65 701 0.65
99 99
1304 0 1304 0
1307 0
99 99
2908 2908
28 28
...@@ -593,6 +595,7 @@ pwr_exe: ...@@ -593,6 +595,7 @@ pwr_exe:
3002 3.25 3002 3.25
3003 2.45 3003 2.45
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -625,6 +628,7 @@ pwr_exe: ...@@ -625,6 +628,7 @@ pwr_exe:
3002 4.99929 3002 4.99929
3003 4.29929 3003 4.29929
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -904,6 +908,7 @@ pwr_exe: ...@@ -904,6 +908,7 @@ pwr_exe:
3002 5.81052 3002 5.81052
3003 5.11052 3003 5.11052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -1190,6 +1195,7 @@ pwr_exe: ...@@ -1190,6 +1195,7 @@ pwr_exe:
3002 6.66052 3002 6.66052
3003 5.96052 3003 5.96052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -1349,6 +1355,7 @@ pwr_exe: ...@@ -1349,6 +1355,7 @@ pwr_exe:
3002 7.51052 3002 7.51052
3003 6.81052 3003 6.81052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -1508,6 +1515,7 @@ pwr_exe: ...@@ -1508,6 +1515,7 @@ pwr_exe:
3002 5.81052 3002 5.81052
3003 5.11052 3003 5.11052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -1667,6 +1675,7 @@ pwr_exe: ...@@ -1667,6 +1675,7 @@ pwr_exe:
3002 6.66052 3002 6.66052
3003 5.96052 3003 5.96052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -1826,6 +1835,7 @@ pwr_exe: ...@@ -1826,6 +1835,7 @@ pwr_exe:
3002 7.51052 3002 7.51052
3003 6.81052 3003 6.81052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -1985,6 +1995,7 @@ pwr_exe: ...@@ -1985,6 +1995,7 @@ pwr_exe:
3002 5.81052 3002 5.81052
3003 5.11052 3003 5.11052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -2144,6 +2155,7 @@ pwr_exe: ...@@ -2144,6 +2155,7 @@ pwr_exe:
3002 6.66052 3002 6.66052
3003 5.96052 3003 5.96052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -2547,6 +2559,7 @@ pwr_exe: ...@@ -2547,6 +2559,7 @@ pwr_exe:
3002 9.41052 3002 9.41052
3003 8.71052 3003 8.71052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -5900,6 +5913,7 @@ pwr_exe: ...@@ -5900,6 +5913,7 @@ pwr_exe:
3002 11.3605 3002 11.3605
3003 10.6605 3003 10.6605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -7025,6 +7039,7 @@ pwr_exe: ...@@ -7025,6 +7039,7 @@ pwr_exe:
3002 14.5605 3002 14.5605
3003 13.8605 3003 13.8605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -7270,6 +7285,7 @@ pwr_exe: ...@@ -7270,6 +7285,7 @@ pwr_exe:
3002 16.1605 3002 16.1605
3003 15.4605 3003 15.4605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -7515,6 +7531,7 @@ pwr_exe: ...@@ -7515,6 +7531,7 @@ pwr_exe:
3002 17.7605 3002 17.7605
3003 17.0605 3003 17.0605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -7760,6 +7777,7 @@ pwr_exe: ...@@ -7760,6 +7777,7 @@ pwr_exe:
3002 18.5605 3002 18.5605
3003 17.8605 3003 17.8605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -8005,6 +8023,7 @@ pwr_exe: ...@@ -8005,6 +8023,7 @@ pwr_exe:
3002 19.3605 3002 19.3605
3003 18.6605 3003 18.6605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -8250,6 +8269,7 @@ pwr_exe: ...@@ -8250,6 +8269,7 @@ pwr_exe:
3002 20.9605 3002 20.9605
3003 20.2605 3003 20.2605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -8495,6 +8515,7 @@ pwr_exe: ...@@ -8495,6 +8515,7 @@ pwr_exe:
3002 21.7605 3002 21.7605
3003 21.0605 3003 21.0605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -8740,6 +8761,7 @@ pwr_exe: ...@@ -8740,6 +8761,7 @@ pwr_exe:
3002 23.3605 3002 23.3605
3003 22.6605 3003 22.6605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -8927,6 +8949,7 @@ pwr_exe: ...@@ -8927,6 +8949,7 @@ pwr_exe:
3002 10.4105 3002 10.4105
3003 9.71052 3003 9.71052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -12975,6 +12998,7 @@ pwr_exe: ...@@ -12975,6 +12998,7 @@ pwr_exe:
3002 10.4105 3002 10.4105
3003 9.71052 3003 9.71052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -13007,6 +13031,7 @@ pwr_exe: ...@@ -13007,6 +13031,7 @@ pwr_exe:
3002 10.4105 3002 10.4105
3003 9.71052 3003 9.71052
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -13039,6 +13064,7 @@ pwr_exe: ...@@ -13039,6 +13064,7 @@ pwr_exe:
3002 11.3605 3002 11.3605
3003 10.6605 3003 10.6605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -13071,6 +13097,7 @@ pwr_exe: ...@@ -13071,6 +13097,7 @@ pwr_exe:
3002 12.1605 3002 12.1605
3003 11.4605 3003 11.4605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -13103,6 +13130,7 @@ pwr_exe: ...@@ -13103,6 +13130,7 @@ pwr_exe:
3002 13.7605 3002 13.7605
3003 13.0605 3003 13.0605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -13135,6 +13163,7 @@ pwr_exe: ...@@ -13135,6 +13163,7 @@ pwr_exe:
3002 15.3605 3002 15.3605
3003 14.6605 3003 14.6605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -13167,6 +13196,7 @@ pwr_exe: ...@@ -13167,6 +13196,7 @@ pwr_exe:
3002 16.9605 3002 16.9605
3003 16.2605 3003 16.2605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -13199,6 +13229,7 @@ pwr_exe: ...@@ -13199,6 +13229,7 @@ pwr_exe:
3002 12.9605 3002 12.9605
3003 12.2605 3003 12.2605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -21239,6 +21270,7 @@ pwr_exe: ...@@ -21239,6 +21270,7 @@ pwr_exe:
3002 24.1605 3002 24.1605
3003 23.4605 3003 23.4605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -21302,6 +21334,7 @@ pwr_exe: ...@@ -21302,6 +21334,7 @@ pwr_exe:
3002 27.7105 3002 27.7105
3003 27.0105 3003 27.0105
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -21436,6 +21469,7 @@ pwr_exe: ...@@ -21436,6 +21469,7 @@ pwr_exe:
3002 27.7105 3002 27.7105
3003 27.0105 3003 27.0105
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -21468,6 +21502,7 @@ pwr_exe: ...@@ -21468,6 +21502,7 @@ pwr_exe:
3002 27.6605 3002 27.6605
3003 26.9605 3003 26.9605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -21682,6 +21717,7 @@ pwr_exe: ...@@ -21682,6 +21717,7 @@ pwr_exe:
3002 22.5605 3002 22.5605
3003 21.8605 3003 21.8605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -22429,6 +22465,7 @@ pwr_exe: ...@@ -22429,6 +22465,7 @@ pwr_exe:
3002 24.9605 3002 24.9605
3003 24.2605 3003 24.2605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -22674,6 +22711,7 @@ pwr_exe: ...@@ -22674,6 +22711,7 @@ pwr_exe:
3002 25.7605 3002 25.7605
3003 25.2605 3003 25.2605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -22752,8 +22790,8 @@ pwr_exe: ...@@ -22752,8 +22790,8 @@ pwr_exe:
2701 2701
2700 2700
10 10
1000 Grp332_ 1000 Grp333_
1002 Grp332_ 1002 Grp333_
1005 1005
0 0
0 0
...@@ -22862,7 +22900,7 @@ pwr_exe: ...@@ -22862,7 +22900,7 @@ pwr_exe:
36 36
3600 3600
3 3
300 Grp332_ 300 Grp333_
301 301
2 2
19 19
...@@ -22914,11 +22952,12 @@ pwr_exe: ...@@ -22914,11 +22952,12 @@ pwr_exe:
99 99
30 30
3004 3004
3000 5.40511 3000 5.20511
3001 1.45511 3001 1.45511
3002 26.5605 3002 26.5605
3003 25.9605 3003 25.9605
3008 103 3008 103
3010 0
3007 0 3007 0
3006 3006
3005 3005
...@@ -22926,7 +22965,7 @@ pwr_exe: ...@@ -22926,7 +22965,7 @@ pwr_exe:
900 2 900 2
901 304 901 304
904 0 904 0
902 rs_nmps_bck 902 rt_statussrv
903 903
7 7
700 1.1 700 1.1
...@@ -22971,7 +23010,7 @@ pwr_exe: ...@@ -22971,7 +23010,7 @@ pwr_exe:
318 0 318 0
319 0 319 0
320 0 320 0
328 -1216526120 328 0
99 99
99 99
99 99
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment