|
dxd - dynax driver framework 3.0.0d222
cross platform open source driver development framework
|
< the app's consumer group (dx::stream::engine::group) wraps this bus's own More...
#include <dx_proxy_stream_device.h>
Public Types | |
| typedef dx::stream::desc<> | desc_t |
| typedef shared::event | event_t |
| the driver signals this client through it: the engine's clock and every stream's data events | |
| typedef promoted< uint32_t >::template preference< decltype(dx::proxy::device< dx::preference >::preference)> | source_t |
| typedef stream< device< dx::stream::desc<>, dx::preference, stream, group > > | stream_t |
| typedef desc | value_t |
Public Member Functions | |
| struct stream * | align (struct stream *sync_reference) |
| uint32_t | align (uint32_t sync_reference) const |
| void | attach (channel_t **io[dx::stream::direction::directions][2], const std::vector< bool >(&channel_map)[2]) |
| DX_PRAGMA_IGNORE_RETURN_VALUE_BEGIN | catch (const dx::exception &__dx_exception) |
| void | conclude () noexcept override |
| conclude notifacation: device will be removed from tree | |
| unsigned char | configuration (unsigned char configuration) try |
| DX_PRAGMA_IGNORE_RETURN_VALUE_END unsigned char | configurations () const try |
| auto | count () const noexcept |
| void | ctl (uint32_t ioctl) const try |
| void | ctl (unsigned int ioctl) const |
| dx_catchall_handler (this,) protected | |
| operator[](): a group just came into existence, a host wires its per-group transports here | |
| dx_catchall_handler_or_rethrow (this, exception.error==not_implemented, return 0;) void hw_clock(override | |
| registers this client's buffer switch event with the driver's clock domain | |
| dx_catchall_rethrow () template< typename rx_t > enable_if_ptr< rx_t > ictl(uint32_t ioctl) const try | |
| dx_catchall_rethrow () template< typename rx_t > enable_if_scalar< rx_t > ictl(uint32_t ioctl) const try | |
| dx_catchall_rethrow () template< typename rx_t > hide_if_scalar_or_ptr< rx_t > ictl(uint32_t ioctl) const try | |
| member ioctl | |
| dx_catchall_rethrow () template< typename rx_t > size_t ictl(uint32_t ioctl | |
| dx_catchall_rethrow () template< typename tx_t | |
| dx_catchall_rethrow () ~device() override | |
| the device class destructor | |
| dx_catchall_rethrow (, "name: %s, access rights: %x, sharing options:%x", name, access, share) | |
| dx_pass (::IOConnectCallStructMethod(io_connect, ioctl, nullptr, 0, &rx, &size), "%s rx:%p size:%d", fourchar::to::string(ioctl).c_str(), &rx, size) | |
| uint32_t | enumerate (const format &format=any) const |
| enumerate typified pins | |
| void | exception (const dx::exception &exception, bool filtered=false) const noexcept override |
| notification exception handler | |
| struct stream * | find (const decltype(stream::target.idx())&target) |
| struct stream * | find (const format &format=any, enum direction::direction direction=direction::any) |
| struct stream * | find (const target_t &target) |
| struct stream * | find (uint32_t &pin, const format &format=any, enum direction::direction direction=direction::any) |
| finds and returns the stream description and pin idx into this stream | |
| DX_PRAGMA_IGNORE_RETURN_VALUE_BEGIN virtual DX_PRAGMA_IGNORE_RETURN_VALUE_END uint64_t | frame () const try |
| value_t | get (::CFStringRef key) const |
| ::CFTypeRef | get (::CFStringRef key) const |
| value_t | get (::CFStringRef key, ::CFTypeRef dflt) const noexcept |
| ::CFTypeRef | get (::CFStringRef key, ::CFTypeRef dflt) const noexcept |
| value_t | get (::CFStringRef key, value_t dflt) const noexcept |
| value_t | get (key_t key) const |
| ::CFTypeRef | get (key_t key) const |
| void | grouped (typename super::group< device< dx::stream::desc<>, dx::preference, stream, group > > &group) override |
| virtual bool | hw_clock () const noexcept |
| virtual void | hw_clock (abstract::event *hw_clock, uint32_t iosize) |
| rx_t | ictl (unsigned int ioctl) const |
| Windows: member ioctl. | |
| size_t | ictl (unsigned int ioctl, rx_t &rx) const |
| void | info (std::ostream &os) noexcept override |
| log object class information | |
| void | initialize (const char *name, ::DWORD access=GENERIC_READ|GENERIC_WRITE, ::DWORD share=FILE_SHARE_READ|FILE_SHARE_WRITE) try |
| (re-)initialization the underlaying windows API is CreateFile(). for detailed information see http://msdn.microsoft.com/en-us/library/aa363858(VS.85).aspx | |
| rx_t | ioctl (unsigned int ioctl, const tx_t &tx) const |
| size_t | ioctl (unsigned int ioctl, const tx_t &tx, rx_t &rx) const |
| void | launch () override |
| launch notification: object mounted and ready to use. Called only through try_launch() - never call this directly from outside the class hierarchy. | |
| void | octl (unsigned int ioctl, const tx_t &tx) const |
| operator const ::io_registry_entry_t & () const noexcept | |
| auto converter into const io_object | |
| operator const ::io_registry_entry_t & () const noexcept | |
| auto converter into const io_object | |
| operator const os_event () const noexcept | |
| operator const std::string & () const noexcept | |
| identifying device string, mirroring macOS' io::registry conversion | |
| operator os_event () noexcept | |
| operator uint64_t () const | |
| operator::CFMutableDictionaryRef () const | |
| operator::CFStringRef () const | |
| operator::HANDLE () const noexcept | |
| operator::io_registry_entry_t & () noexcept | |
| auto converter into io_object | |
| operator::io_registry_entry_t & () noexcept | |
| auto converter into io_object | |
| operator::io_registry_entry_t * () noexcept | |
| auto converter into io_object pointer | |
| operator::io_registry_entry_t * () noexcept | |
| auto converter into io_object pointer | |
| bool | operator== (::io_registry_entry_t io_object) const noexcept |
| bool | operator== (const desc &desc) const |
| virtual device & | operator>> (std::ostream &) const |
| virtual device & | operator>> (std::ostream &) const |
| ::CFTypeRef | operator[] (::CFStringRef key) const |
| group< device< dx::stream::desc<>, dx::preference, stream, group > > & | operator[] (const typename dx::stream::desc<>::stream::desc &stream) |
| the stream's group, created on first use | |
| ::CFTypeRef | operator[] (key_t key) const |
| group_t & | operator[] (const typename dx::stream::desc<>::stream::desc &stream) |
| the stream's group, created on first use | |
| registry | parent () const |
| _device & | reset () |
| reference & | retain () |
| device & | set (::CFStringRef key, ::CFTypeRef value) noexcept |
| device & | set (::CFStringRef key, value_t value) |
| device & | set (::CFTypeRef properties) |
| Setting properties in a registry entry is not generally supported, it is more common to support setting of properties of the connection based property setting of dx::device. | |
| device & | set (key_t key, ::CFTypeRef value) |
| device & | set (key_t key, value_t value) |
| virtual void | sleep () |
| notify system will sleep stub | |
| virtual void | sleep () |
| notify system will sleep stub | |
| virtual std::pair< source_t &, bool > | source (const struct dx::stream::desc<>::stream &stream) |
| the stream's source selector, created on first use: the preference by stream target, the value an index into the stream's sources | |
| virtual DX_PRAGMA_IGNORE_RETURN_VALUE_END std::string | string (uint8_t) const |
| uint32_t | sync_reference (struct stream *sync_reference) |
| struct stream * | sync_reference (uint32_t sync_reference) |
| bool | try_conclude () noexcept |
| atomically conclude()s if currently launched; returns whether this call did it | |
| bool | try_conclude () noexcept |
| atomically conclude()s if currently launched; returns whether this call did it | |
| bool | try_launch () |
| atomically launch()es if not already launched; returns whether this call did it | |
| bool | try_launch () |
| atomically launch()es if not already launched; returns whether this call did it | |
| void | wake () override |
Static Public Member Functions | |
| static void | create (const char *product_id, const ::GUID &guid, const std::string &id, const desc_t &desc) |
| persisted software device: PnP keeps it enumerated after the creating handle closes | |
| static void | create (const char *product_id, const ::GUID &guid, const std::string &id, const dx::stream::desc<> &desc) |
| persisted software device: PnP keeps it enumerated after the creating handle closes | |
| static void | destroy (const char *product_id, const ::GUID &guid, const std::string &id) |
| re-acquires the persisted device and binds it to the closing handle; PnP keeps the removed device's node as a phantom, uninstalled here | |
Public Attributes | |
| cf::string | bundle_id |
| dx::stream::bus::bus | bus {} |
| the bus this device hangs on | |
| promoted< typename super::client_map, typename super::client_map::value_t > | clients |
| dx::shared::guard< std::map< abstract::event *, dx::stream::clock::consumer > > | clock |
| event -> its own iosize and sample counter | |
| uint32_t | clocks {} |
| number of independent clocks [currenlty only single clock support] | |
| promoted< uint32_t >::preference< decltype(dx::proxy::device< dx::preference >::preference)> | clocksource |
| promoted< dx::stream::desc<>, typename dx::stream::desc<>::value_t > | desc |
| bool | dflt {} |
| can be selected as default (OS audio) device | |
| dx::driver< decltype(id), dx::preference > & | driver |
| dx::driver< decltype(id), dx::preference > & | driver |
| bool | editable {} |
| can be edited | |
| struct dx::stream::desc::firmware | firmware |
| std::map< decltype(dx::stream::desc<>::stream::group), group< device< dx::stream::desc<>, dx::preference, stream, group > > > | group |
| bool | hidden {} |
| hide device | |
| struct { | |
| dx::shared::guard< std::map< abstract::event *, dx::stream::clock::consumer > > clock | |
| event -> its own iosize and sample counter More... | |
| uint32_t iosize | |
| staging value for registration paths without their own iosize argument (macOS CF property bridge) More... | |
| } | hw |
| promoted< std::string > | icon |
| const ::io_service_t | id |
| const std::string | id |
| promoted< uint32_t >::preference< decltype(dx::proxy::device< dx::preference >::preference)> | iosize |
| uint32_t | iosize |
| staging value for registration paths without their own iosize argument (macOS CF property bridge) | |
| chain< uint32_t > | iosize_server |
| std::atomic< bool > | launched |
| std::atomic< bool > | launched |
| struct dx::stream::desc::name_id | model |
| dx::stream::device::monitor | monitor |
| bool | persistence {} |
| device has capability to store persistent settings (i.e. sample rate; clock source; etc.) | |
| dx::preference | preference |
| dx::preference | preference |
| std::string | puid |
| persistent UID - system unique - could change with location | |
| std::string | puid |
| persistent UID - system unique - could change with location | |
| std::string | puuid |
| persistent universal UID - universally unique ID (i.e. serial number) | |
| std::string | puuid |
| persistent universal UID - universally unique ID (i.e. serial number) | |
| std::list< promoted< uint32_t > > | safety_offset_server |
| per group: the kernel keeps the client margins of its streams | |
| dx::promoted< uint32_t > | samplerate |
| return | size |
| std::map< decltype(dx::stream::desc<>::stream::target.idx()), source_t > | sources |
| direction::direction | start_stop_order = direction::any |
| struct dx::stream::desc::stream | stream [max_streams] |
| uint32_t | streams {} |
| number of streams | |
| promoted< structdesc_t::stream * >::template preference< decltype(dx::proxy::device< dx::preference >::preference), uint32_t > | sync_reference |
| DX_PRAGMA_IGNORE_RETURN_VALUE_END class dx::proxy::stream::_device::monitor * | this |
| rx_t &rx const | try |
| struct dx::stream::desc::name_id | vendor |
| dx::stream::device::monitor | version |
Static Public Attributes | |
| static constexpr bool | hosted |
| the transport's settings belong to another process' device: a hosted device mirrors them through its chains, it keeps no store of them | |
Protected Types | |
| typedef service::request< service::stream::data< typename super_device_t::dx::stream::desc<> > > | request |
| typedef pipe< request >::template server< user_client, std::weak_ptr< device > > | server |
| pipe::server connecting user_clients The pipe holds a std::weak_ptr<device> as a temporary by the pipe::server::args variadic tuple to create shared device references for the user_client. At time of device construction there is not yet a std::shared_ptr<device>, therefore the pipe::server::args weak_ptr assignment happens at service::device::launch(). | |
| enum | type |
Protected Member Functions | |
| std::string | canonical (const std::string &name) const try |
| catch (...) | |
| dx_catchall_rethrow () registry(const registry ®istry | |
| registry & | erase (const char *subkey=nullptr) noexcept |
| void | grouped (typename super::group< device< dx::stream::desc<>, dx::preference, stream, group > > &group) override |
| registry & | initialize (const std::string &key, ::HKEY root=HKEY_CURRENT_USER, ::REGSAM rights=KEY_ALL_ACCESS) try |
| registry & | initialize (const std::string &key, ::REGSAM rights, ::HKEY root, const char *path=nullptr) try |
| virtual void | launch () |
| launch notification: object mounted and ready to use. Called only through try_launch() - never call this directly from outside the class hierarchy. | |
| registry & | run () |
| dx_catchall_rethrow() registry &initialize(size_t | size () const noexcept |
Static Protected Member Functions | |
| static self_t void | assign (const self_t &self, const value_t &value) try |
| static self_t void | assign (const self_t &self, const value_t &value) try |
| static registry | at (const self_t &self) |
| static container_t | children (const self_t &self) noexcept try |
| static bool | fetch (const self_t &self, value_t &value) try |
| static bool | fetch (const self_t &self, value_t &value) try |
| static bool | nested (const self_t &self) noexcept |
| static size_t | size (const self_t &self) noexcept |
Protected Attributes | |
| bool | connected |
| std::list< promoted > | group_server |
| per-group chains, wired as each group comes into existence (grouped()) | |
| ::HANDLE | handle |
| struct { | |
| cf::string bundle_id | |
| cf::string class_name | |
| } | kernel |
| std::string | key |
| const std::string & | key |
| std::deque< std::function< void()> > | listen |
| const std::string | owns_root |
| class dx::service::device::promoted | pipe |
| server | pipe |
| io::port | port |
| ::HANDLE | process |
| const std::string | root |
| bool | schedule_erase |
< the app's consumer group (dx::stream::engine::group) wraps this bus's own
|
inherited |
|
inherited |
the driver signals this client through it: the engine's clock and every stream's data events
|
protectedinherited |
|
protectedinherited |
pipe::server connecting user_clients The pipe holds a std::weak_ptr<device> as a temporary by the pipe::server::args variadic tuple to create shared device references for the user_client. At time of device construction there is not yet a std::shared_ptr<device>, therefore the pipe::server::args weak_ptr assignment happens at service::device::launch().
|
inherited |
|
inherited |
|
inherited |
|
strongprotectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
dx::key_value_tree<registry> contract: resolves self's parent chain into one real key/value position, then delegates below - the only place a registry[k1][k2]..[kN] chain becomes real subkeys/values.
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inlinestaticprotectednoexceptinherited |
self's own child names as any string container, yielding an empty one when the key is absent or inaccessible. Stays a static, not a dx::key_value_tree-style operator container_t(): registry is a dependent base of key_value_tree<registry> (inherited via the tree_t template parameter), and key_value_tree's own operator value_t() becomes entirely unreachable once a dependent base declares a same-shaped operator container_t() template of its own.
|
inlineoverridevirtualnoexceptinherited |
conclude notifacation: device will be removed from tree
Reimplemented from dx::proxy::device< dx::preference >.
|
inlineinherited |
|
inlineinherited |
|
inlinenoexceptinherited |
|
inlinestaticinherited |
persisted software device: PnP keeps it enumerated after the creating handle closes
|
inlinestaticinherited |
persisted software device: PnP keeps it enumerated after the creating handle closes
|
inlineinherited |
|
inlineinherited |
|
inlinestaticinherited |
re-acquires the persisted device and binds it to the closing handle; PnP keeps the removed device's node as a phantom, uninstalled here
|
inlineinherited |
operator[](): a group just came into existence, a host wires its per-group transports here
|
inlinepure virtualinherited |
registers this client's buffer switch event with the driver's clock domain
The driver owns the clock: it signals every registered client at that client's own iosize, so the engine's event has to be one the driver can signal. A device whose driver does not take the registration falls back to the engine's own software clock through not_implemented.
|
protectedinherited |
cheap: purely in-memory identity extension with a bare child name - what dx::key_value_tree::operator[] builds on.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
member ioctl
this member retreives data from the device by providing an IOCTL code. the template argument defines the type of data to be retreived. this member is intended as a convinient way to retreive only small amounts of data since there is an intermediate stack copy involved in returning the data.
|
inherited |
|
inherited |
|
inlineoverrideinherited |
the device class destructor
the underlaying IOKit API is IOServiceClose().
remark: The io_service reference itself is managed by inherited io::reference
for detailed information see
Disconnect notification port,
closes the connection to the IOService object
|
inherited |
|
inherited |
|
inlineinherited |
enumerate typified pins
|
inlineprotectednoexceptinherited |
|
inlineoverridenoexceptinherited |
notification exception handler
|
inlinestaticprotectedinherited |
a value that serializes itself into a tree node recurses through its own named children; only what has no such serialization reaches the flat position below, where a struct would become one opaque REG_BINARY of its layout
|
inlinestaticprotectedinherited |
a value that serializes itself into a tree node recurses through its own named children; only what has no such serialization reaches the flat position below, where a struct would become one opaque REG_BINARY of its layout
|
inlineinherited |
|
inlineinherited |
| format | search stream format filter |
| direction | search stream direction filter |
|
inlineinherited |
|
inlineinherited |
finds and returns the stream description and pin idx into this stream
| pin | in: global pin index, out: pin index into returned stream description |
| format | search stream format filter |
| direction | search stream direction filter |
|
inlinevirtualinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinenoexceptinherited |
|
inlinenoexceptinherited |
|
inlinenoexceptinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineoverrideinherited |
|
inlineoverrideprotectedinherited |
|
inlinevirtualnoexceptinherited |
|
inlinevirtualinherited |
|
inlineinherited |
Windows: member ioctl.
this member retreives data from the device by providing an IOCTL code. the template argument defines the type of data to be retreived. this member is intended as a convinient way to retreive only small amounts of data since there is an intermediate stack copy involved in returning the data.
the underlaying windows API is DeviceIoControl(). for detailed information see http://msdn.microsoft.com/en-us/library/aa363216(VS.85).aspx
| n/a | microsoft does not give information about what possible errors values are provided by its OS other than |
| ERROR_INSUFFICIENT_BUFFER | if the output buffer is too small to receive any data |
| rx_t | type of rx_t needs to be explicitly specified as it can't be deduced |
|
inlineinherited |
|
inlineoverridevirtualnoexceptinherited |
log object class information
Reimplemented from dx::proxy::device< dx::preference >.
|
inlineinherited |
(re-)initialization the underlaying windows API is CreateFile(). for detailed information see http://msdn.microsoft.com/en-us/library/aa363858(VS.85).aspx
| n/a | microsoft does not give information about what possible errors values are provided by its OS |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedvirtualinherited |
launch notification: object mounted and ready to use. Called only through try_launch() - never call this directly from outside the class hierarchy.
|
inlineoverrideinherited |
launch notification: object mounted and ready to use. Called only through try_launch() - never call this directly from outside the class hierarchy.
|
inlinestaticprotectednoexceptinherited |
|
inlineinherited |
|
inlinenoexceptinherited |
auto converter into const io_object
|
inlinenoexceptinherited |
auto converter into const io_object
|
inlinenoexceptinherited |
|
inlinenoexceptinherited |
identifying device string, mirroring macOS' io::registry conversion
|
inlinenoexceptinherited |
|
inlineexplicitinherited |
|
inlineexplicitinherited |
|
inlineexplicitinherited |
|
inlinenoexceptinherited |
|
inlinenoexceptinherited |
auto converter into io_object
|
inlinenoexceptinherited |
auto converter into io_object
|
inlinenoexceptinherited |
auto converter into io_object pointer
|
inlinenoexceptinherited |
auto converter into io_object pointer
|
inlinenoexceptinherited |
|
inlineinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlineinherited |
|
inlineinherited |
the stream's group, created on first use
|
inlineinherited |
|
inlineinherited |
the stream's group, created on first use
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlinenoexceptinherited |
|
inlineinherited |
|
inlineinherited |
Setting properties in a registry entry is not generally supported, it is more common to support setting of properties of the connection based property setting of dx::device.
|
inlineinherited |
|
inlineinherited |
|
inlineprotectednoexceptinherited |
stays a named method: base and derived conversion function templates are simultaneous overload candidates, so an operator value_t() here would compete with dx::key_value_tree's own. like get<value_t>() but returns false for ERROR_FILE_NOT_FOUND, from either RegQueryValueExA or value_of() itself; any other failure throws. a sibling thread/process may delete the containing key between value_of()'s create and the set - retry recreates the whole chain in that case subkey+value count, 0 if the key doesn't exist (key_of()'s non-throwing overload - an ordinary, expected outcome here, not a genuine error).
|
inlinestaticprotectednoexceptinherited |
|
inlinevirtualinherited |
notify system will sleep stub
|
inlinevirtualinherited |
notify system will sleep stub
|
inlinevirtualinherited |
the stream's source selector, created on first use: the preference by stream target, the value an index into the stream's sources
|
inlinevirtualinherited |
|
inlineinherited |
|
inlineinherited |
|
inlinenoexceptinherited |
atomically conclude()s if currently launched; returns whether this call did it
|
inlinenoexceptinherited |
atomically conclude()s if currently launched; returns whether this call did it
|
inlineinherited |
atomically launch()es if not already launched; returns whether this call did it
|
inlineinherited |
atomically launch()es if not already launched; returns whether this call did it
|
inlineoverrideinherited |
|
inherited |
|
inherited |
the bus this device hangs on
|
inherited |
|
inherited |
event -> its own iosize and sample counter
|
inherited |
number of independent clocks [currenlty only single clock support]
|
inherited |
|
protectedinherited |
|
inherited |
|
inherited |
can be selected as default (OS audio) device
|
inherited |
|
inherited |
|
inherited |
can be edited
|
inherited |
|
inherited |
streaming groups by desc::stream::group id: every stream of this device is registered with its group
|
protectedinherited |
per-group chains, wired as each group comes into existence (grouped())
|
protectedinherited |
|
inherited |
hide device
|
staticconstexprinherited |
the transport's settings belong to another process' device: a hosted device mirrors them through its chains, it keeps no store of them
| struct { ... } dx::stream::device< dx::proxy::device< dx::preference >, dx::stream::desc<>, stream< device< dx::stream::desc<>, dx::preference, stream, group > >, group< device< dx::stream::desc<>, dx::preference, stream, group > > >::hw |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
staging value for registration paths without their own iosize argument (macOS CF property bridge)
|
inherited |
| struct { ... } dx::service::device< dx::preference >::kernel |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
inherited |
device has capability to store persistent settings (i.e. sample rate; clock source; etc.)
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
inherited |
persistent UID - system unique - could change with location
|
inherited |
persistent UID - system unique - could change with location
|
inherited |
persistent universal UID - universally unique ID (i.e. serial number)
|
inherited |
persistent universal UID - universally unique ID (i.e. serial number)
|
protectedinherited |
|
inherited |
per group: the kernel keeps the client margins of its streams
|
inherited |
|
protectedinherited |
|
inherited |
|
inherited |
source selectors by stream target: a stream with sources gets its own on first use
|
inherited |
|
inherited |
|
inherited |
number of streams
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| (c) copyright 2009 dynamic acoustics e.U. | generated on |