Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KItinerary
Commits
89008c9a
Commit
89008c9a
authored
Oct 12, 2022
by
Volker Krause
Browse files
Also dump U_FLEX blocks in UIC 918.3 tickets
parent
9a8ea1c6
Pipeline
#246521
failed with stage
in 6 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tools/ticket-barcode-dump.cpp
View file @
89008c9a
...
...
@@ -5,6 +5,7 @@
*/
#include
"../lib/asn1/berelement.h"
#include
"../lib/era/fcbticket.h"
#include
"../lib/era/ssbv1ticket.h"
#include
"../lib/era/ssbv2ticket.h"
#include
"../lib/era/ssbv3ticket.h"
...
...
@@ -149,6 +150,9 @@ static void dumpUic9183(const QByteArray &data)
<<
" format: "
<<
field
.
format
()
<<
"]: "
<<
qPrintable
(
field
.
text
())
<<
std
::
endl
;
}
}
else
if
(
block
.
isA
<
Fcb
::
UicRailTicketData
>
())
{
Fcb
::
UicRailTicketData
fcb
(
block
);
dumpGadget
(
&
fcb
,
" "
);
}
else
if
(
block
.
isA
<
Vendor0080BLBlock
>
())
{
Vendor0080BLBlock
vendor
(
block
);
dumpGadget
(
&
vendor
,
" "
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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