summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-03-06 09:48:38 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-03-06 09:48:38 +0100
commitccf28ed5eb4acba6dbfb36ac6cbadf747c57fa14 (patch)
tree2583249b8861f09e304371679d5ce276f3833184 /include
parent8ced1dced5ae1fbc7356ec65c03e6e8201216155 (diff)
downloadaudiomanager-ccf28ed5eb4acba6dbfb36ac6cbadf747c57fa14.tar.gz
* changed licence of Interfaceheaders and audiomanagertypes.h after review
Diffstat (limited to 'include')
-rw-r--r--include/audiomanagertypes.h131
-rw-r--r--include/command/IAmCommandReceive.h39
-rw-r--r--include/command/IAmCommandSend.h39
-rw-r--r--include/control/IAmControlReceive.h39
-rw-r--r--include/control/IAmControlSend.h39
-rw-r--r--include/routing/IAmRoutingReceive.h39
-rw-r--r--include/routing/IAmRoutingSend.h39
7 files changed, 193 insertions, 172 deletions
diff --git a/include/audiomanagertypes.h b/include/audiomanagertypes.h
index b16b637..c4a5954 100644
--- a/include/audiomanagertypes.h
+++ b/include/audiomanagertypes.h
@@ -1,24 +1,27 @@
-/** Copyright (c) 2012 GENIVI Alliance
- * Copyright (c) 2012 BMW
+/**
+ * Copyright (C) 2012, GENIVI Alliance, Inc.
+ * Copyright (C) 2012, BMW AG
*
- * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ * This file is part of GENIVI Project AudioManager.
*
- * \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/.
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
+ *
+ * \copyright
+ * 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 Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ *
+ * \file CAmCommandReceiver.h
+ * For further information see http://www.genivi.org/.
*
- *
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_FF16184D_524E_4747_8AC7_DD40DA868A0E__INCLUDED_)
-#define EA_FF16184D_524E_4747_8AC7_DD40DA868A0E__INCLUDED_
+#if !defined(EA_F324BBAC_CA26_4b9b_8BE7_166AB6A61889__INCLUDED_)
+#define EA_F324BBAC_CA26_4b9b_8BE7_166AB6A61889__INCLUDED_
#include <stdint.h>
#include "projecttypes.h"
@@ -31,63 +34,63 @@ namespace am {
/**
* a domain ID
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_domainID_t;
/**
* a source ID
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_sourceID_t;
/**
* a sink ID
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_sinkID_t;
/**
* a gateway ID
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_gatewayID_t;
/**
* a crossfader ID
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_crossfaderID_t;
/**
* a connection ID
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_connectionID_t;
/**
* a mainConnection ID
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_mainConnectionID_t;
/**
* speed
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_speed_t;
/**
* The unit is 0.1 db steps,The smallest value -3000 (=AM_MUTE). The minimum and maximum can be limited by actual project.
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef int16_t am_volume_t;
@@ -95,40 +98,40 @@ namespace am {
* This is the volume presented on the command interface. It is in the duty of the Controller to change the volumes given here into meaningful values on the routing interface.
* The range of this type is customer specific.
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef int16_t am_mainVolume_t;
/**
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_sourceClass_t;
/**
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_sinkClass_t;
/**
* time in ms!
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef uint16_t am_time_t;
/**
* offset time that is introduced in milli seconds.
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
typedef int16_t am_timeSync_t;
/**
* with the help of this enum, sinks and sources can report their availability state
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_Availablility_e
{
@@ -150,7 +153,7 @@ namespace am {
/**
* represents the connection state
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_ConnectionState_e
{
@@ -180,7 +183,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_DomainState_e
{
@@ -206,7 +209,7 @@ namespace am {
/**
* This enum characterizes the data of the EarlyData_t
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_EarlyDataType_e
{
@@ -236,7 +239,7 @@ namespace am {
/**
* the errors of the audiomanager. All possible errors are in here. This enum is used widely as return parameter.
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_Error_e
{
@@ -289,7 +292,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_MuteState_e
{
@@ -311,7 +314,7 @@ namespace am {
/**
* The source state reflects the state of the source
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_SourceState_e
{
@@ -334,7 +337,7 @@ namespace am {
/**
* This enumeration is used to define the type of the action that is correlated to a handle.
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_Handle_e
{
@@ -354,7 +357,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_InterruptState_e
{
@@ -376,7 +379,7 @@ namespace am {
/**
* describes the active sink of a crossfader.
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
enum am_HotSink_e
{
@@ -402,7 +405,7 @@ namespace am {
/**
* this describes the availability of a sink or a source together with the latest change
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
struct am_Availability_s
{
@@ -422,7 +425,7 @@ namespace am {
/**
* describes class properties
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:44 AM
*/
struct am_ClassProperty_s
{
@@ -442,7 +445,7 @@ namespace am {
/**
* This struct describes the attribiutes of a crossfader.
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:45 AM
*/
struct am_Crossfader_s
{
@@ -482,7 +485,7 @@ namespace am {
/**
* This struct describes the attributes of a gateway.
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:04 PM
+ * @created 06-Mar-2012 9:46:45 AM
*/
struct am_Gateway_s
{
@@ -549,7 +552,7 @@ namespace am {
/**
* This represents one "hopp" in a route
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:05 PM
+ * @created 06-Mar-2012 9:46:45 AM
*/
struct am_RoutingElement_s
{
@@ -577,7 +580,7 @@ namespace am {
/**
* a list of routing elements that lead from source to sink
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:05 PM
+ * @created 06-Mar-2012 9:46:45 AM
*/
struct am_Route_s
{
@@ -601,7 +604,7 @@ namespace am {
/**
* struct describing the sound property
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:05 PM
+ * @created 06-Mar-2012 9:46:45 AM
*/
struct am_SoundProperty_s
{
@@ -621,7 +624,7 @@ namespace am {
/**
* struct describing system properties
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:05 PM
+ * @created 06-Mar-2012 9:46:45 AM
*/
struct am_SystemProperty_s
{
@@ -641,7 +644,7 @@ namespace am {
/**
* struct describing sinkclasses
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:05 PM
+ * @created 06-Mar-2012 9:46:45 AM
*/
struct am_SinkClass_s
{
@@ -665,7 +668,7 @@ namespace am {
/**
* struct describing source classes
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:05 PM
+ * @created 06-Mar-2012 9:46:46 AM
*/
struct am_SourceClass_s
{
@@ -689,7 +692,7 @@ namespace am {
/**
* this type holds all information of sources relevant to the HMI
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:05 PM
+ * @created 06-Mar-2012 9:46:46 AM
*/
struct am_SourceType_s
{
@@ -717,7 +720,7 @@ namespace am {
/**
* this type holds all information of sinks relevant to the HMI
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:05 PM
+ * @created 06-Mar-2012 9:46:46 AM
*/
struct am_SinkType_s
{
@@ -753,7 +756,7 @@ namespace am {
/**
* a handle is used for asynchronous operations and is uniquely assigned for each of this operations
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:05 PM
+ * @created 06-Mar-2012 9:46:46 AM
*/
struct am_Handle_s
{
@@ -773,7 +776,7 @@ namespace am {
/**
* struct describung mainsound property
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:06 PM
+ * @created 06-Mar-2012 9:46:46 AM
*/
struct am_MainSoundProperty_s
{
@@ -793,7 +796,7 @@ namespace am {
/**
* this type holds all information of connections relevant to the HMI
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:06 PM
+ * @created 06-Mar-2012 9:46:46 AM
*/
struct am_MainConnectionType_s
{
@@ -825,7 +828,7 @@ namespace am {
/**
* struct that holds attribiutes of a mainconnection
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:06 PM
+ * @created 06-Mar-2012 9:46:46 AM
*/
struct am_MainConnection_s
{
@@ -861,7 +864,7 @@ namespace am {
/**
* This struct describes the attribiutes of a sink
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:06 PM
+ * @created 06-Mar-2012 9:46:46 AM
*/
struct am_Sink_s
{
@@ -924,7 +927,7 @@ namespace am {
/**
* This struct describes the attribiutes of a source
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:06 PM
+ * @created 06-Mar-2012 9:46:47 AM
*/
struct am_Source_s
{
@@ -994,7 +997,7 @@ namespace am {
/**
* This struct describes the attribiutes of a domain
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:06 PM
+ * @created 06-Mar-2012 9:46:47 AM
*/
struct am_Domain_s
{
@@ -1034,7 +1037,7 @@ namespace am {
/**
* a connection
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:06 PM
+ * @created 06-Mar-2012 9:46:47 AM
*/
struct am_Connection_s
{
@@ -1068,7 +1071,7 @@ namespace am {
* volume_t in case of ED_SOURCE_VOLUME, ED_SINK_VOLUME
* soundProperty_t in case of ED_SOURCE_PROPERTY, ED_SINK_PROPERTY
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
+ * @created 06-Mar-2012 9:46:47 AM
*/
union am_EarlyData_u
{
@@ -1084,7 +1087,7 @@ namespace am {
* sourceID in case of ED_SOURCE_VOLUME, ED_SOURCE_PROPERTY
* sinkID in case of ED_SINK_VOLUME, ED_SINK_PROPERTY
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
+ * @created 06-Mar-2012 9:46:47 AM
*/
union am_DataType_u
{
@@ -1097,7 +1100,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
+ * @created 06-Mar-2012 9:46:47 AM
*/
struct am_EarlyData_s
{
@@ -1109,4 +1112,4 @@ namespace am {
};
}
-#endif // !defined(EA_FF16184D_524E_4747_8AC7_DD40DA868A0E__INCLUDED_)
+#endif // !defined(EA_F324BBAC_CA26_4b9b_8BE7_166AB6A61889__INCLUDED_)
diff --git a/include/command/IAmCommandReceive.h b/include/command/IAmCommandReceive.h
index bd76d35..0847aaa 100644
--- a/include/command/IAmCommandReceive.h
+++ b/include/command/IAmCommandReceive.h
@@ -1,24 +1,27 @@
-/** Copyright (c) 2012 GENIVI Alliance
- * Copyright (c) 2012 BMW
+/**
+ * Copyright (C) 2012, GENIVI Alliance, Inc.
+ * Copyright (C) 2012, BMW AG
*
- * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ * This file is part of GENIVI Project AudioManager.
*
- * \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/.
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
+ *
+ * \copyright
+ * 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 Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ *
+ * \file CAmCommandReceiver.h
+ * For further information see http://www.genivi.org/.
*
- *
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_1D908AFD_101D_4782_AA75_196D1BE1ED96__INCLUDED_)
-#define EA_1D908AFD_101D_4782_AA75_196D1BE1ED96__INCLUDED_
+#if !defined(EA_399CFD88_31F4_4806_9747_4F98FB938FFD__INCLUDED_)
+#define EA_399CFD88_31F4_4806_9747_4F98FB938FFD__INCLUDED_
#include <vector>
#include <string>
@@ -41,7 +44,7 @@ namespace am {
* Violation these rules may lead to unexpected behavior! Nevertheless you can implement thread safe by using the deferred-call pattern described on the wiki which also helps to implement calls that are forbidden.\n
* For more information, please check CAmSerializer
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
+ * @created 06-Mar-2012 9:46:48 AM
*/
class IAmCommandReceive
{
@@ -219,4 +222,4 @@ namespace am {
};
}
-#endif // !defined(EA_1D908AFD_101D_4782_AA75_196D1BE1ED96__INCLUDED_)
+#endif // !defined(EA_399CFD88_31F4_4806_9747_4F98FB938FFD__INCLUDED_)
diff --git a/include/command/IAmCommandSend.h b/include/command/IAmCommandSend.h
index 64d2a39..7832f61 100644
--- a/include/command/IAmCommandSend.h
+++ b/include/command/IAmCommandSend.h
@@ -1,24 +1,27 @@
-/** Copyright (c) 2012 GENIVI Alliance
- * Copyright (c) 2012 BMW
+/**
+ * Copyright (C) 2012, GENIVI Alliance, Inc.
+ * Copyright (C) 2012, BMW AG
*
- * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ * This file is part of GENIVI Project AudioManager.
*
- * \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/.
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
+ *
+ * \copyright
+ * 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 Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ *
+ * \file CAmCommandReceiver.h
+ * For further information see http://www.genivi.org/.
*
- *
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_92DF8B64_35C7_48b1_9BE8_4D9BA5BA43E7__INCLUDED_)
-#define EA_92DF8B64_35C7_48b1_9BE8_4D9BA5BA43E7__INCLUDED_
+#if !defined(EA_0E8D4103_1F90_467a_8935_61E9B1448750__INCLUDED_)
+#define EA_0E8D4103_1F90_467a_8935_61E9B1448750__INCLUDED_
#include <vector>
#include <string>
@@ -42,7 +45,7 @@ namespace am {
* Violation these rules may lead to unexpected behavior! Nevertheless you can implement thread safe by using the deferred-call pattern described on the wiki which also helps to implement calls that are forbidden.\n
* For more information, please check CAmSerializer
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:08 PM
+ * @created 06-Mar-2012 9:46:48 AM
*/
class IAmCommandSend
{
@@ -193,4 +196,4 @@ namespace am {
};
}
-#endif // !defined(EA_92DF8B64_35C7_48b1_9BE8_4D9BA5BA43E7__INCLUDED_)
+#endif // !defined(EA_0E8D4103_1F90_467a_8935_61E9B1448750__INCLUDED_)
diff --git a/include/control/IAmControlReceive.h b/include/control/IAmControlReceive.h
index 0c440f4..630aeaa 100644
--- a/include/control/IAmControlReceive.h
+++ b/include/control/IAmControlReceive.h
@@ -1,24 +1,27 @@
-/** Copyright (c) 2012 GENIVI Alliance
- * Copyright (c) 2012 BMW
+/**
+ * Copyright (C) 2012, GENIVI Alliance, Inc.
+ * Copyright (C) 2012, BMW AG
*
- * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ * This file is part of GENIVI Project AudioManager.
*
- * \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/.
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
+ *
+ * \copyright
+ * 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 Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ *
+ * \file CAmCommandReceiver.h
+ * For further information see http://www.genivi.org/.
*
- *
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_9408C8ED_AF20_4839_B557_1316C8F36E07__INCLUDED_)
-#define EA_9408C8ED_AF20_4839_B557_1316C8F36E07__INCLUDED_
+#if !defined(EA_BB73C4DE_B91D_420d_B810_5DB4F937D21E__INCLUDED_)
+#define EA_BB73C4DE_B91D_420d_B810_5DB4F937D21E__INCLUDED_
#include <vector>
#include <string>
@@ -40,7 +43,7 @@ namespace am {
* Violation these rules may lead to unexpected behavior! Nevertheless you can implement thread safe by using the deferred-call pattern described on the wiki which also helps to implement calls that are forbidden.\n
* For more information, please check CAmSerializer
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:08 PM
+ * @created 06-Mar-2012 9:46:48 AM
*/
class IAmControlReceive
{
@@ -613,4 +616,4 @@ namespace am {
};
}
-#endif // !defined(EA_9408C8ED_AF20_4839_B557_1316C8F36E07__INCLUDED_)
+#endif // !defined(EA_BB73C4DE_B91D_420d_B810_5DB4F937D21E__INCLUDED_)
diff --git a/include/control/IAmControlSend.h b/include/control/IAmControlSend.h
index 74b840a..11c3fdb 100644
--- a/include/control/IAmControlSend.h
+++ b/include/control/IAmControlSend.h
@@ -1,24 +1,27 @@
-/** Copyright (c) 2012 GENIVI Alliance
- * Copyright (c) 2012 BMW
+/**
+ * Copyright (C) 2012, GENIVI Alliance, Inc.
+ * Copyright (C) 2012, BMW AG
*
- * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ * This file is part of GENIVI Project AudioManager.
*
- * \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/.
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
+ *
+ * \copyright
+ * 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 Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ *
+ * \file CAmCommandReceiver.h
+ * For further information see http://www.genivi.org/.
*
- *
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_F93E3E9B_27D4_41be_8507_07034DAC88C8__INCLUDED_)
-#define EA_F93E3E9B_27D4_41be_8507_07034DAC88C8__INCLUDED_
+#if !defined(EA_2C445078_D868_40cc_8990_F7D396812DB7__INCLUDED_)
+#define EA_2C445078_D868_40cc_8990_F7D396812DB7__INCLUDED_
#include <vector>
#include <string>
@@ -43,7 +46,7 @@ namespace am {
* Violation these rules may lead to unexpected behavior! Nevertheless you can implement thread safe by using the deferred-call pattern described on the wiki which also helps to implement calls that are forbidden.\n
* For more information, please check CAmSerializer
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:08 PM
+ * @created 06-Mar-2012 9:46:49 AM
*/
class IAmControlSend
{
@@ -389,4 +392,4 @@ namespace am {
};
}
-#endif // !defined(EA_F93E3E9B_27D4_41be_8507_07034DAC88C8__INCLUDED_)
+#endif // !defined(EA_2C445078_D868_40cc_8990_F7D396812DB7__INCLUDED_)
diff --git a/include/routing/IAmRoutingReceive.h b/include/routing/IAmRoutingReceive.h
index 62d784e..1f6604a 100644
--- a/include/routing/IAmRoutingReceive.h
+++ b/include/routing/IAmRoutingReceive.h
@@ -1,24 +1,27 @@
-/** Copyright (c) 2012 GENIVI Alliance
- * Copyright (c) 2012 BMW
+/**
+ * Copyright (C) 2012, GENIVI Alliance, Inc.
+ * Copyright (C) 2012, BMW AG
*
- * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ * This file is part of GENIVI Project AudioManager.
*
- * \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/.
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
+ *
+ * \copyright
+ * 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 Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ *
+ * \file CAmCommandReceiver.h
+ * For further information see http://www.genivi.org/.
*
- *
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_34CAC05D_FC87_41fc_825D_9F6B9A5177B0__INCLUDED_)
-#define EA_34CAC05D_FC87_41fc_825D_9F6B9A5177B0__INCLUDED_
+#if !defined(EA_9D3B2457_92C4_44dd_81BF_0F54463031D5__INCLUDED_)
+#define EA_9D3B2457_92C4_44dd_81BF_0F54463031D5__INCLUDED_
#include <vector>
#include <string>
@@ -42,7 +45,7 @@ namespace am {
* Violation these rules may lead to unexpected behavior! Nevertheless you can implement thread safe by using the deferred-call pattern described on the wiki which also helps to implement calls that are forbidden.\n
* For more information, please check CAmSerializer
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:09 PM
+ * @created 06-Mar-2012 9:46:49 AM
*/
class IAmRoutingReceive
{
@@ -347,4 +350,4 @@ namespace am {
};
}
-#endif // !defined(EA_34CAC05D_FC87_41fc_825D_9F6B9A5177B0__INCLUDED_)
+#endif // !defined(EA_9D3B2457_92C4_44dd_81BF_0F54463031D5__INCLUDED_)
diff --git a/include/routing/IAmRoutingSend.h b/include/routing/IAmRoutingSend.h
index 79d268c..b08346c 100644
--- a/include/routing/IAmRoutingSend.h
+++ b/include/routing/IAmRoutingSend.h
@@ -1,24 +1,27 @@
-/** Copyright (c) 2012 GENIVI Alliance
- * Copyright (c) 2012 BMW
+/**
+ * Copyright (C) 2012, GENIVI Alliance, Inc.
+ * Copyright (C) 2012, BMW AG
*
- * \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ * This file is part of GENIVI Project AudioManager.
*
- * \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/.
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
+ *
+ * \copyright
+ * 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 Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
+ *
+ * \file CAmCommandReceiver.h
+ * For further information see http://www.genivi.org/.
*
- *
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_D9F37547_FAF0_4337_9048_07D8EDDE0AB0__INCLUDED_)
-#define EA_D9F37547_FAF0_4337_9048_07D8EDDE0AB0__INCLUDED_
+#if !defined(EA_8E1C613C_7F9E_41d0_B333_97EDB669B542__INCLUDED_)
+#define EA_8E1C613C_7F9E_41d0_B333_97EDB669B542__INCLUDED_
#include <vector>
#include <string>
@@ -42,7 +45,7 @@ namespace am {
* Violation these rules may lead to unexpected behavior! Nevertheless you can implement thread safe by using the deferred-call pattern described on the wiki which also helps to implement calls that are forbidden.\n
* For more information, please check CAmSerializer
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:09 PM
+ * @created 06-Mar-2012 9:46:50 AM
*/
class IAmRoutingSend
{
@@ -203,4 +206,4 @@ namespace am {
};
}
-#endif // !defined(EA_D9F37547_FAF0_4337_9048_07D8EDDE0AB0__INCLUDED_)
+#endif // !defined(EA_8E1C613C_7F9E_41d0_B333_97EDB669B542__INCLUDED_)