Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
VACore
Commits
d5fdd926
Commit
d5fdd926
authored
Feb 01, 2017
by
Jonas Stienen
Browse files
Testing linux compat. and style.
parent
caff6470
Changes
2
Show whitespace changes
Inline
Side-by-side
src/VACoreConfig.cpp
View file @
d5fdd926
/*
*
* VVV VVV A
* VVV VVV AAA Virtual Acoustics
* VVV VVV AAA Real-time auralisation for virtual reality
* VVV VVV AAA
* VVVVVV AAA (c) Copyright Institut fr Technische Akustik (ITA)
* VVVV AAA RWTH Aachen (http://www.akustik.rwth-aachen.de)
*
* ---------------------------------------------------------------------------------
*
* Datei: VACoreConfig.cpp
*
* Zweck: Datenklasse fr die Konfiguration des VA-Kerns
*
* Autor(en): Frank Wefers (Frank.Wefers@akustik.rwth-aachen.de)
*
* ---------------------------------------------------------------------------------
*/
// $Id: VACoreConfig.cpp 4603 2016-03-02 13:23:00Z stienen $
// VA includes
#include
"VACoreConfig.h"
#include
"Reproduction/VAAudioReproductionModule.h"
...
...
src/VAHardwareSetup.h
View file @
d5fdd926
...
...
@@ -73,14 +73,11 @@ public:
class
CVAHardwareSetup
{
public:
CVAHardwareSetup
()
{};
inline
CVAHardwareSetup
()
{};
//! Initialize hardware setup with a struct
void
Init
(
const
CVAStruct
&
oArgs
);
std
::
vector
<
const
CVAHardwareDevice
>
voHardwareInputDevices
;
//!< Hardware input devices list
std
::
vector
<
const
CVAHardwareDevice
>
voHardwareOutputDevices
;
//!< Hardware output devices list
std
::
vector
<
CVAHardwareInput
>
voInputs
;
//!< Input groups for the hardware setup
std
::
vector
<
CVAHardwareOutput
>
voOutputs
;
//!< Output groups for the hardware setup
...
...
@@ -90,6 +87,10 @@ public:
//! Return devices from a logical output group
std
::
vector
<
const
CVAHardwareDevice
*
>
GetDeviceListFromOutputGroup
(
const
std
::
string
&
sOutputIdentifier
)
const
;
const
CVAHardwareOutput
*
GetOutput
(
const
std
::
string
&
sOutput
)
const
;
private:
std
::
vector
<
CVAHardwareDevice
>
voHardwareInputDevices
;
//!< Hardware input devices list
std
::
vector
<
CVAHardwareDevice
>
voHardwareOutputDevices
;
//!< Hardware output devices list
};
#endif // __VA_HARDWARESETUP_H__
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment