Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
5ad0a123
Commit
5ad0a123
authored
Aug 01, 2011
by
lm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup of code generator, working towards field hashes
parent
06be9881
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
142 additions
and
106 deletions
+142
-106
MAVLinkXMLParserV10.cc
src/apps/mavlinkgen/generator/MAVLinkXMLParserV10.cc
+136
-106
MAVLinkXMLParserV10.h
src/apps/mavlinkgen/generator/MAVLinkXMLParserV10.h
+6
-0
No files found.
src/apps/mavlinkgen/generator/MAVLinkXMLParserV10.cc
View file @
5ad0a123
This diff is collapsed.
Click to expand it.
src/apps/mavlinkgen/generator/MAVLinkXMLParserV10.h
View file @
5ad0a123
...
...
@@ -58,6 +58,12 @@ signals:
void
parseState
(
QString
message
);
protected:
/** @brief Accumulate the X.25 CRC by adding one char at a time. */
void
crcAccumulate
(
uint8_t
data
,
uint16_t
*
crcAccum
);
/** @brief Initialize the buffer for the X.25 CRC */
void
crcInit
(
uint16_t
*
crcAccum
);
QDomDocument
*
doc
;
QString
outputDirName
;
QString
fileName
;
...
...
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