Skip to content

Commit

Permalink
Added headers to Splitter source code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Feb 19, 2012
1 parent 19db603 commit db11ea2
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 11 deletions.
24 changes: 18 additions & 6 deletions Source/Processors/Utilities/Splitter.cpp
@@ -1,13 +1,25 @@
/*
==============================================================================
------------------------------------------------------------------
Splitter.cpp
Created: 17 Aug 2011 1:02:57am
Author: jsiegle
This file is part of the Open Ephys GUI
Copyright (C) 2012 Open Ephys
==============================================================================
*/
------------------------------------------------------------------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include "Splitter.h"
#include "../Editors/SplitterEditor.h"
Expand Down
35 changes: 30 additions & 5 deletions Source/Processors/Utilities/Splitter.h
@@ -1,11 +1,24 @@
/*
==============================================================================
------------------------------------------------------------------
Splitter.h
Created: 17 Aug 2011 1:02:57am
Author: jsiegle
This file is part of the Open Ephys GUI
Copyright (C) 2012 Open Ephys
------------------------------------------------------------------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
==============================================================================
*/

#ifndef __SPLITTER_H_A75239F7__
Expand All @@ -16,6 +29,18 @@

#include <stdio.h>


/**
--UNDER CONSTRUCTION--
Allows the user to split the signal chain.
@see GenericProcessor, ProcessorGraph
*/


class Splitter : public GenericProcessor
{
public:
Expand Down

0 comments on commit db11ea2

Please sign in to comment.