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__Domain__s.html | 279 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 279 insertions(+) create mode 100644 structam_1_1am__Domain__s.html (limited to 'structam_1_1am__Domain__s.html') diff --git a/structam_1_1am__Domain__s.html b/structam_1_1am__Domain__s.html new file mode 100644 index 0000000..0176c54 --- /dev/null +++ b/structam_1_1am__Domain__s.html @@ -0,0 +1,279 @@ + + + + + + +AudioManager: am::am_Domain_s Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
am::am_Domain_s Struct Reference
+
+
+ +

This struct describes the attribiutes of a domain. + More...

+ +

#include <audiomanagertypes.h>

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

+Public Attributes

am_domainID_t domainID
 the domain ID More...
 
std::string name
 the name of the domain More...
 
std::string busname
 the busname. More...
 
std::string nodename
 the name of the node More...
 
bool early
 indicated if the domain is independent at startup or not More...
 
bool complete
 indicates if the domain registration is complete or not More...
 
am_DomainState_e state
 the current domain state More...
 
+

Detailed Description

+

This struct describes the attribiutes of a domain.

+ +

Definition at line 1342 of file audiomanagertypes.h.

+

Member Data Documentation

+ +
+
+ + + + +
std::string am::am_Domain_s::busname
+
+ +

the busname.

+

This is equal to a plugin name and is used to dispatch messages to the elements of a plugin

+ +

Definition at line 1358 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
bool am::am_Domain_s::complete
+
+ +

indicates if the domain registration is complete or not

+ +

Definition at line 1370 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_domainID_t am::am_Domain_s::domainID
+
+ +

the domain ID

+ +

Definition at line 1349 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
bool am::am_Domain_s::early
+
+ +

indicated if the domain is independent at startup or not

+ +

Definition at line 1366 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
std::string am::am_Domain_s::name
+
+ +

the name of the domain

+ +

Definition at line 1353 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
std::string am::am_Domain_s::nodename
+
+ +

the name of the node

+ +

Definition at line 1362 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_DomainState_e am::am_Domain_s::state
+
+ +

the current domain state

+ +

Definition at line 1374 of file audiomanagertypes.h.

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