summaryrefslogtreecommitdiff
path: root/includes/audiomanagertypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/audiomanagertypes.h')
-rw-r--r--includes/audiomanagertypes.h100
1 files changed, 50 insertions, 50 deletions
diff --git a/includes/audiomanagertypes.h b/includes/audiomanagertypes.h
index 46fc00a..27764d1 100644
--- a/includes/audiomanagertypes.h
+++ b/includes/audiomanagertypes.h
@@ -22,8 +22,8 @@
*
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_AFA9C9DE_BF7D_4bc2_AE65_3747DCA2D732__INCLUDED_)
-#define EA_AFA9C9DE_BF7D_4bc2_AE65_3747DCA2D732__INCLUDED_
+#if !defined(EA_9BBD9DCA_BBCF_45e4_8291_45F44B455D62__INCLUDED_)
+#define EA_9BBD9DCA_BBCF_45e4_8291_45F44B455D62__INCLUDED_
#include <stdint.h>
#include "projecttypes.h"
@@ -124,56 +124,56 @@ namespace am {
* After the buildup of a connection the first timing information needs to be sent within 5 seconds, the timing information from the routing adaptors need to be sent via 4 seconds. If the latency for a connection is variable and changes over lifetime of the connection, the routing adaptors shall resend the value and the audiomanger will correct the over all latency.\n
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:20 PM
+ * @created 22-Dec-2011 12:55:04 AM
*/
typedef uint16_t am_domainID_t;
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:20 PM
+ * @created 22-Dec-2011 12:55:05 AM
*/
typedef uint16_t am_sourceID_t;
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:06 AM
*/
typedef uint16_t am_sinkID_t;
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:06 AM
*/
typedef uint16_t am_gatewayID_t;
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:06 AM
*/
typedef uint16_t am_crossfaderID_t;
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:06 AM
*/
typedef uint16_t am_connectionID_t;
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:06 AM
*/
typedef uint16_t am_mainConnectionID_t;
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:06 AM
*/
typedef uint16_t am_speed_t;
@@ -181,7 +181,7 @@ namespace am {
* 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
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:07 AM
*/
typedef int16_t am_volume_t;
@@ -190,21 +190,21 @@ namespace am {
* The range of this type is customer specific.
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:07 AM
*/
typedef int16_t am_mainVolume_t;
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:07 AM
*/
typedef uint16_t am_sourceClass_t;
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:07 AM
*/
typedef uint16_t am_sinkClass_t;
@@ -212,7 +212,7 @@ namespace am {
* time in ms!
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:07 AM
*/
typedef uint16_t am_time_t;
@@ -220,7 +220,7 @@ namespace am {
* offset time that is introduced in milli seconds.
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:08 AM
*/
typedef int16_t am_timeSync_t;
@@ -228,7 +228,7 @@ namespace am {
* with the help of this enum, sinks and sources can report their availability state
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:08 AM
*/
enum am_Availablility_e
{
@@ -243,7 +243,7 @@ namespace am {
* represents the connection state
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:08 AM
*/
enum am_ConnectionState_e
{
@@ -274,7 +274,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:08 AM
*/
enum am_DomainState_e
{
@@ -289,7 +289,7 @@ namespace am {
* This enum characterizes the data of the EarlyData_t
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:08 AM
*/
enum am_EarlyDataType_e
{
@@ -305,7 +305,7 @@ namespace am {
* the errors of the audiomanager. All possible errors are in here. This enum is used widely as return parameter.
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:09 AM
*/
enum am_Error_e
{
@@ -330,7 +330,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:09 AM
*/
enum am_MuteState_e
{
@@ -344,7 +344,7 @@ namespace am {
* The source state reflects the state of the source
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:09 AM
*/
enum am_SourceState_e
{
@@ -368,7 +368,7 @@ namespace am {
* This enumeration is used to define the type of the action that is correlated to a handle.
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:09 AM
*/
enum am_Handle_e
{
@@ -387,7 +387,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:09 AM
*/
enum am_InterruptState_e
{
@@ -401,7 +401,7 @@ namespace am {
* describes the active sink of a crossfader.
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:10 AM
*/
enum am_HotSink_e
{
@@ -416,7 +416,7 @@ namespace am {
* this describes the availability of a sink or a source together with the latest change
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:10 AM
*/
struct am_Availability_s
{
@@ -436,7 +436,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:10 AM
*/
struct am_ClassProperty_s
{
@@ -450,7 +450,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:10 AM
*/
struct am_Crossfader_s
{
@@ -468,7 +468,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:11 AM
*/
struct am_Gateway_s
{
@@ -509,7 +509,7 @@ namespace am {
* This represents one "hopp" in a route
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:11 AM
*/
struct am_RoutingElement_s
{
@@ -525,7 +525,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:21 PM
+ * @created 22-Dec-2011 12:55:11 AM
*/
struct am_Route_s
{
@@ -540,7 +540,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:22 PM
+ * @created 22-Dec-2011 12:55:12 AM
*/
struct am_SoundProperty_s
{
@@ -554,7 +554,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:22 PM
+ * @created 22-Dec-2011 12:55:12 AM
*/
struct am_SystemProperty_s
{
@@ -574,7 +574,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:22 PM
+ * @created 22-Dec-2011 12:55:12 AM
*/
struct am_SinkClass_s
{
@@ -589,7 +589,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:22 PM
+ * @created 22-Dec-2011 12:55:12 AM
*/
struct am_SourceClass_s
{
@@ -608,7 +608,7 @@ namespace am {
* this type holds all information of sources relevant to the HMI
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:22 PM
+ * @created 22-Dec-2011 12:55:13 AM
*/
struct am_SourceType_s
{
@@ -625,7 +625,7 @@ namespace am {
* this type holds all information of sinks relevant to the HMI
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:22 PM
+ * @created 22-Dec-2011 12:55:13 AM
*/
struct am_SinkType_s
{
@@ -643,7 +643,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:22 PM
+ * @created 22-Dec-2011 12:55:13 AM
*/
struct am_Handle_s
{
@@ -657,7 +657,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:22 PM
+ * @created 22-Dec-2011 12:55:14 AM
*/
struct am_MainSoundProperty_s
{
@@ -672,7 +672,7 @@ namespace am {
* this type holds all information of connections relevant to the HMI
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:23 PM
+ * @created 22-Dec-2011 12:55:14 AM
*/
struct am_MainConnectionType_s
{
@@ -689,7 +689,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:23 PM
+ * @created 22-Dec-2011 12:55:14 AM
*/
struct am_MainConnection_s
{
@@ -705,7 +705,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:23 PM
+ * @created 22-Dec-2011 12:55:15 AM
*/
struct am_Sink_s
{
@@ -729,7 +729,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:23 PM
+ * @created 22-Dec-2011 12:55:15 AM
*/
struct am_Source_s
{
@@ -762,7 +762,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:23 PM
+ * @created 22-Dec-2011 12:55:15 AM
*/
struct am_Domain_s
{
@@ -781,7 +781,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:23 PM
+ * @created 22-Dec-2011 12:55:16 AM
*/
struct am_Connection_s
{
@@ -801,7 +801,7 @@ namespace am {
* soundProperty_t in case of ED_SOURCE_PROPERTY, ED_SINK_PROPERTY
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:23 PM
+ * @created 22-Dec-2011 12:55:16 AM
*/
union am_EarlyData_u
{
@@ -818,7 +818,7 @@ namespace am {
* sinkID in case of ED_SINK_VOLUME, ED_SINK_PROPERTY
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:24 PM
+ * @created 22-Dec-2011 12:55:16 AM
*/
union am_DataType_u
{
@@ -832,7 +832,7 @@ namespace am {
/**
* @author christian
* @version 1.0
- * @created 12-Dec-2011 8:33:24 PM
+ * @created 22-Dec-2011 12:55:16 AM
*/
struct am_EarlyData_s
{
@@ -844,4 +844,4 @@ namespace am {
};
}
-#endif // !defined(EA_AFA9C9DE_BF7D_4bc2_AE65_3747DCA2D732__INCLUDED_)
+#endif // !defined(EA_9BBD9DCA_BBCF_45e4_8291_45F44B455D62__INCLUDED_)