LBS C++ binding
Experimental automated C++ generation from LBS APIs defined in Franca IDL
CommonTypes.types.h
1 #pragma once
2 // Generated from Franca IDL Interface
3 // 2017-04-17 49:17
4 
5 /*
6  * SPDX-License-Identifier: MPL-2.0
7  *
8  * Copyright (C) 2014, PCA Peugeot Citroen, XS Embedded GmbH, TomTom
9  * International B.V., Continental Automotive GmbH, BMW Car IT GmbH,
10  * Alpine Electronics R&D Europe GmbH, AISIN AW CO., LTD., Neusoft
11  * Technology Solutions GmbH, Jaguar Land Rover Limited,
12  * Visteon Corporation, Elektrobit Automotive GmbH
13  *
14  * This Source Code Form is subject to the terms of the
15  * Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
16  * this file, you can obtain one at http://mozilla.org/MPL/2.0/.
17 */
18 
19 #include "franca_types.h"
20 
21 // Typedef #0 from CommonTypes in package org.genivi
22 struct Version {
23  UInt16 versionMajor;
24  UInt16 versionMinor;
25  UInt16 versionMicro;
26  String date;
27 };
28 
29 // Typedef #1 from CommonTypes in package org.genivi
30 typedef UInt32 CategoryID;
Definition: CommonTypes.types.h:22