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
8e4db86d
Commit
8e4db86d
authored
Jan 10, 2020
by
Marcus Nordenberg
Committed by
Claes Sjöfors
Mar 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
profinet: increase size of Const data for a device
parent
b436336c
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1140 additions
and
1120 deletions
+1140
-1120
profibus/lib/cow/src/cow_pn_gsdml.cpp
profibus/lib/cow/src/cow_pn_gsdml.cpp
+1138
-1119
profibus/lib/cow/src/cow_pn_gsdml.h
profibus/lib/cow/src/cow_pn_gsdml.h
+2
-1
No files found.
profibus/lib/cow/src/cow_pn_gsdml.cpp
View file @
8e4db86d
This diff is collapsed.
Click to expand it.
profibus/lib/cow/src/cow_pn_gsdml.h
View file @
8e4db86d
...
...
@@ -50,6 +50,7 @@ typedef struct
}
gsdml_sModuleClass
;
typedef
char
gsdml_tString80
[
80
];
typedef
char
gsdml_tString2048
[
2048
];
typedef
char
gsdml_tString1024
[
1024
];
typedef
char
gsdml_tString512
[
512
];
typedef
char
gsdml_tString
[
80
];
...
...
@@ -711,7 +712,7 @@ public:
typedef
struct
{
gsdml_tUnsigned32
ByteOffset
;
gsdml_tString
1024
Data
;
gsdml_tString
2048
Data
;
}
gsdml_sConst
;
class
gsdml_Const
...
...
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