summaryrefslogtreecommitdiff
path: root/include/projecttypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/projecttypes.h')
-rw-r--r--include/projecttypes.h205
1 files changed, 106 insertions, 99 deletions
diff --git a/include/projecttypes.h b/include/projecttypes.h
index 3118f46..0b1faa2 100644
--- a/include/projecttypes.h
+++ b/include/projecttypes.h
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2012 BMW
+ * Copyright (C) 2012, BMW AG
*
* \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
*
@@ -11,20 +11,22 @@
* 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.
-
+ *
+ * \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_E3FA794F_2DEB_48eb_BF6A_69D59A10533C__INCLUDED_)
-#define EA_E3FA794F_2DEB_48eb_BF6A_69D59A10533C__INCLUDED_
+#if !defined(EA_E2993ED0_906E_49c8_A444_958D08CA0905__INCLUDED_)
+#define EA_E2993ED0_906E_49c8_A444_958D08CA0905__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 05-Mar-2012 9:02:07 PM
+ * @created 07-Mar-2012 6:06:17 PM
*/
enum am_ConnectionFormat_e
{
@@ -54,7 +56,7 @@ namespace am {
/**
* This enum gives the information about reason for reason for Source/Sink change
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
+ * @created 07-Mar-2012 6:06:17 PM
*/
enum am_AvailabilityReason_e
{
@@ -92,7 +94,7 @@ namespace am {
/**
* product specific identifier of property
* @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
+ * @created 07-Mar-2012 6:06:17 PM
*/
enum am_ClassProperty_e
{
@@ -101,7 +103,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,
/**
@@ -112,92 +115,96 @@ 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 Mueller
- * @created 05-Mar-2012 9:02:07 PM
- */
- enum am_RampType_e
- {
- RAMP_UNKNOWN = 0,
- /**
- * this ramp type triggers a direct setting of the value without a ramp
- */
- RAMP_GENIVI_DIRECT = 1,
- /**
- * This ramp type will set the volume as fast as possible.
- */
- RAMP_GENIVI_NO_PLOB = 2,
- RAMP_GENIVI_EXP_INV = 3,
- RAMP_GENIVI_LINEAR = 4,
- RAMP_GENIVI_EXP = 5,
- RAMP_MAX
- };
-
- /**
- * sound properties. Within genivi only the standard properties are defined, for products these need to be extended.
- * @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
- */
- enum am_SoundPropertyType_e
- {
- /**
- * default
- */
- SP_UNKNOWN = 0,
- /**
- * example treble value min =-10 max =10
- */
- SP_EXAMPLE_TREBLE = 1,
- /**
- * example mid value min =-10 max =10
- */
- SP_EXAMPLE_MID = 2,
- /**
- * example bass value min =-10 max =10
- */
- SP_EXAMPLE_BASS = 3,
- SP_MAX
- };
-
- /**
- * Here are all SoundProperties that can be set via the CommandInterface. Product specific
- * @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
- */
- enum am_MainSoundPropertyType_e
- {
- /**
- * default
- */
- MSP_UNKNOWN = 0,
- /**
- * example value between -10 and +10
- */
- MSP_EXAMPLE_TREBLE = 1,
- /**
- * example value between -10 and +10
- */
- MSP_EXAMPLE_MID = 2,
- /**
- * example value between -10 and +10
- */
- MSP_EXAMPLE_BASS = 3,
- MSP_MAX
- };
-
- /**
- * describes the different system properties. Project specific
- * @author Christian Mueller
- * @created 05-Mar-2012 9:02:07 PM
- */
- enum am_SystemPropertyType_e
- {
- /**
- * default
- */
- SYP_UNKNOWN = 0,
- SYP_MAX
- };
-}
-#endif // !defined(EA_E3FA794F_2DEB_48eb_BF6A_69D59A10533C__INCLUDED_)
+ * 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
+ */
+ enum am_RampType_e
+ {
+ RAMP_UNKNOWN = 0,
+ /**
+ * this ramp type triggers a direct setting of the value without a ramp
+ */
+ RAMP_GENIVI_DIRECT = 1,
+ /**
+ * This ramp type will set the volume as fast as possible.
+ */
+ RAMP_GENIVI_NO_PLOP = 2,
+ RAMP_GENIVI_EXP_INV = 3,
+ RAMP_GENIVI_LINEAR = 4,
+ RAMP_GENIVI_EXP = 5,
+ RAMP_MAX
+ };
+
+ /**
+ * 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
+ */
+ enum am_SoundPropertyType_e
+ {
+ /**
+ * default
+ */
+ SP_UNKNOWN = 0,
+ /**
+ * example treble value min =-10 max =10
+ */
+ SP_EXAMPLE_TREBLE = 1,
+ /**
+ * example mid value min =-10 max =10
+ */
+ SP_EXAMPLE_MID = 2,
+ /**
+ * example bass value min =-10 max =10
+ */
+ SP_EXAMPLE_BASS = 3,
+ SP_MAX
+ };
+
+ /**
+ * Here are all SoundProperties that can be set via the CommandInterface. Product
+ * specific
+ * @author Christian Mueller
+ * @created 07-Mar-2012 6:06:17 PM
+ */
+ enum am_MainSoundPropertyType_e
+ {
+ /**
+ * default
+ */
+ MSP_UNKNOWN = 0,
+ /**
+ * example value between -10 and +10
+ */
+ MSP_EXAMPLE_TREBLE = 1,
+ /**
+ * example value between -10 and +10
+ */
+ MSP_EXAMPLE_MID = 2,
+ /**
+ * example value between -10 and +10
+ */
+ MSP_EXAMPLE_BASS = 3,
+ MSP_MAX
+ };
+
+ /**
+ * describes the different system properties. Project specific
+ * @author Christian Mueller
+ * @created 07-Mar-2012 6:06:17 PM
+ */
+ enum am_SystemPropertyType_e
+ {
+ /**
+ * default
+ */
+ SYP_UNKNOWN = 0,
+ SYP_MAX
+ };
+}
+#endif // !defined(EA_E2993ED0_906E_49c8_A444_958D08CA0905__INCLUDED_)