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
6f012876
Commit
6f012876
authored
Jul 03, 2009
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enum for send/receive in RemTrans, and added size for pointer attributes
parent
c149dd15
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
324 additions
and
216 deletions
+324
-216
remote/wbl/remote/src/remote_c_remchan_ai.wb_load
remote/wbl/remote/src/remote_c_remchan_ai.wb_load
+1
-0
remote/wbl/remote/src/remote_c_remchan_ao.wb_load
remote/wbl/remote/src/remote_c_remchan_ao.wb_load
+1
-0
remote/wbl/remote/src/remote_c_remchan_co.wb_load
remote/wbl/remote/src/remote_c_remchan_co.wb_load
+1
-0
remote/wbl/remote/src/remote_c_remchan_di.wb_load
remote/wbl/remote/src/remote_c_remchan_di.wb_load
+1
-0
remote/wbl/remote/src/remote_c_remchan_do.wb_load
remote/wbl/remote/src/remote_c_remchan_do.wb_load
+1
-0
remote/wbl/remote/src/remote_c_remchan_dv.wb_load
remote/wbl/remote/src/remote_c_remchan_dv.wb_load
+1
-0
remote/wbl/remote/src/remote_c_remtrans.wb_load
remote/wbl/remote/src/remote_c_remtrans.wb_load
+1
-1
remote/wbl/remote/src/remote_ch_type.wb_load
remote/wbl/remote/src/remote_ch_type.wb_load
+25
-0
remote/wbl/remote/src/remote_td_transdirectionenum.wb_load
remote/wbl/remote/src/remote_td_transdirectionenum.wb_load
+61
-0
src/doc/man/en_us/changelog.html
src/doc/man/en_us/changelog.html
+231
-215
No files found.
remote/wbl/remote/src/remote_c_remchan_ai.wb_load
View file @
6f012876
...
...
@@ -71,6 +71,7 @@ SObject Remote:Class
Attr Flags |= PWR_MASK_POINTER
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_INVISIBLE
Attr Size = 4
EndBody
EndObject
!
...
...
remote/wbl/remote/src/remote_c_remchan_ao.wb_load
View file @
6f012876
...
...
@@ -71,6 +71,7 @@ SObject Remote:Class
Attr Flags |= PWR_MASK_POINTER
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_INVISIBLE
Attr Size = 4
EndBody
EndObject
!
...
...
remote/wbl/remote/src/remote_c_remchan_co.wb_load
View file @
6f012876
...
...
@@ -71,6 +71,7 @@ SObject Remote:Class
Attr Flags |= PWR_MASK_POINTER
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_INVISIBLE
Attr Size = 4
EndBody
EndObject
!
...
...
remote/wbl/remote/src/remote_c_remchan_di.wb_load
View file @
6f012876
...
...
@@ -71,6 +71,7 @@ SObject Remote:Class
Attr Flags |= PWR_MASK_POINTER
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_INVISIBLE
Attr Size = 4
EndBody
EndObject
!
...
...
remote/wbl/remote/src/remote_c_remchan_do.wb_load
View file @
6f012876
...
...
@@ -71,6 +71,7 @@ SObject Remote:Class
Attr Flags |= PWR_MASK_POINTER
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_INVISIBLE
Attr Size = 4
EndBody
EndObject
!
...
...
remote/wbl/remote/src/remote_c_remchan_dv.wb_load
View file @
6f012876
...
...
@@ -59,6 +59,7 @@ SObject Remote:Class
Attr Flags |= PWR_MASK_POINTER
Attr Flags |= PWR_MASK_NOEDIT
Attr Flags |= PWR_MASK_INVISIBLE
Attr Size = 4
EndBody
EndObject
!
...
...
remote/wbl/remote/src/remote_c_remtrans.wb_load
View file @
6f012876
...
...
@@ -70,7 +70,7 @@ SObject Remote:Class
!
Object Direction $Attribute 4
Body SysBody
Attr TypeRef = "
pwrs:Type-$UInt32
"
Attr TypeRef = "
Remote:Type-TransDirectionEnum
"
EndBody
EndObject
!
...
...
remote/wbl/remote/src/remote_ch_type.wb_load
0 → 100644
View file @
6f012876
!
! Proview $Id$
! 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.
!
! remote_ch_type.wb_load -- Remote:Type hierarchy.
!
SObject Remote:
Object Type $ClassHier
EndObject
EndSObject
remote/wbl/remote/src/remote_td_transdirectionenum.wb_load
0 → 100644
View file @
6f012876
!
! 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.
!
! nmps_td_transdirectionenum.wb_load -- Defines the enum type Send/Receive
!
SObject Remote:Type
!/**
! @Version 1.0
! @Group Types
! Enumeration for transfer direction, send or receive.
!*/
Object TransDirectionEnum $TypeDef 1
Body SysBody
Attr TypeRef = "pwrs:Type-$Enum"
Attr PgmName = "TransDirectionEnum"
EndBody
!/**
! Receive.
!*/
Object Receive $Value
Body SysBody
Attr PgmName = "Receive"
Attr Text = "Receive"
Attr Value = 1
EndBody
EndObject
!/**
! Send.
!*/
Object Send $Value
Body SysBody
Attr PgmName = "Send"
Attr Text = "Send"
Attr Value = 2
EndBody
EndObject
EndObject
EndSObject
src/doc/man/en_us/changelog.html
View file @
6f012876
This diff is collapsed.
Click to expand it.
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