From 006a2ce21f277f171c8da9f4455c7299977fd87a Mon Sep 17 00:00:00 2001 From: Christian as GENIVI Maintainer Date: Fri, 30 Sep 2016 08:27:37 -0700 Subject: add actual doxygen documentation Signed-off-by: Christian as GENIVI Maintainer --- structam_1_1am__MainConnectionType__s.html | 240 +++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 structam_1_1am__MainConnectionType__s.html (limited to 'structam_1_1am__MainConnectionType__s.html') diff --git a/structam_1_1am__MainConnectionType__s.html b/structam_1_1am__MainConnectionType__s.html new file mode 100644 index 0000000..67f91d8 --- /dev/null +++ b/structam_1_1am__MainConnectionType__s.html @@ -0,0 +1,240 @@ + + + + + + +AudioManager: am::am_MainConnectionType_s Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
am::am_MainConnectionType_s Struct Reference
+
+
+ +

this type holds all information of connections relevant to the HMI + More...

+ +

#include <audiomanagertypes.h>

+ + + + + + + + + + + + + + + + + +

+Public Attributes

am_mainConnectionID_t mainConnectionID
 the ID of the mainconnection More...
 
am_sourceID_t sourceID
 the sourceID where the connection starts More...
 
am_sinkID_t sinkID
 the sinkID where the connection ends More...
 
am_timeSync_t delay
 the delay of the mainconnection More...
 
am_ConnectionState_e connectionState
 the current connection state More...
 
+

Detailed Description

+

this type holds all information of connections relevant to the HMI

+ +

Definition at line 1026 of file audiomanagertypes.h.

+

Member Data Documentation

+ +
+
+ + + + +
am_ConnectionState_e am::am_MainConnectionType_s::connectionState
+
+ +

the current connection state

+ +

Definition at line 1049 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_timeSync_t am::am_MainConnectionType_s::delay
+
+ +

the delay of the mainconnection

+ +

Definition at line 1045 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_mainConnectionID_t am::am_MainConnectionType_s::mainConnectionID
+
+ +

the ID of the mainconnection

+ +

Definition at line 1033 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_sinkID_t am::am_MainConnectionType_s::sinkID
+
+ +

the sinkID where the connection ends

+ +

Definition at line 1041 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_sourceID_t am::am_MainConnectionType_s::sourceID
+
+ +

the sourceID where the connection starts

+ +

Definition at line 1037 of file audiomanagertypes.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1