Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITADataSources
Commits
516c72f7
Commit
516c72f7
authored
Apr 11, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Removing export defs for purely inline classes
parent
4259024a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/ITANetAudioSampleServer.h
View file @
516c72f7
...
...
@@ -31,7 +31,7 @@
* ... just derive and implement Process() method. Have a look at Zero() method
* for exemplary usage of sample buffer.
*/
class
ITA_DATA_SOURCES_API
CITASampleProcessor
:
public
ITADatasourceRealization
class
CITASampleProcessor
:
public
ITADatasourceRealization
{
public:
//! Create a sample processor with streaming parameters
...
...
@@ -50,6 +50,10 @@ public:
Zero
();
};
inline
~
CITASampleProcessor
()
{
};
//! Sets all channels and samples to zero
inline
void
Zero
()
{
...
...
@@ -108,7 +112,7 @@ private:
* @sa CITANetAudioStream CITANetAudioStreamingServer CITASampleProcessor
* @note not thread-safe
*/
class
ITA_DATA_SOURCES_API
CITANetAudioSampleServer
:
public
CITANetAudioStreamingServer
class
CITANetAudioSampleServer
:
public
CITANetAudioStreamingServer
{
public:
inline
CITANetAudioSampleServer
(
CITASampleProcessor
*
pProcessor
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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