Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
16450fb0
Commit
16450fb0
authored
May 27, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IO flags i ClassDef flags
parent
ca25b288
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
8 deletions
+28
-8
src/wbl/pwrs/src/pwrs_td_classdefflags.wb_load
src/wbl/pwrs/src/pwrs_td_classdefflags.wb_load
+28
-8
No files found.
src/wbl/pwrs/src/pwrs_td_classdefflags.wb_load
View file @
16450fb0
...
...
@@ -143,25 +143,45 @@ SObject pwrs:Type
EndBody
EndObject
!/**
! Object
has callbacks
.
! Object
is IO agent
.
!*/
Object
HasCallBack
$Bit
Object
IOAgent
$Bit
Body SysBody
Attr PgmName = "
HasCallBack
"
Attr Text = "
HasCallBack
"
Attr PgmName = "
IOAgent
"
Attr Text = "
IOAgent
"
Attr Value = 4096
EndBody
EndObject
!/**
! Object
has casted attributes
.
! Object
is IO rack
.
!*/
Object
CastAttr
$Bit
Object
IORack
$Bit
Body SysBody
Attr PgmName = "
CastAttr
"
Attr Text = "
CastAttr
"
Attr PgmName = "
IORack
"
Attr Text = "
IORack
"
Attr Value = 8192
EndBody
EndObject
!/**
! Object is IO card.
!*/
Object IOCard $Bit
Body SysBody
Attr PgmName = "IOCard"
Attr Text = "IOCard"
Attr Value = 16384
EndBody
EndObject
!/**
! Object has callbacks.
!*/
Object HasCallBack $Bit
Body SysBody
Attr PgmName = "HasCallBack"
Attr Text = "HasCallBack"
Attr Value = 32768
EndBody
EndObject
EndObject
EndSObject
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment