Commit 18f9fbbf authored by Claes Sjofors's avatar Claes Sjofors

OpPlace object changed, User and RttConfig obsolete

parent 7bf339b5
This diff is collapsed.
......@@ -23,6 +23,8 @@ SObject pwrb:Class
! @Version 1.0
! @Group Operator,NodeConfiguration
! @Summary Configuration of rtt and xtt.
! <h2>Obsolete from V4.7.0
!
! Configuration of rtt and xtt.
!*/
Object RttConfig $ClassDef 276
......
......@@ -23,6 +23,8 @@ SObject pwrb:Class
! @Version 2.0
! @Group Operator,NodeConfiguration
! @Summary Configures a user category of an operator station
! <h2>Obsolete from V4.7.0
!
! Configures a user category of an operator station.
!
! Configures a user category below the OpPlace
......
!
! Proview $Id$
! 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_eventlistmask.wb_load -- Defines the mask type EventListMask
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Bitmask for events displayed in the eventlist.
!
! @b See also
! @classlink OpPlace pwrb_opplace.html
!*/
Object EventListMask $TypeDef 52
Body SysBody
Attr Type = pwr_eType_Mask
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Mask"
Attr Elements = 1
EndBody
!/**
! Display alarm return events.
!*/
Object AlarmReturn $Bit
Body SysBody
Attr PgmName = "AlarmReturn"
Attr Text = "AlarmReturn"
Attr Value = 1
EndBody
EndObject
!/**
! Display alarm acknowledge events.
!*/
Object AlarmAck $Bit
Body SysBody
Attr PgmName = "AlarmAck"
Attr Text = "AlarmAck"
Attr Value = 2
EndBody
EndObject
EndObject
EndSObject
!
! Proview $Id$
! 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_td_languageenum.wb_load -- Defines the enum type LanguageEnum
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for language.
!*/
Object LanguageEnum $TypeDef 51
Body SysBody
Attr TypeRef = "pwrs:Type-$Enum"
Attr PgmName = "LanguageEnum"
EndBody
!/**
! English.
!*/
Object English $Value
Body SysBody
Attr PgmName = "English"
Attr Text = "English"
Attr Value = 0
EndBody
EndObject
!/**
! Swedish.
!*/
Object Swedish $Value
Body SysBody
Attr PgmName = "Swedish"
Attr Text = "Swedish"
Attr Value = 1
EndBody
EndObject
!/**
! German.
!*/
Object German $Value
Body SysBody
Attr PgmName = "German"
Attr Text = "German"
Attr Value = 2
EndBody
EndObject
!/**
! French.
!*/
Object French $Value
Body SysBody
Attr PgmName = "French"
Attr Text = "French"
Attr Value = 3
EndBody
EndObject
EndObject
EndSObject
!
! Proview $Id$
! 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_td_onoffenum.wb_load -- Defines the enum type OnOff
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for on/off.
!*/
Object OnOffEnum $TypeDef 48
Body SysBody
Attr TypeRef = "pwrs:Type-$Enum"
Attr PgmName = "OnOffEnum"
EndBody
!/**
! Off.
!*/
Object Off $Value
Body SysBody
Attr PgmName = "Off"
Attr Text = "Off"
Attr Value = 0
EndBody
EndObject
!/**
! On.
!*/
Object On $Value
Body SysBody
Attr PgmName = "On"
Attr Text = "On"
Attr Value = 1
EndBody
EndObject
EndObject
EndSObject
!
! Proview $Id$
! 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_opwindlayoutmask.wb_load -- Defines the mask type OpWindLayoutMask
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Bitmask for layout of operator window.
!
! @b See also
! @classlink OpPlace pwrb_opplace.html
!*/
Object OpWindLayoutMask $TypeDef 50
Body SysBody
Attr Type = pwr_eType_Mask
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Mask"
Attr Elements = 1
EndBody
!/**
! Hide Operator Window.
!*/
Object HideOperatorWindow $Bit
Body SysBody
Attr PgmName = "HideOperatorWindow"
Attr Text = "HideOperatorWindow"
Attr Value = 1
EndBody
EndObject
!/**
! Hide Licence Window.
!*/
Object HideLicenceWindow $Bit
Body SysBody
Attr PgmName = "HideLicenceWindow"
Attr Text = "HideLicenceWindow"
Attr Value = 2
EndBody
EndObject
!/**
! Hide Status bar.
!*/
Object HideStatusBar $Bit
Body SysBody
Attr PgmName = "HideStatusBar"
Attr Text = "HideStatusBar"
Attr Value = 4
EndBody
EndObject
!/**
! Close button.
!*/
Object HideCloseButton $Bit
Body SysBody
Attr PgmName = "HideCloseButton"
Attr Text = "HideCloseButton"
Attr Value = 8
EndBody
EndObject
EndObject
EndSObject
!
! Proview $Id$
! 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_opwindpopmask.wb_load -- Defines the mask type OpWindPopMask
!
SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Bitmask for pop of operator window.
!
! @b See also
! @classlink OpPlace pwrb_opplace.html
!*/
Object OpWindPopMask $TypeDef 49
Body SysBody
Attr Type = pwr_eType_Mask
Attr Size = 4
Attr TypeRef = "pwrs:Type-$Mask"
Attr Elements = 1
EndBody
!/**
! Pop for A alarms.
!*/
Object Aalarm $Bit
Body SysBody
Attr PgmName = "Aalarm"
Attr Text = "Aalarm"
Attr Value = 1
EndBody
EndObject
!/**
! Pop for B alarms.
!*/
Object Balarm $Bit
Body SysBody
Attr PgmName = "Balarm"
Attr Text = "Balarm"
Attr Value = 2
EndBody
EndObject
!/**
! Pop for C alarms.
!*/
Object Calarm $Bit
Body SysBody
Attr PgmName = "Calarm"
Attr Text = "Calarm"
Attr Value = 4
EndBody
EndObject
!/**
! Pop for D larms.
!*/
Object Dalarm $Bit
Body SysBody
Attr PgmName = "Dalarm"
Attr Text = "Dalarm"
Attr Value = 8
EndBody
EndObject
!/**
! Pop for InfoMsg larms.
!*/
Object InfoMsg $Bit
Body SysBody
Attr PgmName = "InfoMsg"
Attr Text = "InfoMsg"
Attr Value = 16
EndBody
EndObject
EndObject
EndSObject
......@@ -22,7 +22,7 @@ SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for yes no.
! Enumeration for true/false.
!*/
Object TrueFalseEnum $TypeDef 45
Body SysBody
......
......@@ -22,7 +22,7 @@ SObject pwrb:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for yes no.
! Enumeration for yes/no.
!*/
Object YesNoEnum $TypeDef 44
Body SysBody
......
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