Commit 67980690 authored by claes's avatar claes

Final remove of ssab

parent 6e5fdfc1
# makefile -- <short description>
#
# PROVIEW/R
# Copyright (C) 1996 by Comator Process AB.
#
# <Description>.
#
include $(pwre_dir_symbols)
ifndef variables_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
endif
ifndef variables_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/variables.mk
endif
ifndef rules_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/rules.mk
endif
ifndef rules_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/rules.mk
endif
.PHONY : all init copy lib exe clean realclean\
$(clean_wbl)
all : init copy exe
init :
copy : $(inc_dir)/pwr_ssabclasses.h \
$(inc_dir)/pwr_ssabclasses.hpp
lib : $(load_dir)/ssab.dbs
exe : $(doc_dir)/en_us/orm/ssab_allclasses.html \
$(exe_dir)/ssab_xtthelp.dat
clean :
realclean : clean $(clean_wbl)
$(load_dir)/ssab.dbs :
@ echo "Generating loadfile for ssab"
@ wb_cmd -q -i create snapshot /file=\"$(pwre_sroot)/wbl/ssab/src/\"/out=\"$(target)\"
@ chmod a+w $(target)
$(inc_dir)/pwr_ssabclasses.h :
@ echo "Generating struct files for ssab classes..."
@ co_convert -s -d $(inc_dir) "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load"
$(inc_dir)/pwr_ssabclasses.hpp :
@ echo "Generating hpp files for ssab classes..."
@ co_convert -po -d $(inc_dir) "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load"
$(doc_dir)/en_us/orm/ssab_allclasses.html :
@ echo "Generating html files for ssab classes en_us..."
@ co_convert -w -d $(doc_dir)/en_us/orm "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load"
@ echo "Generating html files for ssab structs en_us..."
@ co_convert -c -d $(doc_dir)/en_us/orm $(inc_dir)/pwr_ssabclasses.h
@ echo "Generating html files for ssab code en_us..."
@ co_convert -c -d $(doc_dir)/en_us/orm "$(pwre_sroot)/lib/rs/src/rs_plc_macro_ssab.h"
@ co_convert -c -d $(doc_dir)/en_us/orm "$(pwre_sroot)/lib/rs/src/rs_plc_ssab*.c"
@ echo "Generating html files for ssab classes sv_se..."
@ co_convert -w -l sv_se -d $(doc_dir)/sv_se/orm "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load"
@ echo "Generating html files for ssab structs sv_se..."
@ co_convert -c -d $(doc_dir)/sv_se/orm $(inc_dir)/pwr_ssabclasses.h
@ echo "Generating html files for ssab code sv_se..."
@ co_convert -c -d $(doc_dir)/sv_se/orm "$(pwre_sroot)/lib/rs/src/rs_plc_macro_ssab.h"
@ co_convert -c -d $(doc_dir)/sv_se/orm "$(pwre_sroot)/lib/rs/src/rs_plc_ssab*.c"
@ echo "Generating postscript file for ssab classes..."
@ co_convert -q -d $(doc_dir)/en_us "$(pwre_sroot)/wbl/ssab/src/ssab_*.wb_load"
$(exe_dir)/ssab_xtthelp.dat :
@ echo "Generating xtt help files for ssab classes"
@ co_convert -x -d $(exe_dir) "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load"
clean_wbl :
@ if [ -e $(load_dir)/ssab.dbs ]; then \
$(rm) $(rmflags) $(load_dir)/ssab.dbs; \
fi
# makefile -- <short description>
#
# PROVIEW/R
# Copyright (C) 1996 by Comator Process AB.
#
# <Description>.
#
include $(pwre_dir_symbols)
ifndef variables_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
endif
ifndef variables_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/variables.mk
endif
ifndef rules_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/rules.mk
endif
ifndef rules_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/rules.mk
endif
source_dirs = $(hw_source) $(os_source) $(co_source)
.PHONY : all init copy lib exe clean realclean
all : init copy exe
init :
copy : $(inc_dir)/pwr_ssabclasses.h
lib :
exe : $(doc_dir)/ssab_allclasses.html \
$(exe_dir)/ssab_xtthelp.dat
clean :
realclean : clean clean_ssab_xtthelp clean_ssab_html clean_ssabclasses
$(inc_dir)/pwr_ssabclasses.h :
@ echo "Generating struct files for ssab classes..."
@ co_convert -s -d $(inc_dir) "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load"
$(doc_dir)/ssab_allclasses.html :
@ echo "Generating html files for ssab classes..."
@ co_convert -w -d $(doc_dir) "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load"
@ echo "Generating html files for ssab structs..."
@ co_convert -c -d $(doc_dir) $(inc_dir)/pwr_ssabclasses.h
$(exe_dir)/ssab_xtthelp.dat :
@ echo "Generating xtt help files for ssab classes"
@ co_convert -x -d $(exe_dir) "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load"
#$(export_wbl) : $(cnf_dir)/%.wb_vers : %.wb_load
# @ write sys$$output "Exporting $< ..."
# @ $(copy) $(copyflags) $(source) $(target)
# @ if f$$search("$(target)") .nes. "" then $(pur) $(purflags) $(target)
clean_ssab_xtthelp :
@ if [ -e $(exe_dir)/ssab_xtthelp.dat ]; then \
$(rm) $(rmflags) $(exe_dir)/ssab_xtthelp.dat; \
fi
clean_ssab_html :
@ if [ -e $(doc_dir)/ssab_allclasses.html ]; then \
$(rm) $(rmflags) $(doc_dir)/ssab_*.html; \
fi
clean_ssabclasses :
@ if [ -e $(inc_dir)/pwr_ssabclasses.h ]; then \
$(rm) $(rmflags) $(inc_dir)/pwr_ssabclasses.h; \
$(rm) $(rmflags) $(inc_dir)/ssab_c_*.h; \
fi
# makefile -- <short description>
#
# PROVIEW/R
# Copyright (C) 1996 by Comator Process AB.
#
# <Description>.
#
include $(pwre_dir_symbols)
ifndef variables_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
endif
ifndef variables_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/variables.mk
endif
ifndef rules_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/rules.mk
endif
ifndef rules_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/rules.mk
endif
vpath %.wb_load $(hw_source):$(os_source):$(co_source)
source_dirs = $(hw_source) $(os_source) $(co_source)
ssab_volumes := \
$(cnf_dir)/ssab_v.wb_vers
ssab_hierarchies := \
$(cnf_dir)/ssab_ch_ssabclasses.wb_vers
ssab_layouts := \
$(cnf_dir)/ssab_l_base.wb_vers
ssab_classes := \
$(cnf_dir)/ssab_c_buff1440.wb_vers \
$(cnf_dir)/ssab_c_buff256.wb_vers \
$(cnf_dir)/ssab_c_buff32k.wb_vers \
$(cnf_dir)/ssab_c_buff4096.wb_vers \
$(cnf_dir)/ssab_c_loggconfig.wb_vers \
$(cnf_dir)/ssab_c_loctrans.wb_vers \
$(cnf_dir)/ssab_c_multicast.wb_vers \
$(cnf_dir)/ssab_c_remai.wb_vers \
$(cnf_dir)/ssab_c_remao.wb_vers \
$(cnf_dir)/ssab_c_remchan_ai.wb_vers \
$(cnf_dir)/ssab_c_remchan_ao.wb_vers \
$(cnf_dir)/ssab_c_remchan_co.wb_vers \
$(cnf_dir)/ssab_c_remchan_di.wb_vers \
$(cnf_dir)/ssab_c_remchan_do.wb_vers \
$(cnf_dir)/ssab_c_remchan_dv.wb_vers \
$(cnf_dir)/ssab_c_remco.wb_vers \
$(cnf_dir)/ssab_c_remdi.wb_vers \
$(cnf_dir)/ssab_c_remdo.wb_vers \
$(cnf_dir)/ssab_c_remdv.wb_vers \
$(cnf_dir)/ssab_c_remnode.wb_vers \
$(cnf_dir)/ssab_c_remtrans.wb_vers
export_wbl := \
$(ssab_volumes) \
$(ssab_hierarchies) \
$(ssab_classes) \
$(ssab_layouts)
clean_wbl := $(patsubst %.wb_vers,clean_%.wb_vers,$(export_wbl))
.PHONY : all init copy lib exe clean realclean\
$(clean_wbl)
all : init copy exe
init :
copy : $(inc_dir)/pwr_ssabclasses.h
lib : $(export_wbl)
exe : $(exe_dir)/ssab_xtthelp.dat
clean :
realclean : clean $(clean_wbl)
$(inc_dir)/pwr_ssabclasses.h :
@ write sys$$output "Generating struct files for ssab classes..."
@ mc pwr_exe:co_convert -s -d pwr_inc: $(to-vms $(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load)
$(doc_dir)/ssab_allclasses.html :
@ write sys$$output "Generating html files for ssab classes..."
@ mc pwr_exe:co_convert -w -d pwr_doc: $(to_vms $(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load)
@ write sys$$output "Generating html files for ssab structs..."
@ mc pwr_exe:co_convert -c -d pwr_doc: $(inc_dir)/pwr_ssabclasses.h
$(exe_dir)/ssab_xtthelp.dat :
@ write sys$$output "Generating xtt help files for ssab classes"
@ mc pwr_exe:co_convert -x -d pwr_exe: $(to-vms $(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load)
$(clean_wbl) : clean_%.wb_vers : %.wb_vers
@ file := $(to-vms $(cnf_dir)/$*.wb_vers)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
@ file := $(to-vms $(lis_dir)/$*.wb_list)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
# makefile -- <short description>
#
# PROVIEW/R
# Copyright (C) 1996 by Comator Process AB.
#
# <Description>.
#
include $(pwre_dir_symbols)
ifndef variables_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
endif
ifndef variables_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/variables.mk
endif
ifndef rules_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/rules.mk
endif
ifndef rules_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/rules.mk
endif
vpath %.wb_load $(hw_source):$(os_source):$(co_source)
source_dirs = $(hw_source) $(os_source) $(co_source)
ssab_volumes := \
$(cnf_dir)/ssab_v.wb_vers
ssab_hierarchies := \
$(cnf_dir)/ssab_ch_ssabclasses.wb_vers
ssab_layouts := \
$(cnf_dir)/ssab_l_base.wb_vers
ssab_classes := \
$(cnf_dir)/ssab_c_buff1440.wb_vers \
$(cnf_dir)/ssab_c_buff256.wb_vers \
$(cnf_dir)/ssab_c_buff32k.wb_vers \
$(cnf_dir)/ssab_c_buff4096.wb_vers \
$(cnf_dir)/ssab_c_loggconfig.wb_vers \
$(cnf_dir)/ssab_c_loctrans.wb_vers \
$(cnf_dir)/ssab_c_multicast.wb_vers \
$(cnf_dir)/ssab_c_remai.wb_vers \
$(cnf_dir)/ssab_c_remao.wb_vers \
$(cnf_dir)/ssab_c_remchan_ai.wb_vers \
$(cnf_dir)/ssab_c_remchan_ao.wb_vers \
$(cnf_dir)/ssab_c_remchan_co.wb_vers \
$(cnf_dir)/ssab_c_remchan_di.wb_vers \
$(cnf_dir)/ssab_c_remchan_do.wb_vers \
$(cnf_dir)/ssab_c_remchan_dv.wb_vers \
$(cnf_dir)/ssab_c_remco.wb_vers \
$(cnf_dir)/ssab_c_remdi.wb_vers \
$(cnf_dir)/ssab_c_remdo.wb_vers \
$(cnf_dir)/ssab_c_remdv.wb_vers \
$(cnf_dir)/ssab_c_remnode.wb_vers \
$(cnf_dir)/ssab_c_remtrans.wb_vers
export_wbl := \
$(ssab_volumes) \
$(ssab_hierarchies) \
$(ssab_classes) \
$(ssab_layouts)
clean_wbl := $(patsubst %.wb_vers,clean_%.wb_vers,$(export_wbl))
.PHONY : all init copy lib exe clean realclean\
$(clean_wbl)
all : init copy exe
init :
copy : $(inc_dir)/pwr_ssabclasses.h
lib : $(export_wbl)
exe : $(exe_dir)/ssab_xtthelp.dat
clean :
realclean : clean $(clean_wbl)
$(inc_dir)/pwr_ssabclasses.h :
@ write sys$$output "Generating struct files for ssab classes..."
@ mc pwr_exe:co_convert -s -d pwr_inc: $(to-vms $(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load)
$(doc_dir)/ssab_allclasses.html :
@ write sys$$output "Generating html files for ssab classes..."
@ mc pwr_exe:co_convert -w -d pwr_doc: $(to_vms $(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load)
@ write sys$$output "Generating html files for ssab structs..."
@ mc pwr_exe:co_convert -c -d pwr_doc: $(inc_dir)/pwr_ssabclasses.h
$(exe_dir)/ssab_xtthelp.dat :
@ write sys$$output "Generating xtt help files for ssab classes"
@ mc pwr_exe:co_convert -x -d pwr_exe: $(to-vms $(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load)
$(clean_wbl) : clean_%.wb_vers : %.wb_vers
@ file := $(to-vms $(cnf_dir)/$*.wb_vers)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
@ file := $(to-vms $(lis_dir)/$*.wb_list)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
This diff is collapsed.
This diff is collapsed.
!
! Proview $Id: ssab_c_buff1440.wb_load,v 1.2 2005-09-01 14:58:03 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.
!
! ssab_c_Buff1440.wb_load -- Defines the class Buff1440.
!
SObject SSAB:Class
!
! Buff1440 Transbuffer
!
Object Buff1440 $ClassDef 20
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
!
! Buff1440 Runtime Body
!
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Buff1440"
EndBody
!
! Parameter Data
!
Object Data $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Int16"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 720
EndBody
EndObject
EndObject
!
! Template fr Buff1440
!
Object Template Buff1440
Body RtBody
EndBody
EndObject
!
! End Buff1440
!
EndObject
EndSObject
!
! Proview $Id: ssab_c_buff256.wb_load,v 1.2 2005-09-01 14:58:03 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.
!
! ssab_c_Buff256.wb_load -- Defines the class Buff256.
!
SObject SSAB:Class
!
! Buff256 Transbuffer
!
Object Buff256 $ClassDef 19
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
!
! Buff256 Runtime Body
!
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Buff256"
EndBody
!
! Parameter Data
!
Object Data $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Int16"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 128
EndBody
EndObject
EndObject
!
! Template fr Buff256
!
Object Template Buff256
Body RtBody
EndBody
EndObject
!
! End Buff256
!
EndObject
EndSObject
!
! Proview $Id: ssab_c_buff32k.wb_load,v 1.2 2005-09-01 14:58:03 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.
!
! ssab_c_Buff32k.wb_load -- Defines the class Buff32k.
!
SObject SSAB:Class
!
! Buff32k Transbuffer
!
Object Buff32k $ClassDef 22
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
!
! Buff32k Runtime Body
!
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Buff32k"
EndBody
!
! Parameter Data
!
Object Data $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Int16"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 16384
EndBody
EndObject
EndObject
!
! Template fr Buff32k
!
Object Template Buff32k
Body RtBody
EndBody
EndObject
!
! End Buff32k
!
EndObject
EndSObject
!
! Proview $Id: ssab_c_buff4096.wb_load,v 1.2 2005-09-01 14:58:03 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.
!
! ssab_c_Buff4096.wb_load -- Defines the class Buff4096.
!
SObject SSAB:Class
!
! Buff4096 Transbuffer
!
Object Buff4096 $ClassDef 21
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
!
! Buff4096 Runtime Body
!
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Buff4096"
EndBody
!
! Parameter Data
!
Object Data $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Int16"
Attr Flags |= PWR_MASK_ARRAY
Attr Elements = 2048
EndBody
EndObject
EndObject
!
! Template fr Buff4096
!
Object Template Buff4096
Body RtBody
EndBody
EndObject
!
! End Buff4096
!
EndObject
EndSObject
!
! Proview $Id: ssab_c_buffstr80.wb_load,v 1.2 2005-09-01 14:58:03 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.
!
! ssab_c_BuffStr80.wb_load -- Defines the class BuffStr80.
!
SObject SSAB:Class
!
! BuffStr80 Transbuffer
!
Object BuffStr80 $ClassDef 24
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
!
! BuffStr80 Runtime Body
!
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "BuffStr80"
EndBody
!
! Parameter Data
!
Object Data $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
EndObject
!
! Template fr BuffStr80
!
Object Template BuffStr80
Body RtBody
EndBody
EndObject
!
! End BuffStr80
!
EndObject
EndSObject
!
! Proview $Id: ssab_c_loctrans.wb_load,v 1.2 2005-09-01 14:58:03 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.
!
! ssab_c_loctrans.wb_load -- Defines the class LocTrans.
!
SObject SSAB:Class
!
! LocTrans - Local Trans descripton
!
Object LocTrans $ClassDef 23
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
EndBody
!
! RemTrans Runtime Body
!
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "LocTrans"
EndBody
!
! Parameter Description
!
Object Description $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
!
! Parameter DataValid
!
Object DataValid $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean"
Attr Flags |= PWR_MASK_NOEDIT
EndBody
EndObject
EndObject
EndObject ! $ClassDef
EndSObject ! SObject
!
! Proview $Id: ssab_ch_ssabclasses.wb_load,v 1.2 2005-09-01 14:58:03 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund 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.
!
! ssab_ch_ssabclasses.wb_load -- SSAB:Class hierarchy.
!
SObject SSAB:
Object Class $ClassHier
EndObject
EndSObject
!
! Proview $Id: ssab_l_base.wb_load,v 1.2 2005-09-01 14:58:03 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund 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.
!
! ssab_l_base.wb_load -- Defines basic layouts.
!
SObject wb:layout-Configurator-w1-AllClasses
Object SSAB $GroupRef
EndObject
EndSObject
!
! Proview $Id: ssab_v.wb_load,v 1.2 2005-09-01 14:58:03 claes Exp $
! Copyright (C) 2005 SSAB Oxelösund 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.
!
! ssab_v.wb_load -- Loads the ssab volume
!
Volume SSAB pwr_eClass_ClassVolume 0.0.1.3
EndVolume
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