summaryrefslogtreecommitdiff
path: root/includes/projecttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/projecttypes.h')
-rw-r--r--includes/projecttypes.h62
1 files changed, 31 insertions, 31 deletions
diff --git a/includes/projecttypes.h b/includes/projecttypes.h
index 6e00614..a50e92c 100644
--- a/includes/projecttypes.h
+++ b/includes/projecttypes.h
@@ -22,22 +22,22 @@
*
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_2CBBFF9A_7EFD_4a63_8AD7_1DC609634438__INCLUDED_)
-#define EA_2CBBFF9A_7EFD_4a63_8AD7_1DC609634438__INCLUDED_
+#if !defined(EA_D30EA3FF_652C_41f2_84C1_C4EDCBFA0E37__INCLUDED_)
+#define EA_D30EA3FF_652C_41f2_84C1_C4EDCBFA0E37__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 22-Dec-2011 12:55:17 AM
+ * @created 11-Jan-2012 9:19:57 PM
*/
enum am_ConnectionFormat_e
{
CF_STEREO = 0,
- CF_MONO,
- CF_ANALOG,
- CF_MAX,
+ CF_MONO = 1,
+ CF_ANALOG = 2,
+ CF_MAX = 3,
CF_MIN = CF_STEREO
};
@@ -45,17 +45,17 @@ namespace am {
* This enum gives the information about reason for reason for Source/Sink change
* @author christian
* @version 1.0
- * @created 22-Dec-2011 12:55:17 AM
+ * @created 11-Jan-2012 9:19:57 PM
*/
enum am_AvailabilityReason_e
{
AR_NEWMEDIA = 0,
- AR_SAMEMEDIA,
- AR_NOMEDIA,
- AR_UNKNOWN,
- AR_TEMPERATURE,
- AR_VOLTAGE,
- AR_MAX,
+ AR_SAMEMEDIA = 1,
+ AR_NOMEDIA = 2,
+ AR_UNKNOWN = 3,
+ AR_TEMPERATURE = 4,
+ AR_VOLTAGE = 5,
+ AR_MAX = 6,
AR_MIN = AR_NEWMEDIA
};
@@ -63,7 +63,7 @@ namespace am {
* product specific identifier of property
* @author christian
* @version 1.0
- * @created 22-Dec-2011 12:55:17 AM
+ * @created 11-Jan-2012 9:19:57 PM
*/
enum am_ClassProperty_e
{
@@ -74,8 +74,8 @@ namespace am {
/**
* defines the SINK_TYPE. Project specific
*/
- CP_SINK_TYPE,
- CP_MAX,
+ CP_SINK_TYPE = 1,
+ CP_MAX = 2,
CP_MIN = CP_SOURCE_TYPE
};
@@ -84,7 +84,7 @@ namespace am {
* 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 22-Dec-2011 12:55:17 AM
+ * @created 11-Jan-2012 9:19:57 PM
*/
enum am_RampType_e
{
@@ -95,10 +95,10 @@ namespace am {
/**
* This ramp type will set the volume as fast as possible.
*/
- RAMP_NO_BLOB,
- RAMP_LOG,
- RAMP_STRAIGHT,
- RAMP_MAX,
+ RAMP_NO_BLOB = 1,
+ RAMP_LOG = 2,
+ RAMP_STRAIGHT = 3,
+ RAMP_MAX = 4,
RAMP_MIN = RAMP_DIRECT
};
@@ -106,14 +106,14 @@ 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 22-Dec-2011 12:55:17 AM
+ * @created 11-Jan-2012 9:19:57 PM
*/
enum am_SoundPropertyType_e
{
SP_TREBLE = 0,
- SP_MID,
- SP_BASS,
- SP_MAX,
+ SP_MID = 1,
+ SP_BASS = 2,
+ SP_MAX = 3,
SP_MIN = SP_TREBLE
};
@@ -121,7 +121,7 @@ namespace am {
* Here are all SoundProperties that can be set via the CommandInterface. Product specific
* @author christian
* @version 1.0
- * @created 22-Dec-2011 12:55:17 AM
+ * @created 11-Jan-2012 9:19:57 PM
*/
enum am_MainSoundPropertyType_e
{
@@ -129,8 +129,8 @@ namespace am {
* gives the navigation offset in percent
*/
MSP_NAVIGATION_OFFSET = 0,
- MSP_TEST,
- MSP_MAX,
+ MSP_TEST = 1,
+ MSP_MAX = 2,
MSP_MIN = MSP_NAVIGATION_OFFSET
};
@@ -138,13 +138,13 @@ namespace am {
* describes the different system properties. Project specific
* @author christian
* @version 1.0
- * @created 22-Dec-2011 12:55:17 AM
+ * @created 11-Jan-2012 9:19:57 PM
*/
enum am_SystemPropertyType_e
{
SYP_TEST = 0,
- SYP_MAX,
+ SYP_MAX = 1,
SYP_MIN = SYP_TEST
};
}
-#endif // !defined(EA_2CBBFF9A_7EFD_4a63_8AD7_1DC609634438__INCLUDED_)
+#endif // !defined(EA_D30EA3FF_652C_41f2_84C1_C4EDCBFA0E37__INCLUDED_)