summaryrefslogtreecommitdiff
path: root/include/audiomanagertypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/audiomanagertypes.h')
-rw-r--r--include/audiomanagertypes.h103
1 files changed, 51 insertions, 52 deletions
diff --git a/include/audiomanagertypes.h b/include/audiomanagertypes.h
index c4a5954..a38e7e7 100644
--- a/include/audiomanagertypes.h
+++ b/include/audiomanagertypes.h
@@ -1,5 +1,4 @@
/**
- * Copyright (C) 2012, GENIVI Alliance, Inc.
* Copyright (C) 2012, BMW AG
*
* This file is part of GENIVI Project AudioManager.
@@ -15,13 +14,13 @@
*
* \author Christian Mueller, christian.ei.mueller@bmw.de BMW 2011,2012
*
- * \file CAmCommandReceiver.h
+ * \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_F324BBAC_CA26_4b9b_8BE7_166AB6A61889__INCLUDED_)
-#define EA_F324BBAC_CA26_4b9b_8BE7_166AB6A61889__INCLUDED_
+#if !defined(EA_FACD3063_1102_4d56_A616_6F63FAC9A011__INCLUDED_)
+#define EA_FACD3063_1102_4d56_A616_6F63FAC9A011__INCLUDED_
#include <stdint.h>
#include "projecttypes.h"
@@ -34,63 +33,63 @@ namespace am {
/**
* a domain ID
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_domainID_t;
/**
* a source ID
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_sourceID_t;
/**
* a sink ID
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_sinkID_t;
/**
* a gateway ID
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_gatewayID_t;
/**
* a crossfader ID
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_crossfaderID_t;
/**
* a connection ID
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_connectionID_t;
/**
* a mainConnection ID
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_mainConnectionID_t;
/**
* speed
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
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 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef int16_t am_volume_t;
@@ -98,40 +97,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 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef int16_t am_mainVolume_t;
/**
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_sourceClass_t;
/**
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_sinkClass_t;
/**
* time in ms!
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef uint16_t am_time_t;
/**
* offset time that is introduced in milli seconds.
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
typedef int16_t am_timeSync_t;
/**
* with the help of this enum, sinks and sources can report their availability state
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_Availablility_e
{
@@ -153,7 +152,7 @@ namespace am {
/**
* represents the connection state
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_ConnectionState_e
{
@@ -183,7 +182,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_DomainState_e
{
@@ -209,7 +208,7 @@ namespace am {
/**
* This enum characterizes the data of the EarlyData_t
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_EarlyDataType_e
{
@@ -239,7 +238,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 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_Error_e
{
@@ -292,7 +291,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_MuteState_e
{
@@ -314,7 +313,7 @@ namespace am {
/**
* The source state reflects the state of the source
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_SourceState_e
{
@@ -337,7 +336,7 @@ namespace am {
/**
* This enumeration is used to define the type of the action that is correlated to a handle.
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_Handle_e
{
@@ -357,7 +356,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_InterruptState_e
{
@@ -379,7 +378,7 @@ namespace am {
/**
* describes the active sink of a crossfader.
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
enum am_HotSink_e
{
@@ -405,7 +404,7 @@ namespace am {
/**
* this describes the availability of a sink or a source together with the latest change
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
struct am_Availability_s
{
@@ -425,7 +424,7 @@ namespace am {
/**
* describes class properties
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:44 AM
+ * @created 06-Mar-2012 8:01:03 PM
*/
struct am_ClassProperty_s
{
@@ -445,7 +444,7 @@ namespace am {
/**
* This struct describes the attribiutes of a crossfader.
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:45 AM
+ * @created 06-Mar-2012 8:01:04 PM
*/
struct am_Crossfader_s
{
@@ -485,7 +484,7 @@ namespace am {
/**
* This struct describes the attributes of a gateway.
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:45 AM
+ * @created 06-Mar-2012 8:01:04 PM
*/
struct am_Gateway_s
{
@@ -552,7 +551,7 @@ namespace am {
/**
* This represents one "hopp" in a route
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:45 AM
+ * @created 06-Mar-2012 8:01:04 PM
*/
struct am_RoutingElement_s
{
@@ -580,7 +579,7 @@ namespace am {
/**
* a list of routing elements that lead from source to sink
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:45 AM
+ * @created 06-Mar-2012 8:01:04 PM
*/
struct am_Route_s
{
@@ -604,7 +603,7 @@ namespace am {
/**
* struct describing the sound property
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:45 AM
+ * @created 06-Mar-2012 8:01:04 PM
*/
struct am_SoundProperty_s
{
@@ -624,7 +623,7 @@ namespace am {
/**
* struct describing system properties
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:45 AM
+ * @created 06-Mar-2012 8:01:04 PM
*/
struct am_SystemProperty_s
{
@@ -644,7 +643,7 @@ namespace am {
/**
* struct describing sinkclasses
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:45 AM
+ * @created 06-Mar-2012 8:01:04 PM
*/
struct am_SinkClass_s
{
@@ -668,7 +667,7 @@ namespace am {
/**
* struct describing source classes
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:46 AM
+ * @created 06-Mar-2012 8:01:04 PM
*/
struct am_SourceClass_s
{
@@ -692,7 +691,7 @@ namespace am {
/**
* this type holds all information of sources relevant to the HMI
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:46 AM
+ * @created 06-Mar-2012 8:01:05 PM
*/
struct am_SourceType_s
{
@@ -720,7 +719,7 @@ namespace am {
/**
* this type holds all information of sinks relevant to the HMI
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:46 AM
+ * @created 06-Mar-2012 8:01:05 PM
*/
struct am_SinkType_s
{
@@ -756,7 +755,7 @@ namespace am {
/**
* a handle is used for asynchronous operations and is uniquely assigned for each of this operations
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:46 AM
+ * @created 06-Mar-2012 8:01:05 PM
*/
struct am_Handle_s
{
@@ -776,7 +775,7 @@ namespace am {
/**
* struct describung mainsound property
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:46 AM
+ * @created 06-Mar-2012 8:01:05 PM
*/
struct am_MainSoundProperty_s
{
@@ -796,7 +795,7 @@ namespace am {
/**
* this type holds all information of connections relevant to the HMI
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:46 AM
+ * @created 06-Mar-2012 8:01:05 PM
*/
struct am_MainConnectionType_s
{
@@ -828,7 +827,7 @@ namespace am {
/**
* struct that holds attribiutes of a mainconnection
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:46 AM
+ * @created 06-Mar-2012 8:01:05 PM
*/
struct am_MainConnection_s
{
@@ -864,7 +863,7 @@ namespace am {
/**
* This struct describes the attribiutes of a sink
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:46 AM
+ * @created 06-Mar-2012 8:01:05 PM
*/
struct am_Sink_s
{
@@ -927,7 +926,7 @@ namespace am {
/**
* This struct describes the attribiutes of a source
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:47 AM
+ * @created 06-Mar-2012 8:01:06 PM
*/
struct am_Source_s
{
@@ -997,7 +996,7 @@ namespace am {
/**
* This struct describes the attribiutes of a domain
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:47 AM
+ * @created 06-Mar-2012 8:01:06 PM
*/
struct am_Domain_s
{
@@ -1037,7 +1036,7 @@ namespace am {
/**
* a connection
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:47 AM
+ * @created 06-Mar-2012 8:01:06 PM
*/
struct am_Connection_s
{
@@ -1071,7 +1070,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 06-Mar-2012 9:46:47 AM
+ * @created 06-Mar-2012 8:01:06 PM
*/
union am_EarlyData_u
{
@@ -1087,7 +1086,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 06-Mar-2012 9:46:47 AM
+ * @created 06-Mar-2012 8:01:06 PM
*/
union am_DataType_u
{
@@ -1100,7 +1099,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 06-Mar-2012 9:46:47 AM
+ * @created 06-Mar-2012 8:01:06 PM
*/
struct am_EarlyData_s
{
@@ -1112,4 +1111,4 @@ namespace am {
};
}
-#endif // !defined(EA_F324BBAC_CA26_4b9b_8BE7_166AB6A61889__INCLUDED_)
+#endif // !defined(EA_FACD3063_1102_4d56_A616_6F63FAC9A011__INCLUDED_)