KItinerary

fcbticket.h
1/*
2 SPDX-FileCopyrightText: 2022 Volker Krause <vkrause@kde.org>
3 SPDX-License-Identifier: LGPL-2.0-or-later
4*/
5
6#ifndef KITINERARY_FCBTICKET_H
7#define KITINERARY_FCBTICKET_H
8
9#include "fcbticket1.h"
10#include "fcbticket2.h"
11#include "fcbticket3.h"
12
13#include <variant>
14
15#define FCB_VERSIONED(T) \
16 Fcb::v13::T, Fcb::v2::T, Fcb::v3::T
17
18namespace KItinerary {
19
20class UPERDecoder;
21
22namespace Fcb {
23
24using UicRailTicketData = std::variant<FCB_VERSIONED(UicRailTicketData)>;
25
26
27}
28}
29
30#endif
Decoder for data encoded according to X.691 ASN.1 Unaligned Packed Encoding Rules (UPER).
Definition uperdecoder.h:17
ERA Flexible Content Barcode (FCB) version 1.3.
Definition fcbticket.h:22
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 4 2025 12:02:17 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.