summaryrefslogtreecommitdiff
path: root/includes/projecttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/projecttypes.h')
-rw-r--r--includes/projecttypes.h43
1 files changed, 18 insertions, 25 deletions
diff --git a/includes/projecttypes.h b/includes/projecttypes.h
index 792b0fe..dd55451 100644
--- a/includes/projecttypes.h
+++ b/includes/projecttypes.h
@@ -10,7 +10,7 @@
*
* \section License
* GNU Lesser General Public License, version 2.1, with special exception (GENIVI clause)
-* Copyright (C) 2011, BMW AG Christian M?ller Christian.ei.mueller@bmw.de
+* Copyright (C) 2011, BMW AG Christian Mueller Christian.ei.mueller@bmw.de
*
* This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License, version 2.1, as published by the Free Software Foundation.
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License, version 2.1, for more details.
@@ -22,15 +22,14 @@
*
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_3D55671A_C1DC_4042_9EBF_5738C754BF63__INCLUDED_)
-#define EA_3D55671A_C1DC_4042_9EBF_5738C754BF63__INCLUDED_
+#if !defined(EA_8A329625_1F6F_478f_A704_D5359425FB4E__INCLUDED_)
+#define EA_8A329625_1F6F_478f_A704_D5359425FB4E__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.
- * @author christian
- * @version 1.0
- * @created 21-Feb-2012 10:06:54 AM
+ * @author Christian Mueller
+ * @created 21-Feb-2012 4:58:35 PM
*/
enum am_ConnectionFormat_e
{
@@ -59,9 +58,8 @@ namespace am {
/**
* This enum gives the information about reason for reason for Source/Sink change
- * @author christian
- * @version 1.0
- * @created 21-Feb-2012 10:06:54 AM
+ * @author Christian Mueller
+ * @created 21-Feb-2012 4:58:35 PM
*/
enum am_AvailabilityReason_e
{
@@ -98,9 +96,8 @@ namespace am {
/**
* product specific identifier of property
- * @author christian
- * @version 1.0
- * @created 21-Feb-2012 10:06:54 AM
+ * @author Christian Mueller
+ * @created 21-Feb-2012 4:58:35 PM
*/
enum am_ClassProperty_e
{
@@ -122,9 +119,8 @@ 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.
- * @author christian
- * @version 1.0
- * @created 21-Feb-2012 10:06:54 AM
+ * @author Christian Mueller
+ * @created 21-Feb-2012 4:58:35 PM
*/
enum am_RampType_e
{
@@ -145,9 +141,8 @@ namespace am {
/**
* sound properties. Within genivi only the standard properties are defined, for products these need to be extended.
- * @author christian
- * @version 1.0
- * @created 21-Feb-2012 10:06:54 AM
+ * @author Christian Mueller
+ * @created 21-Feb-2012 4:58:35 PM
*/
enum am_SoundPropertyType_e
{
@@ -172,9 +167,8 @@ namespace am {
/**
* Here are all SoundProperties that can be set via the CommandInterface. Product specific
- * @author christian
- * @version 1.0
- * @created 21-Feb-2012 10:06:54 AM
+ * @author Christian Mueller
+ * @created 21-Feb-2012 4:58:35 PM
*/
enum am_MainSoundPropertyType_e
{
@@ -199,9 +193,8 @@ namespace am {
/**
* describes the different system properties. Project specific
- * @author christian
- * @version 1.0
- * @created 21-Feb-2012 10:06:54 AM
+ * @author Christian Mueller
+ * @created 21-Feb-2012 4:58:35 PM
*/
enum am_SystemPropertyType_e
{
@@ -212,4 +205,4 @@ namespace am {
SYP_MAX
};
}
-#endif // !defined(EA_3D55671A_C1DC_4042_9EBF_5738C754BF63__INCLUDED_)
+#endif // !defined(EA_8A329625_1F6F_478f_A704_D5359425FB4E__INCLUDED_)