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
c5ed7ec8
Commit
c5ed7ec8
authored
Sep 26, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plc compile warnings removed
parent
f129b3af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
src/lib/rt/src/rt_plc_macro_io.h
src/lib/rt/src/rt_plc_macro_io.h
+13
-13
No files found.
src/lib/rt/src/rt_plc_macro_io.h
View file @
c5ed7ec8
...
@@ -624,7 +624,7 @@
...
@@ -624,7 +624,7 @@
*/
*/
#define GetExtFloat32_init(obj, name) \
#define GetExtFloat32_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tFloat32)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tFloat32)); \
}
}
#define GetExtFloat32_exec(obj) \
#define GetExtFloat32_exec(obj) \
...
@@ -637,7 +637,7 @@
...
@@ -637,7 +637,7 @@
*/
*/
#define GetExtFloat64_init(obj, name) \
#define GetExtFloat64_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tFloat64)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tFloat64)); \
}
}
#define GetExtFloat64_exec(obj) \
#define GetExtFloat64_exec(obj) \
...
@@ -650,7 +650,7 @@
...
@@ -650,7 +650,7 @@
*/
*/
#define GetExtInt64_init(obj, name) \
#define GetExtInt64_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tInt64)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tInt64)); \
}
}
#define GetExtInt64_exec(obj) \
#define GetExtInt64_exec(obj) \
...
@@ -663,7 +663,7 @@
...
@@ -663,7 +663,7 @@
*/
*/
#define GetExtUInt64_init(obj, name) \
#define GetExtUInt64_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tUInt64)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tUInt64)); \
}
}
#define GetExtUInt64_exec(obj) \
#define GetExtUInt64_exec(obj) \
...
@@ -677,7 +677,7 @@
...
@@ -677,7 +677,7 @@
*/
*/
#define GetExtInt32_init(obj, name) \
#define GetExtInt32_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tInt32)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tInt32)); \
}
}
#define GetExtInt32_exec(obj) \
#define GetExtInt32_exec(obj) \
...
@@ -690,7 +690,7 @@
...
@@ -690,7 +690,7 @@
*/
*/
#define GetExtUInt32_init(obj, name) \
#define GetExtUInt32_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tUInt32)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tUInt32)); \
}
}
#define GetExtUInt32_exec(obj) \
#define GetExtUInt32_exec(obj) \
...
@@ -703,7 +703,7 @@
...
@@ -703,7 +703,7 @@
*/
*/
#define GetExtInt16_init(obj, name) \
#define GetExtInt16_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tInt16)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tInt16)); \
}
}
#define GetExtInt16_exec(obj) \
#define GetExtInt16_exec(obj) \
...
@@ -716,7 +716,7 @@
...
@@ -716,7 +716,7 @@
*/
*/
#define GetExtUInt16_init(obj, name) \
#define GetExtUInt16_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tUInt16)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tUInt16)); \
}
}
#define GetExtUInt16_exec(obj) \
#define GetExtUInt16_exec(obj) \
...
@@ -729,7 +729,7 @@
...
@@ -729,7 +729,7 @@
*/
*/
#define GetExtInt8_init(obj, name) \
#define GetExtInt8_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tInt8)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tInt8)); \
}
}
#define GetExtInt8_exec(obj) \
#define GetExtInt8_exec(obj) \
...
@@ -742,7 +742,7 @@
...
@@ -742,7 +742,7 @@
*/
*/
#define GetExtUInt8_init(obj, name) \
#define GetExtUInt8_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tUInt8)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tUInt8)); \
}
}
#define GetExtUInt8_exec(obj) \
#define GetExtUInt8_exec(obj) \
...
@@ -755,7 +755,7 @@
...
@@ -755,7 +755,7 @@
*/
*/
#define GetExtBoolean_init(obj, name) \
#define GetExtBoolean_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tBoolean)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tBoolean)); \
}
}
#define GetExtBoolean_exec(obj) \
#define GetExtBoolean_exec(obj) \
...
@@ -768,7 +768,7 @@
...
@@ -768,7 +768,7 @@
*/
*/
#define GetExtString_init(obj, name) \
#define GetExtString_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tString80)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tString80)); \
}
}
#define GetExtString_exec(obj) \
#define GetExtString_exec(obj) \
...
@@ -781,7 +781,7 @@
...
@@ -781,7 +781,7 @@
*/
*/
#define GetExtTime_init(obj, name) \
#define GetExtTime_init(obj, name) \
{ \
{ \
gdh_RefObjectInfo( name, &obj->ExtP, 0, sizeof(pwr_tTime)); \
gdh_RefObjectInfo( name,
(void **)
&obj->ExtP, 0, sizeof(pwr_tTime)); \
}
}
#define GetExtTime_exec(obj) \
#define GetExtTime_exec(obj) \
...
...
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