Skip to content

Commit fef1666

Browse files
committed
Add placeholder processor files
1 parent 6056ccd commit fef1666

11 files changed

Lines changed: 192 additions & 8 deletions

File tree

Builds/Linux/Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ OBJECTS := \
5555
$(OBJDIR)/AccessClass_de9602d5.o \
5656
$(OBJDIR)/PracticalSocket_2574ecc8.o \
5757
$(OBJDIR)/AudioComponent_521bd9c9.o \
58+
$(OBJDIR)/PlaceholderProcessorEditor_7b4cbcf7.o \
59+
$(OBJDIR)/PlaceholderProcessor_167f09aa.o \
5860
$(OBJDIR)/Bessel_7e54cb27.o \
5961
$(OBJDIR)/Biquad_622c856b.o \
6062
$(OBJDIR)/Butterworth_6aca939b.o \
@@ -181,6 +183,16 @@ $(OBJDIR)/AudioComponent_521bd9c9.o: ../../Source/Audio/AudioComponent.cpp
181183
@echo "Compiling AudioComponent.cpp"
182184
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
183185

186+
$(OBJDIR)/PlaceholderProcessorEditor_7b4cbcf7.o: ../../Source/Processors/PlaceholderProcessor/PlaceholderProcessorEditor.cpp
187+
-@mkdir -p $(OBJDIR)
188+
@echo "Compiling PlaceholderProcessorEditor.cpp"
189+
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
190+
191+
$(OBJDIR)/PlaceholderProcessor_167f09aa.o: ../../Source/Processors/PlaceholderProcessor/PlaceholderProcessor.cpp
192+
-@mkdir -p $(OBJDIR)
193+
@echo "Compiling PlaceholderProcessor.cpp"
194+
@$(CXX) $(CXXFLAGS) -o "$@" -c "$<"
195+
184196
$(OBJDIR)/Bessel_7e54cb27.o: ../../Source/Processors/Dsp/Bessel.cpp
185197
-@mkdir -p $(OBJDIR)
186198
@echo "Compiling Bessel.cpp"

Builds/MacOSX/open-ephys.xcodeproj/project.pbxproj

Lines changed: 22 additions & 8 deletions
Large diffs are not rendered by default.

Builds/VisualStudio2012/open-ephys.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@
259259
<ClCompile Include="..\..\Source\AccessClass.cpp"/>
260260
<ClCompile Include="..\..\Source\Network\PracticalSocket.cpp"/>
261261
<ClCompile Include="..\..\Source\Audio\AudioComponent.cpp"/>
262+
<ClCompile Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessorEditor.cpp"/>
263+
<ClCompile Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessor.cpp"/>
262264
<ClCompile Include="..\..\Source\Processors\Dsp\Bessel.cpp"/>
263265
<ClCompile Include="..\..\Source\Processors\Dsp\Biquad.cpp"/>
264266
<ClCompile Include="..\..\Source\Processors\Dsp\Butterworth.cpp"/>
@@ -1460,6 +1462,8 @@
14601462
<ClInclude Include="..\..\Source\AccessClass.h"/>
14611463
<ClInclude Include="..\..\Source\Network\PracticalSocket.h"/>
14621464
<ClInclude Include="..\..\Source\Audio\AudioComponent.h"/>
1465+
<ClInclude Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessorEditor.h"/>
1466+
<ClInclude Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessor.h"/>
14631467
<ClInclude Include="..\..\Source\Processors\Dsp\Bessel.h"/>
14641468
<ClInclude Include="..\..\Source\Processors\Dsp\Biquad.h"/>
14651469
<ClInclude Include="..\..\Source\Processors\Dsp\Butterworth.h"/>

Builds/VisualStudio2012/open-ephys.vcxproj.filters

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<Filter Include="open-ephys\Source\Processors">
3333
<UniqueIdentifier>{3DDEC88C-BAA5-2DDA-A59F-0FB74070AB82}</UniqueIdentifier>
3434
</Filter>
35+
<Filter Include="open-ephys\Source\Processors\PlaceholderProcessor">
36+
<UniqueIdentifier>{94BEEE4D-841E-5C1B-4699-8D4E27C77CD7}</UniqueIdentifier>
37+
</Filter>
3538
<Filter Include="open-ephys\Source\Processors\Dsp">
3639
<UniqueIdentifier>{9C1026A0-8DA9-8D8D-AC1D-22880764350D}</UniqueIdentifier>
3740
</Filter>
@@ -406,6 +409,12 @@
406409
<ClCompile Include="..\..\Source\Audio\AudioComponent.cpp">
407410
<Filter>open-ephys\Source\Audio</Filter>
408411
</ClCompile>
412+
<ClCompile Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessorEditor.cpp">
413+
<Filter>open-ephys\Source\Processors\PlaceholderProcessor</Filter>
414+
</ClCompile>
415+
<ClCompile Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessor.cpp">
416+
<Filter>open-ephys\Source\Processors\PlaceholderProcessor</Filter>
417+
</ClCompile>
409418
<ClCompile Include="..\..\Source\Processors\Dsp\Bessel.cpp">
410419
<Filter>open-ephys\Source\Processors\Dsp</Filter>
411420
</ClCompile>
@@ -1866,6 +1875,12 @@
18661875
<ClInclude Include="..\..\Source\Audio\AudioComponent.h">
18671876
<Filter>open-ephys\Source\Audio</Filter>
18681877
</ClInclude>
1878+
<ClInclude Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessorEditor.h">
1879+
<Filter>open-ephys\Source\Processors\PlaceholderProcessor</Filter>
1880+
</ClInclude>
1881+
<ClInclude Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessor.h">
1882+
<Filter>open-ephys\Source\Processors\PlaceholderProcessor</Filter>
1883+
</ClInclude>
18691884
<ClInclude Include="..\..\Source\Processors\Dsp\Bessel.h">
18701885
<Filter>open-ephys\Source\Processors\Dsp</Filter>
18711886
</ClInclude>

Builds/VisualStudio2013/open-ephys.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@
263263
<ClCompile Include="..\..\Source\AccessClass.cpp"/>
264264
<ClCompile Include="..\..\Source\Network\PracticalSocket.cpp"/>
265265
<ClCompile Include="..\..\Source\Audio\AudioComponent.cpp"/>
266+
<ClCompile Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessorEditor.cpp"/>
267+
<ClCompile Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessor.cpp"/>
266268
<ClCompile Include="..\..\Source\Processors\Dsp\Bessel.cpp"/>
267269
<ClCompile Include="..\..\Source\Processors\Dsp\Biquad.cpp"/>
268270
<ClCompile Include="..\..\Source\Processors\Dsp\Butterworth.cpp"/>
@@ -1464,6 +1466,8 @@
14641466
<ClInclude Include="..\..\Source\AccessClass.h"/>
14651467
<ClInclude Include="..\..\Source\Network\PracticalSocket.h"/>
14661468
<ClInclude Include="..\..\Source\Audio\AudioComponent.h"/>
1469+
<ClInclude Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessorEditor.h"/>
1470+
<ClInclude Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessor.h"/>
14671471
<ClInclude Include="..\..\Source\Processors\Dsp\Bessel.h"/>
14681472
<ClInclude Include="..\..\Source\Processors\Dsp\Biquad.h"/>
14691473
<ClInclude Include="..\..\Source\Processors\Dsp\Butterworth.h"/>

