summaryrefslogtreecommitdiff
path: root/include/projecttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/projecttypes.h')
-rwxr-xr-x[-rw-r--r--]include/projecttypes.h79
1 files changed, 44 insertions, 35 deletions
diff --git a/include/projecttypes.h b/include/projecttypes.h
index 0b1faa2..00919a0 100644..100755
--- a/include/projecttypes.h
+++ b/include/projecttypes.h
@@ -1,32 +1,33 @@
/**
- * Copyright (C) 2012, BMW AG
+ * 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.
+ * Contributions are licensed to the GENIVI Alliance under one or more
+ * Contribution License Agreements.
*
- * \file
- * For further information see http://www.genivi.org/.
+ * \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.linke@bmw.de BMW 2011,2012
+ *
+ * \file
+ * 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_E2993ED0_906E_49c8_A444_958D08CA0905__INCLUDED_)
-#define EA_E2993ED0_906E_49c8_A444_958D08CA0905__INCLUDED_
+#if !defined(EA_793BA955_1445_4da2_9C22_4EFA92A026C5__INCLUDED_)
+#define EA_793BA955_1445_4da2_9C22_4EFA92A026C5__INCLUDED_
namespace am {
/**
- * This enum classifies the format in which data is exchanged within a connection.
- * The enum itself is project specific although there are some Genivi standard
- * formats defined.
+ * This enum classifies the format in which data is exchanged within a connection. The enum itself is project specific
+ * although there are some Genivi standard formats defined.
* @author Christian Mueller
- * @created 07-Mar-2012 6:06:17 PM
+ * @created 16-Dez-2012 15:58:14
*/
enum am_ConnectionFormat_e
{
@@ -56,7 +57,7 @@ namespace am {
/**
* This enum gives the information about reason for reason for Source/Sink change
* @author Christian Mueller
- * @created 07-Mar-2012 6:06:17 PM
+ * @created 16-Dez-2012 15:58:14
*/
enum am_AvailabilityReason_e
{
@@ -94,7 +95,7 @@ namespace am {
/**
* product specific identifier of property
* @author Christian Mueller
- * @created 07-Mar-2012 6:06:17 PM
+ * @created 16-Dez-2012 15:58:14
*/
enum am_ClassProperty_e
{
@@ -103,8 +104,8 @@ namespace am {
*/
CP_UNKNOWN = 0,
/**
- * defines the source type of a source. Project specific, could be for example
- * differentiation between interrupt source and main source.
+ * defines the source type of a source. Project specific, could be for example differentiation between interrupt source
+ * and main source.
*/
CP_GENIVI_SOURCE_TYPE = 1,
/**
@@ -115,12 +116,10 @@ namespace am {
};
/**
- * The given ramp types here are just a possiblity. for products, different ramp
- * types can be defined here.
- * It is in the responsibility of the product to make sure that the routing
- * plugins are aware of the ramp types used.
+ * The given ramp types here are just a possiblity. for products, different ramp types can be defined here.
+ * It is in the responsibility of the product to make sure that the routing plugins are aware of the ramp types used.
* @author Christian Mueller
- * @created 07-Mar-2012 6:06:17 PM
+ * @created 16-Dez-2012 15:58:14
*/
enum am_RampType_e
{
@@ -140,10 +139,9 @@ namespace am {
};
/**
- * sound properties. Within genivi only the standard properties are defined, for
- * products these need to be extended.
+ * sound properties. Within genivi only the standard properties are defined, for products these need to be extended.
* @author Christian Mueller
- * @created 07-Mar-2012 6:06:17 PM
+ * @created 16-Dez-2012 15:58:14
*/
enum am_SoundPropertyType_e
{
@@ -167,10 +165,9 @@ namespace am {
};
/**
- * Here are all SoundProperties that can be set via the CommandInterface. Product
- * specific
+ * Here are all SoundProperties that can be set via the CommandInterface. Product specific
* @author Christian Mueller
- * @created 07-Mar-2012 6:06:17 PM
+ * @created 16-Dez-2012 15:58:14
*/
enum am_MainSoundPropertyType_e
{
@@ -196,7 +193,7 @@ namespace am {
/**
* describes the different system properties. Project specific
* @author Christian Mueller
- * @created 07-Mar-2012 6:06:17 PM
+ * @created 16-Dez-2012 15:58:14
*/
enum am_SystemPropertyType_e
{
@@ -206,5 +203,17 @@ namespace am {
SYP_UNKNOWN = 0,
SYP_MAX
};
+
+ /**
+ * gives the type of the Notification.
+ * @author q232968
+ * @version 1.0
+ * @created 16-Dez-2012 15:58:14
+ */
+ enum am_NotificationType_e
+ {
+ NT_UNKNOWN = 0,
+ NT_MAX
+ };
}
-#endif // !defined(EA_E2993ED0_906E_49c8_A444_958D08CA0905__INCLUDED_)
+#endif // !defined(EA_793BA955_1445_4da2_9C22_4EFA92A026C5__INCLUDED_)