Skip to content
Snippets Groups Projects
Commit 0e9fff51 authored by jsiegle's avatar jsiegle
Browse files

Added headers to obsolete visualizers

parent db11ea26
Branches
No related tags found
No related merge requests found
/*
==============================================================================
------------------------------------------------------------------
LfpViewer.cpp
Created: 16 Aug 2011 8:46:57pm
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 "LfpViewer.h"
......
/*
==============================================================================
------------------------------------------------------------------
LfpViewer.h
Created: 16 Aug 2011 8:46:57pm
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 __LFPVIEWER_H_7FEACF46__
#define __LFPVIEWER_H_7FEACF46__
......@@ -36,7 +48,11 @@
#define GL_BGRA_EXT 0x80e1
#endif
/**
--THIS FILE IS OBSOLETE, BUT REMAINS FOR REFERENCE PURPOSES--
*/
class LfpViewer : public Renderer
{
......
/*
==============================================================================
------------------------------------------------------------------
SpikeViewer.cpp
Created: 16 Aug 2011 8:34:41pm
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 "SpikeViewer.h"
......
/*
==============================================================================
------------------------------------------------------------------
SpikeViewer.h
Created: 16 Aug 2011 8:34:41pm
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 __SPIKEVIEWER_H_AF442416__
......@@ -36,6 +49,11 @@
#define GL_BGRA_EXT 0x80e1
#endif
/**
--THIS FILE IS OBSOLETE, BUT REMAINS FOR REFERENCE PURPOSES--
*/
class SpikeViewer : public Renderer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment