summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceCAPI/src-gen/org/genivi/am.h
diff options
context:
space:
mode:
Diffstat (limited to 'PluginRoutingInterfaceCAPI/src-gen/org/genivi/am.h')
-rw-r--r--PluginRoutingInterfaceCAPI/src-gen/org/genivi/am.h81
1 files changed, 35 insertions, 46 deletions
diff --git a/PluginRoutingInterfaceCAPI/src-gen/org/genivi/am.h b/PluginRoutingInterfaceCAPI/src-gen/org/genivi/am.h
index adfd7b3..8996092 100644
--- a/PluginRoutingInterfaceCAPI/src-gen/org/genivi/am.h
+++ b/PluginRoutingInterfaceCAPI/src-gen/org/genivi/am.h
@@ -1,22 +1,11 @@
/*
-* This file was generated by the CommonAPI Generators.
-* Used org.genivi.commonapi.core 2.1.2.201309301424.
-* Used org.franca.core 0.8.9.201308271211.
+* This file was generated by the CommonAPI Generators.
+* Used org.genivi.commonapi.core 2.1.5.201312121915.
+* Used org.franca.core 0.8.11.201401091023.
*
-* Copyright (c) 2012 BMW
-*
-* \author Aleksandar Donchev, aleksander.donchev@partner.bmw.de BMW 2013
-*
-* \copyright
-* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction,
-* including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
-* subject to the following conditions:
-* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
-* THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-* For further information see http://www.genivi.org/.
-*
+* This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
+* If a copy of the MPL was not distributed with this file, You can obtain one at
+* http://mozilla.org/MPL/2.0/.
*/
/**
* @author Christian Linke
@@ -155,7 +144,7 @@ namespace am {
/**
* product specific identifier of property
*/
- typedef uint16_t am_ClassProperty_pe;
+ typedef uint16_t am_CustomClassProperty_t;
/**
* describes class properties
*/
@@ -166,14 +155,14 @@ namespace am {
/**
* the property as enum
*/
- am_ClassProperty_pe classProperty;
+ am_CustomClassProperty_t classProperty;
/**
* the value of the property
*/
int16_t value;
am_ClassProperty_s() = default;
- am_ClassProperty_s(const am_ClassProperty_pe& classProperty, const int16_t& value);
+ am_ClassProperty_s(const am_CustomClassProperty_t& classProperty, const int16_t& value);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);
@@ -246,7 +235,7 @@ namespace am {
* This project specific value gives the information about reason for reason for
* Source/Sink change
*/
- typedef uint16_t am_AvailabilityReason_pe;
+ typedef uint16_t am_CustomAvailabilityReason_t;
/**
* with the help of this enum, sinks and sources can report their availability
* state
@@ -304,10 +293,10 @@ namespace am {
* the reason for the last change. This can be used to trigger events that deal
* with state changes.
*/
- am_AvailabilityReason_pe availabilityReason;
+ am_CustomAvailabilityReason_t availabilityReason;
am_Availability_s() = default;
- am_Availability_s(const am_Availability_e& availability, const am_AvailabilityReason_pe& availabilityReason);
+ am_Availability_s(const am_Availability_e& availability, const am_CustomAvailabilityReason_t& availabilityReason);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);
@@ -473,7 +462,7 @@ namespace am {
/**
* describes the different system properties. Project specific
*/
- typedef uint16_t am_SystemPropertyType_pe;
+ typedef uint16_t am_CustomSystemPropertyType_t;
/**
* struct describing system properties
*/
@@ -484,14 +473,14 @@ namespace am {
/**
* the type that is set
*/
- am_SystemPropertyType_pe type;
+ am_CustomSystemPropertyType_t type;
/**
* the value
*/
int16_t value;
am_SystemProperty_s() = default;
- am_SystemProperty_s(const am_SystemPropertyType_pe& type, const int16_t& value);
+ am_SystemProperty_s(const am_CustomSystemPropertyType_t& type, const int16_t& value);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);
@@ -526,7 +515,7 @@ namespace am {
/**
* Project specific sound properties.
*/
- typedef uint16_t am_SoundPropertyType_pe;
+ typedef uint16_t am_CustomSoundPropertyType_t;
/**
* This enum characterizes the data of the EarlyData_t
*/
@@ -566,14 +555,14 @@ namespace am {
/**
* the type of the property - a project specific enum
*/
- am_SoundPropertyType_pe type;
+ am_CustomSoundPropertyType_t type;
/**
* the actual value of the property
*/
int16_t value;
am_SoundProperty_s() = default;
- am_SoundProperty_s(const am_SoundPropertyType_pe& type, const int16_t& value);
+ am_SoundProperty_s(const am_CustomSoundPropertyType_t& type, const int16_t& value);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);
@@ -639,7 +628,7 @@ namespace am {
* Here are all SoundProperties that can be set via the CommandInterface. Product
* specific
*/
- typedef uint16_t am_MainSoundPropertyType_pe;
+ typedef uint16_t am_CustomMainSoundPropertyType_t;
/**
* struct describung mainsound property
*/
@@ -650,14 +639,14 @@ namespace am {
/**
* the type of the property
*/
- am_MainSoundPropertyType_pe type;
+ am_CustomMainSoundPropertyType_t type;
/**
* the actual value
*/
int16_t value;
am_MainSoundProperty_s() = default;
- am_MainSoundProperty_s(const am_MainSoundPropertyType_pe& type, const int16_t& value);
+ am_MainSoundProperty_s(const am_CustomMainSoundPropertyType_t& type, const int16_t& value);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);
@@ -675,7 +664,7 @@ namespace am {
/**
* gives the type of the Notification.
*/
- typedef uint16_t am_NotificationType_pe;
+ typedef uint16_t am_CustomNotificationType_t;
enum class am_NotificationStatus_e: int32_t {
NS_UNKNOWN = 0,
/**
@@ -717,7 +706,7 @@ namespace am {
/**
* The notification type of the notification
*/
- am_NotificationType_pe type;
+ am_CustomNotificationType_t type;
/**
* The Notification status. This can be periodic, min/max value based or even off
* for example
@@ -738,7 +727,7 @@ namespace am {
int16_t parameter;
am_NotificationConfiguration_s() = default;
- am_NotificationConfiguration_s(const am_NotificationType_pe& type, const am_NotificationStatus_e& status, const int16_t& parameter);
+ am_NotificationConfiguration_s(const am_CustomNotificationType_t& type, const am_NotificationStatus_e& status, const int16_t& parameter);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);
@@ -766,7 +755,7 @@ namespace am {
* This project specific value classifies the format in which data is exchanged
* within a connection.
*/
- typedef uint16_t am_ConnectionFormat_pe;
+ typedef uint16_t am_CustomConnectionFormat_t;
/**
* This represents one "hopp" in a route
*/
@@ -789,10 +778,10 @@ namespace am {
/**
* the connectionformat that is used for the route
*/
- am_ConnectionFormat_pe connectionFormat;
+ am_CustomConnectionFormat_t connectionFormat;
am_RoutingElement_s() = default;
- am_RoutingElement_s(const am_sourceID_t& sourceID, const am_sinkID_t& sinkID, const am_domainID_t& domainID, const am_ConnectionFormat_pe& connectionFormat);
+ am_RoutingElement_s(const am_sourceID_t& sourceID, const am_sinkID_t& sinkID, const am_domainID_t& domainID, const am_CustomConnectionFormat_t& connectionFormat);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);
@@ -826,7 +815,7 @@ namespace am {
* responsibility of the product to make sure that the routing plugins are aware
* of the ramp types used.
*/
- typedef uint16_t am_RampType_pe;
+ typedef uint16_t am_CustomRampType_t;
/**
* This datatype determines if a sourceID or a sinkID is used in the union
* following
@@ -868,14 +857,14 @@ namespace am {
/**
* the ramp that shall be driven
*/
- am_RampType_pe ramp;
+ am_CustomRampType_t ramp;
/**
* the time for the ramp
*/
am_time_t time;
am_Volumes_s() = default;
- am_Volumes_s(const am_VolumeType_e& volumeType, const am_DataType_u& volumeID, const am_volume_t& volume, const am_RampType_pe& ramp, const am_time_t& time);
+ am_Volumes_s(const am_VolumeType_e& volumeType, const am_DataType_u& volumeID, const am_volume_t& volume, const am_CustomRampType_t& ramp, const am_time_t& time);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);
@@ -890,7 +879,7 @@ namespace am {
}
};
typedef std::vector<am_Volumes_s> am_Volumes_L;
- typedef std::vector<am_ConnectionFormat_pe> am_ConnectionFormat_L;
+ typedef std::vector<am_CustomConnectionFormat_t> am_ConnectionFormat_L;
typedef bool am_bool_t;
typedef std::vector<am_bool_t> am_Convertion_L;
/**
@@ -1389,7 +1378,7 @@ namespace am {
/**
* This defines the notification type
*/
- am_NotificationType_pe type;
+ am_CustomNotificationType_t type;
/**
* This is finally the value of the notification. It's meaning depends on the
* notificationType
@@ -1397,7 +1386,7 @@ namespace am {
int16_t value;
am_NotificationPayload_s() = default;
- am_NotificationPayload_s(const am_NotificationType_pe& type, const int16_t& value);
+ am_NotificationPayload_s(const am_CustomNotificationType_t& type, const int16_t& value);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);
@@ -1783,10 +1772,10 @@ namespace am {
/**
* the used connectionformat
*/
- am_ConnectionFormat_pe connectionFormat;
+ am_CustomConnectionFormat_t connectionFormat;
am_Connection_s() = default;
- am_Connection_s(const am_connectionID_t& connectionID, const am_sourceID_t& sourceID, const am_sinkID_t& sinkID, const am_timeSync_t& delay, const am_ConnectionFormat_pe& connectionFormat);
+ am_Connection_s(const am_connectionID_t& connectionID, const am_sourceID_t& sourceID, const am_sinkID_t& sinkID, const am_timeSync_t& delay, const am_CustomConnectionFormat_t& connectionFormat);
virtual void readFromInputStream(CommonAPI::InputStream& inputStream);