Builds/VisualStudio2013/open-ephys.vcxproj.filters

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<Filter Include="open-ephys\Source\Processors">
3333
<UniqueIdentifier>{3DDEC88C-BAA5-2DDA-A59F-0FB74070AB82}</UniqueIdentifier>
3434
</Filter>
35+
<Filter Include="open-ephys\Source\Processors\PlaceholderProcessor">
36+
<UniqueIdentifier>{94BEEE4D-841E-5C1B-4699-8D4E27C77CD7}</UniqueIdentifier>
37+
</Filter>
3538
<Filter Include="open-ephys\Source\Processors\Dsp">
3639
<UniqueIdentifier>{9C1026A0-8DA9-8D8D-AC1D-22880764350D}</UniqueIdentifier>
3740
</Filter>
@@ -406,6 +409,12 @@
406409
<ClCompile Include="..\..\Source\Audio\AudioComponent.cpp">
407410
<Filter>open-ephys\Source\Audio</Filter>
408411
</ClCompile>
412+
<ClCompile Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessorEditor.cpp">
413+
<Filter>open-ephys\Source\Processors\PlaceholderProcessor</Filter>
414+
</ClCompile>
415+
<ClCompile Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessor.cpp">
416+
<Filter>open-ephys\Source\Processors\PlaceholderProcessor</Filter>
417+
</ClCompile>
409418
<ClCompile Include="..\..\Source\Processors\Dsp\Bessel.cpp">
410419
<Filter>open-ephys\Source\Processors\Dsp</Filter>
411420
</ClCompile>
@@ -1866,6 +1875,12 @@
18661875
<ClInclude Include="..\..\Source\Audio\AudioComponent.h">
18671876
<Filter>open-ephys\Source\Audio</Filter>
18681877
</ClInclude>
1878+
<ClInclude Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessorEditor.h">
1879+
<Filter>open-ephys\Source\Processors\PlaceholderProcessor</Filter>
1880+
</ClInclude>
1881+
<ClInclude Include="..\..\Source\Processors\PlaceholderProcessor\PlaceholderProcessor.h">
1882+
<Filter>open-ephys\Source\Processors\PlaceholderProcessor</Filter>
1883+
</ClInclude>
18691884
<ClInclude Include="..\..\Source\Processors\Dsp\Bessel.h">
18701885
<Filter>open-ephys\Source\Processors\Dsp</Filter>
18711886
</ClInclude>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
------------------------------------------------------------------
3+
4+
This file is part of the Open Ephys GUI
5+
Copyright (C) 2014 Open Ephys
6+
7+
------------------------------------------------------------------
8+
9+
This program is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 3 of the License, or
12+
(at your option) any later version.
13+
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
22+
*/
23+
24+
#include "PlaceholderProcessor.h"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/*
2+
------------------------------------------------------------------
3+
4+
This file is part of the Open Ephys GUI
5+
Copyright (C) 2014 Open Ephys
6+
7+
------------------------------------------------------------------
8+
9+
This program is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 3 of the License, or
12+
(at your option) any later version.
13+
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
22+
*/
23+
24+
#ifndef PLACEHOLDERPROCESSOR_H_INCLUDED
25+
#define PLACEHOLDERPROCESSOR_H_INCLUDED
26+
27+
28+
29+
30+
31+
#endif // PLACEHOLDERPROCESSOR_H_INCLUDED
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
------------------------------------------------------------------
3+
4+
This file is part of the Open Ephys GUI
5+
Copyright (C) 2014 Open Ephys
6+
7+
------------------------------------------------------------------
8+
9+
This program is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 3 of the License, or
12+
(at your option) any later version.
13+
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
22+
*/
23+
24+
#include "PlaceholderProcessorEditor.h"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/*
2+
------------------------------------------------------------------
3+
4+
This file is part of the Open Ephys GUI
5+
Copyright (C) 2014 Open Ephys
6+
7+
------------------------------------------------------------------
8+
9+
This program is free software: you can redistribute it and/or modify
10+
it under the terms of the GNU General Public License as published by
11+
the Free Software Foundation, either version 3 of the License, or
12+
(at your option) any later version.
13+
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
19+
You should have received a copy of the GNU General Public License
20+
along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
22+
*/
23+
24+
#ifndef PLACEHOLDERPROCESSOREDITOR_H_INCLUDED
25+
#define PLACEHOLDERPROCESSOREDITOR_H_INCLUDED
26+
27+
28+
29+
30+
31+
#endif // PLACEHOLDERPROCESSOREDITOR_H_INCLUDED

0 commit comments

Comments
 (0)