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
09f407ca
Commit
09f407ca
authored
Nov 29, 2018
by
Marcus Nordenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update gsdml parser
parent
c65141e0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3304 additions
and
2574 deletions
+3304
-2574
profibus/lib/cow/src/cow_pn_gsdml.cpp
profibus/lib/cow/src/cow_pn_gsdml.cpp
+2255
-1837
profibus/lib/cow/src/cow_pn_gsdml.h
profibus/lib/cow/src/cow_pn_gsdml.h
+349
-250
profibus/lib/rt/src/os_linux/rt_pn_iface.cpp
profibus/lib/rt/src/os_linux/rt_pn_iface.cpp
+698
-485
src/lib/co/src/co_xml_parser.h
src/lib/co/src/co_xml_parser.h
+2
-2
No files found.
profibus/lib/cow/src/cow_pn_gsdml.cpp
View file @
09f407ca
This diff is collapsed.
Click to expand it.
profibus/lib/cow/src/cow_pn_gsdml.h
View file @
09f407ca
This diff is collapsed.
Click to expand it.
profibus/lib/rt/src/os_linux/rt_pn_iface.cpp
View file @
09f407ca
This diff is collapsed.
Click to expand it.
src/lib/co/src/co_xml_parser.h
View file @
09f407ca
...
...
@@ -65,8 +65,8 @@ public:
co_xml_parser
*
parser
;
unsigned
int
tag_stack
[
100
];
unsigned
int
tag_stack_cnt
;
void
*
object_stack
[
100
];
unsigned
int
object_stack_id
[
100
];
void
*
object_stack
[
2048
];
unsigned
int
object_stack_id
[
2048
];
unsigned
int
object_stack_cnt
;
};
...
...
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