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
50039a92
Commit
50039a92
authored
Mar 31, 2015
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbl doc getXattr, stoXattr and cstoXattr set deprecated
parent
828dc2a8
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
48 additions
and
24 deletions
+48
-24
src/wbl/pwrb/src/pwrb_c_cstoaattr.wb_load
src/wbl/pwrb/src/pwrb_c_cstoaattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_cstoiattr.wb_load
src/wbl/pwrb/src/pwrb_c_cstoiattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_cstosattr.wb_load
src/wbl/pwrb/src/pwrb_c_cstosattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_getaattr.wb_load
src/wbl/pwrb/src/pwrb_c_getaattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_getdattr.wb_load
src/wbl/pwrb/src/pwrb_c_getdattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_getiattr.wb_load
src/wbl/pwrb/src/pwrb_c_getiattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_getsattr.wb_load
src/wbl/pwrb/src/pwrb_c_getsattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_resdattr.wb_load
src/wbl/pwrb/src/pwrb_c_resdattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_setdattr.wb_load
src/wbl/pwrb/src/pwrb_c_setdattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_stoaattr.wb_load
src/wbl/pwrb/src/pwrb_c_stoaattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_stodattr.wb_load
src/wbl/pwrb/src/pwrb_c_stodattr.wb_load
+4
-2
src/wbl/pwrb/src/pwrb_c_stoiattr.wb_load
src/wbl/pwrb/src/pwrb_c_stoiattr.wb_load
+4
-2
No files found.
src/wbl/pwrb/src/pwrb_c_cstoaattr.wb_load
View file @
50039a92
...
...
@@ -39,8 +39,10 @@ SObject pwrb:Class
!/**
! @Version 1.0
! @Code rt_plc_macro_io.h
! @Group Plc,PlcIO
! @Summary Conditional store of analog attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Conditional store of analog attribute from class template plc.
! @image orm_cstoaattr_fo.gif
!
...
...
src/wbl/pwrb/src/pwrb_c_cstoiattr.wb_load
View file @
50039a92
...
...
@@ -39,8 +39,10 @@ SObject pwrb:Class
!/**
! @Version 1.0
! @Code rt_plc_macro_io.h
! @Group Plc,PlcIO
! @Summary Conditional store of integer attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Conditional store of integer attribute from class template plc.
! @image orm_cstoiattr_fo.gif
!
...
...
src/wbl/pwrb/src/pwrb_c_cstosattr.wb_load
View file @
50039a92
...
...
@@ -39,8 +39,10 @@ SObject pwrb:Class
!/**
! @Version 1.0
! @Code rt_plc_macro_io.h
! @Group Plc,PlcIO
! @Summary Conditional store of string attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Conditional store of string attribute from class template plc.
! @image orm_cstosattr_fo.gif
!
...
...
src/wbl/pwrb/src/pwrb_c_getaattr.wb_load
View file @
50039a92
...
...
@@ -38,8 +38,10 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Summary Get analog attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Get analog attribute from class template plc.
!
! @image orm_getaattr_fo.gif
...
...
src/wbl/pwrb/src/pwrb_c_getdattr.wb_load
View file @
50039a92
...
...
@@ -38,8 +38,10 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Summary Get digital attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Get digital attribute from class template plc.
!
! @image orm_getdattr_fo.gif
...
...
src/wbl/pwrb/src/pwrb_c_getiattr.wb_load
View file @
50039a92
...
...
@@ -38,8 +38,10 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Summary Get integer attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Get integer attribute from class template plc.
!
! @image orm_getiattr_fo.gif
...
...
src/wbl/pwrb/src/pwrb_c_getsattr.wb_load
View file @
50039a92
...
...
@@ -38,8 +38,10 @@
SObject pwrb:Class
!/**
! @Version 1.0
! @Group Plc,PlcIO
! @Summary Get string attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Get string attribute from class template plc.
!
! @image orm_getsattr_fo.gif
...
...
src/wbl/pwrb/src/pwrb_c_resdattr.wb_load
View file @
50039a92
...
...
@@ -39,8 +39,10 @@ SObject pwrb:Class
!/**
! @Version 1.0
! @Code rt_plc_macro_io.h
! @Group Plc,PlcIO
! @Summary Reset digital attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Reset digital attribute from class template plc.
! @image orm_resdattr_fo.gif
!
...
...
src/wbl/pwrb/src/pwrb_c_setdattr.wb_load
View file @
50039a92
...
...
@@ -39,8 +39,10 @@ SObject pwrb:Class
!/**
! @Version 1.0
! @Code rt_plc_macro_io.h
! @Group Plc,PlcIO
! @Summary Set digital attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Set digital attribute from class template plc.
! @image orm_setdattr_fo.gif
!
...
...
src/wbl/pwrb/src/pwrb_c_stoaattr.wb_load
View file @
50039a92
...
...
@@ -39,8 +39,10 @@ SObject pwrb:Class
!/**
! @Version 1.0
! @Code rt_plc_macro_io.h
! @Group Plc,PlcIO
! @Summary Store analog attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Store analog attribute from class template plc.
! @image orm_stoaattr_fo.gif
!
...
...
src/wbl/pwrb/src/pwrb_c_stodattr.wb_load
View file @
50039a92
...
...
@@ -39,8 +39,10 @@ SObject pwrb:Class
!/**
! @Version 1.0
! @Code rt_plc_macro_io.h
! @Group Plc,PlcIO
! @Summary Store digital attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Store digital attribute from class template plc.
! @image orm_stodattr_fo.gif
!
...
...
src/wbl/pwrb/src/pwrb_c_stoiattr.wb_load
View file @
50039a92
...
...
@@ -39,8 +39,10 @@ SObject pwrb:Class
!/**
! @Version 1.0
! @Code rt_plc_macro_io.h
! @Group Plc,PlcIO
! @Summary Store integer attribute from class template plc.
! @Summary Deprecated.
! Deprecated.
! This object is deprecated and should not be used in newly written code.
!
! Store integer attribute from class template plc.
! @image orm_stoiattr_fo.gif
!
...
...
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