Skip to content
Snippets Groups Projects
Commit 7cf5d2a0 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362: CN_Stream -> Stream

parent 83686a5a
No related branches found
No related tags found
No related merge requests found
......@@ -1797,15 +1797,15 @@ RTCP/Interface/include/Interface/BFRawFormat.h -text
RTCP/Interface/include/Interface/BeamCoordinates.h -text
RTCP/Interface/include/Interface/BeamFormedData.h -text
RTCP/Interface/include/Interface/CN_ProcessingPlan.h -text
RTCP/Interface/include/Interface/CN_Stream.h -text
RTCP/Interface/include/Interface/InverseFilteredData.h -text
RTCP/Interface/include/Interface/ProcessingPlan.h -text
RTCP/Interface/include/Interface/StokesData.h -text
RTCP/Interface/include/Interface/Stream.h -text
RTCP/Interface/include/Interface/StreamableData.h -text
RTCP/Interface/include/Interface/TransposedBeamFormedData.h -text
RTCP/Interface/src/BeamCoordinates.cc -text
RTCP/Interface/src/CN_ProcessingPlan.cc -text
RTCP/Interface/src/CN_Stream.cc -text
RTCP/Interface/src/Stream.cc -text
RTCP/LofarStMan/CMakeLists.txt -text
RTCP/LofarStMan/include/LofarStMan/CMakeLists.txt -text
RTCP/LofarStMan/src/CMakeLists.txt -text
......
......@@ -24,7 +24,7 @@
#include <Interface/CN_Command.h>
#include <Interface/CN_Configuration.h>
#include <Interface/Exceptions.h>
#include <Interface/CN_Stream.h>
#include <Interface/Stream.h>
#include <CNProc/LocationInfo.h>
#include <CNProc/CN_Processing.h>
#include <Common/LofarLogger.h>
......
......@@ -35,7 +35,7 @@
#include <Interface/BFRawFormat.h>
#include <Interface/CN_Command.h>
#include <Interface/CN_Mapping.h>
#include <Interface/CN_Stream.h>
#include <Interface/Stream.h>
#include <Interface/SubbandMetaData.h>
#include <Interface/Exceptions.h>
......
......@@ -24,7 +24,7 @@
#include <Common/LofarLogger.h>
#include <Common/SystemCallException.h>
#include <Interface/CN_Command.h>
#include <Interface/CN_Stream.h>
#include <Interface/Stream.h>
#include <Interface/CN_Mapping.h>
#include <Interface/Exceptions.h>
#include <Interface/Parset.h>
......
......@@ -26,7 +26,7 @@
//# Includes
#include <InputSection.h>
#include <Stream/SocketStream.h>
#include <Interface/CN_Stream.h>
#include <Interface/Stream.h>
#include <boost/format.hpp>
using boost::format;
......
......@@ -27,7 +27,7 @@
#include <IONProc/ION_Allocator.h>
#include <IONProc/OutputThread.h>
#include <IONProc/Scheduling.h>
#include <Interface/CN_Stream.h>
#include <Interface/Stream.h>
#include <Stream/SocketStream.h>
#include <Thread/Semaphore.h>
......
......@@ -8,7 +8,7 @@ set(inst_HEADERS
CN_Command.h
CN_Configuration.h
CN_Mapping.h
CN_Stream.h
Stream.h
CorrelatedData.h
Config.h
FilteredData.h
......
//# CN_Stream.h: functions to construct streams between ION/CN/Storage
//# Stream.h: functions to construct streams between ION/CN/Storage
//#
//# Copyright (C) 2006
//# ASTRON (Netherlands Foundation for Research in Astronomy)
......@@ -18,10 +18,10 @@
//# along with this program; if not, write to the Free Software
//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//#
//# $Id: CN_Stream.h 16488 2010-10-07 10:06:14Z mol $
//# $Id: Stream.h 16488 2010-10-07 10:06:14Z mol $
#ifndef LOFAR_INTERFACE_CN_STREAM_H
#define LOFAR_INTERFACE_CN_STREAM_H
#ifndef LOFAR_INTERFACE_STREAM_H
#define LOFAR_INTERFACE_STREAM_H
#include <Stream/Stream.h>
#include <string>
......
......@@ -9,7 +9,7 @@ lofar_add_library(interface
CN_Configuration.cc
CN_Mapping.cc
CN_ProcessingPlan.cc
CN_Stream.cc
Stream.cc
Parset.cc
RSPTimeStamp.cc)
......
//# CN_Stream.cc: one line descriptor
//# Stream.cc: one line descriptor
//#
//# Copyright (C) 2006
//# ASTRON (Netherlands Foundation for Research in Astronomy)
......@@ -18,7 +18,7 @@
//# along with this program; if not, write to the Free Software
//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//#
//# $Id: CN_Stream.cc 16396 2010-09-27 12:12:24Z mol $
//# $Id: Stream.cc 16396 2010-09-27 12:12:24Z mol $
//# Always #include <lofar_config.h> first!
#include <lofar_config.h>
......@@ -26,7 +26,7 @@
//# Includes
#include <Common/LofarLogger.h>
#include <Interface/Exceptions.h>
#include <Interface/CN_Stream.h>
#include <Interface/Stream.h>
#include <Common/StringUtil.h>
#include <Stream/FileStream.h>
......
......@@ -24,7 +24,7 @@
#include <lofar_config.h>
#include <Storage/InputThread.h>
#include <Interface/CN_Stream.h>
#include <Interface/Stream.h>
#include <Stream/NullStream.h>
#include <Stream/SocketStream.h>
#include <Common/DataConvert.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment