Commit 3a72e4d8 authored by claes's avatar claes

Process status and classgraphs for servers

parent 4623f998
! pwrb_c_application.wb_load -- Defines the class Application.
!
! PROVIEW/R
! Copyright (C) 1997 by Comator Process AB.
!
! <Description>.
!
!
SObject pwrb:Class
!/**
! @Version 1.0
! @Group NodeConfiguration
! @Summary Configures the an application
! Configures an application.
!*/
Object Application $ClassDef 363
Body SysBody
Attr Editor = pwr_eEditor_AttrEd
Attr Method = pwr_eMethod_Standard
Attr PopEditor = 2
EndBody
Object RtBody $ObjBodyDef 1
Body SysBody
Attr StructName = "Application"
EndBody
Object Description $Attribute 1
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
Object BuildCmd $Attribute 2
Body SysBody
Attr TypeRef = "pwrs:Type-$String80"
EndBody
EndObject
Object Anix $Attribute 3
Body SysBody
Attr TypeRef = "pwrs:Type-$Int32"
EndBody
EndObject
EndObject
EndObject
EndSObject
! pwrs_t_netstatus.wb_load -- Defines the basic type NetStatus
!
! PROVIEW/R
! Copyright (C) 1996 by Comator Process AB.
!
! <Description>.
!
SObject pwrs:Type
!/**
! @Version 1.0
! @Code pwr.h
! @Group BasicTypes,Types
! Status value. Basic type.
!
!*/
Object $NetStatus pwr_eClass_Type pwr_eTix_NetStatus
Body SysBody
Attr Type = pwr_eType_NetStatus
Attr Size = 4
EndBody
EndObject
EndSObject
! pwrs_t_status.wb_load -- Defines the basic type Status
!
! PROVIEW/R
! Copyright (C) 1996 by Comator Process AB.
!
! <Description>.
!
SObject pwrs:Type
!/**
! @Version 1.0
! @Code pwr.h
! @Group BasicTypes,Types
! Status value. Basic type.
!
!*/
Object $Status pwr_eClass_Type pwr_eTix_Status
Body SysBody
Attr Type = pwr_eType_Status
Attr Size = 4
EndBody
EndObject
EndSObject
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