From 1111f28e3693ee0f296819654a5c35fe147c395d Mon Sep 17 00:00:00 2001 From: Christian as GENIVI Maintainer Date: Fri, 30 Sep 2016 08:11:30 -0700 Subject: add doxygen documentation for github Signed-off-by: Christian as GENIVI Maintainer --- docs/structam_1_1am__MainConnection__s.html | 259 ++++++++++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 docs/structam_1_1am__MainConnection__s.html (limited to 'docs/structam_1_1am__MainConnection__s.html') diff --git a/docs/structam_1_1am__MainConnection__s.html b/docs/structam_1_1am__MainConnection__s.html new file mode 100644 index 0000000..46dcbb8 --- /dev/null +++ b/docs/structam_1_1am__MainConnection__s.html @@ -0,0 +1,259 @@ + + + + + + +AudioManager: am::am_MainConnection_s Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
am::am_MainConnection_s Struct Reference
+
+
+ +

struct that holds attribiutes of a mainconnection + More...

+ +

#include <audiomanagertypes.h>

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

+Public Attributes

am_mainConnectionID_t mainConnectionID
 the assigned ID More...
 
am_ConnectionState_e connectionState
 the current connection state More...
 
am_sinkID_t sinkID
 the sinkID More...
 
am_sourceID_t sourceID
 the sourceID More...
 
am_timeSync_t delay
 the delay of the connection More...
 
std::vector< am_connectionID_tlistConnectionID
 the list of sub connection IDs the mainconnection consists of More...
 
+

Detailed Description

+

struct that holds attribiutes of a mainconnection

+ +

Definition at line 1056 of file audiomanagertypes.h.

+

Member Data Documentation

+ +
+
+ + + + +
am_ConnectionState_e am::am_MainConnection_s::connectionState
+
+ +

the current connection state

+ +

Definition at line 1067 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_timeSync_t am::am_MainConnection_s::delay
+
+ +

the delay of the connection

+ +

Definition at line 1079 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
std::vector<am_connectionID_t> am::am_MainConnection_s::listConnectionID
+
+ +

the list of sub connection IDs the mainconnection consists of

+ +

Definition at line 1083 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_mainConnectionID_t am::am_MainConnection_s::mainConnectionID
+
+ +

the assigned ID

+ +

Definition at line 1063 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_sinkID_t am::am_MainConnection_s::sinkID
+
+ +

the sinkID

+ +

Definition at line 1071 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_sourceID_t am::am_MainConnection_s::sourceID
+
+ +

the sourceID

+ +

Definition at line 1075 of file audiomanagertypes.h.

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