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 2d9b883..a489720 100644
--- a/includes/audiomanagertypes.h
+++ b/includes/audiomanagertypes.h
@@ -17,8 +17,8 @@
*
* THIS CODE HAS BEEN GENERATED BY ENTERPRISE ARCHITECT GENIVI MODEL. PLEASE CHANGE ONLY IN ENTERPRISE ARCHITECT AND GENERATE AGAIN
*/
-#if !defined(EA_5B7FFAAE_6D10_4b76_8E0F_E8060678C777__INCLUDED_)
-#define EA_5B7FFAAE_6D10_4b76_8E0F_E8060678C777__INCLUDED_
+#if !defined(EA_20D4CA94_946F_4462_BD28_0ABEC8125573__INCLUDED_)
+#define EA_20D4CA94_946F_4462_BD28_0ABEC8125573__INCLUDED_
#include <stdint.h>
#include "projecttypes.h"
@@ -31,63 +31,63 @@ namespace am {
/**
* a domain ID
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:27 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_domainID_t;
/**
* a source ID
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:27 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_sourceID_t;
/**
* a sink ID
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:27 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_sinkID_t;
/**
* a gateway ID
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:27 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_gatewayID_t;
/**
* a crossfader ID
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_crossfaderID_t;
/**
* a connection ID
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_connectionID_t;
/**
* a mainConnection ID
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_mainConnectionID_t;
/**
* speed
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 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 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef int16_t am_volume_t;
@@ -95,40 +95,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 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef int16_t am_mainVolume_t;
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_sourceClass_t;
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_sinkClass_t;
/**
* time in ms!
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
typedef uint16_t am_time_t;
/**
* offset time that is introduced in milli seconds.
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 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 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_Availablility_e
{
@@ -150,7 +150,7 @@ namespace am {
/**
* represents the connection state
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_ConnectionState_e
{
@@ -180,7 +180,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_DomainState_e
{
@@ -206,7 +206,7 @@ namespace am {
/**
* This enum characterizes the data of the EarlyData_t
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_EarlyDataType_e
{
@@ -236,7 +236,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 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_Error_e
{
@@ -289,7 +289,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_MuteState_e
{
@@ -311,7 +311,7 @@ namespace am {
/**
* The source state reflects the state of the source
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_SourceState_e
{
@@ -334,7 +334,7 @@ namespace am {
/**
* This enumeration is used to define the type of the action that is correlated to a handle.
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_Handle_e
{
@@ -354,7 +354,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_InterruptState_e
{
@@ -376,7 +376,7 @@ namespace am {
/**
* describes the active sink of a crossfader.
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
enum am_HotSink_e
{
@@ -402,7 +402,7 @@ namespace am {
/**
* this describes the availability of a sink or a source together with the latest change
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
struct am_Availability_s
{
@@ -421,7 +421,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:25 PM
*/
struct am_ClassProperty_s
{
@@ -434,7 +434,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:26 PM
*/
struct am_Crossfader_s
{
@@ -451,7 +451,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:26 PM
*/
struct am_Gateway_s
{
@@ -491,7 +491,7 @@ namespace am {
/**
* This represents one "hopp" in a route
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:28 PM
+ * @created 29-Feb-2012 12:54:26 PM
*/
struct am_RoutingElement_s
{
@@ -506,7 +506,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:29 PM
+ * @created 29-Feb-2012 12:54:26 PM
*/
struct am_Route_s
{
@@ -520,7 +520,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:29 PM
+ * @created 29-Feb-2012 12:54:26 PM
*/
struct am_SoundProperty_s
{
@@ -533,7 +533,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:29 PM
+ * @created 29-Feb-2012 12:54:26 PM
*/
struct am_SystemProperty_s
{
@@ -552,7 +552,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:29 PM
+ * @created 29-Feb-2012 12:54:26 PM
*/
struct am_SinkClass_s
{
@@ -566,7 +566,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:29 PM
+ * @created 29-Feb-2012 12:54:27 PM
*/
struct am_SourceClass_s
{
@@ -584,7 +584,7 @@ namespace am {
/**
* this type holds all information of sources relevant to the HMI
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:29 PM
+ * @created 29-Feb-2012 12:54:27 PM
*/
struct am_SourceType_s
{
@@ -600,7 +600,7 @@ namespace am {
/**
* this type holds all information of sinks relevant to the HMI
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:29 PM
+ * @created 29-Feb-2012 12:54:27 PM
*/
struct am_SinkType_s
{
@@ -617,7 +617,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:29 PM
+ * @created 29-Feb-2012 12:54:27 PM
*/
struct am_Handle_s
{
@@ -630,7 +630,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:30 PM
+ * @created 29-Feb-2012 12:54:27 PM
*/
struct am_MainSoundProperty_s
{
@@ -644,7 +644,7 @@ namespace am {
/**
* this type holds all information of connections relevant to the HMI
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:30 PM
+ * @created 29-Feb-2012 12:54:27 PM
*/
struct am_MainConnectionType_s
{
@@ -660,7 +660,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:30 PM
+ * @created 29-Feb-2012 12:54:27 PM
*/
struct am_MainConnection_s
{
@@ -683,7 +683,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:30 PM
+ * @created 29-Feb-2012 12:54:27 PM
*/
struct am_Sink_s
{
@@ -706,7 +706,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:30 PM
+ * @created 29-Feb-2012 12:54:28 PM
*/
struct am_Source_s
{
@@ -738,7 +738,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:30 PM
+ * @created 29-Feb-2012 12:54:28 PM
*/
struct am_Domain_s
{
@@ -756,7 +756,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:31 PM
+ * @created 29-Feb-2012 12:54:28 PM
*/
struct am_Connection_s
{
@@ -775,7 +775,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 27-Feb-2012 6:57:31 PM
+ * @created 29-Feb-2012 12:54:28 PM
*/
union am_EarlyData_u
{
@@ -791,7 +791,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 27-Feb-2012 6:57:31 PM
+ * @created 29-Feb-2012 12:54:28 PM
*/
union am_DataType_u
{
@@ -804,7 +804,7 @@ namespace am {
/**
* @author Christian Mueller
- * @created 27-Feb-2012 6:57:31 PM
+ * @created 29-Feb-2012 12:54:28 PM
*/
struct am_EarlyData_s
{
@@ -816,4 +816,4 @@ namespace am {
};
}
-#endif // !defined(EA_5B7FFAAE_6D10_4b76_8E0F_E8060678C777__INCLUDED_)
+#endif // !defined(EA_20D4CA94_946F_4462_BD28_0ABEC8125573__INCLUDED_)