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__SourceClass__s.html | 203 +++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 docs/structam_1_1am__SourceClass__s.html (limited to 'docs/structam_1_1am__SourceClass__s.html') diff --git a/docs/structam_1_1am__SourceClass__s.html b/docs/structam_1_1am__SourceClass__s.html new file mode 100644 index 0000000..5f114d8 --- /dev/null +++ b/docs/structam_1_1am__SourceClass__s.html @@ -0,0 +1,203 @@ + + + + + + +AudioManager: am::am_SourceClass_s Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
am::am_SourceClass_s Struct Reference
+
+
+ +

struct describing source classes + More...

+ +

#include <audiomanagertypes.h>

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

+Public Attributes

am_sourceClass_t sourceClassID
 the source ID More...
 
std::string name
 the name of the sourceClass - must be unique in the system More...
 
std::vector< am_ClassProperty_slistClassProperties
 the list of the class properties. More...
 
+

Detailed Description

+

struct describing source classes

+ +

Definition at line 891 of file audiomanagertypes.h.

+

Member Data Documentation

+ +
+
+ + + + +
std::vector<am_ClassProperty_s> am::am_SourceClass_s::listClassProperties
+
+ +

the list of the class properties.

+

These are pairs of a project specific enum describing the type of the value and an integer holding the real value.

+ +

Definition at line 907 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
std::string am::am_SourceClass_s::name
+
+ +

the name of the sourceClass - must be unique in the system

+ +

Definition at line 902 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_sourceClass_t am::am_SourceClass_s::sourceClassID
+
+ +

the source ID

+ +

Definition at line 898 of file audiomanagertypes.h.

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