Skip to content
Snippets Groups Projects
Commit dbcf2ad1 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

BugID: 556

Blob code has been moved to a separate package
parent b329b7f8
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 22 deletions
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <lofar_config.h> #include <lofar_config.h>
#include <DH_CorrCube.h> #include <DH_CorrCube.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
namespace LOFAR namespace LOFAR
{ {
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <Transport/DataHolder.h> #include <Transport/DataHolder.h>
#include <complex> #include <complex>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
using std::complex; using std::complex;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <DH_RSPSync.h> #include <DH_RSPSync.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
namespace LOFAR namespace LOFAR
{ {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <DH_Vis.h> #include <DH_Vis.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
namespace LOFAR namespace LOFAR
{ {
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <StationCorrelator.h> #include <StationCorrelator.h>
#include <Common/KeyParser.h> #include <Blob/KeyParser.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <Common/LofarLogger.h> #include <Common/LofarLogger.h>
#include <Common/lofar_iostream.h> #include <Common/lofar_iostream.h>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef STATIONCORRELATOR_H #ifndef STATIONCORRELATOR_H
#define STATIONCORRELATOR_H #define STATIONCORRELATOR_H
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <CEPFrame/ApplicationHolder.h> #include <CEPFrame/ApplicationHolder.h>
namespace LOFAR { namespace LOFAR {
......
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
//# Always #include <lofar_config.h> first! //# Always #include <lofar_config.h> first!
#include <lofar_config.h> #include <lofar_config.h>
#include <Common/KeyParser.h> #include <Blob/KeyParser.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <Common/LofarLogger.h> #include <Common/LofarLogger.h>
#include <Common/lofar_iostream.h> #include <Common/lofar_iostream.h>
#include <Common/lofar_string.h> #include <Common/lofar_string.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <stdio.h> #include <stdio.h>
// General includes // General includes
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <Common/LofarLogger.h> #include <Common/LofarLogger.h>
#ifdef HAVE_MPI #ifdef HAVE_MPI
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
// General includes // General includes
#include <Common/LofarLogger.h> #include <Common/LofarLogger.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
// Application specific includes // Application specific includes
#include <WH_Dump.h> #include <WH_Dump.h>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <sys/time.h> #include <sys/time.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
using namespace std; using namespace std;
namespace LOFAR namespace LOFAR
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
// General includes // General includes
#include <Common/LofarLogger.h> #include <Common/LofarLogger.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
// Application specific includes // Application specific includes
#include <WH_Plot2MAC.h> #include <WH_Plot2MAC.h>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <lofar_config.h> #include <lofar_config.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <GCF/PALlight/CEPPropertySet.h> #include <GCF/PALlight/CEPPropertySet.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#define STATIONCORRELATOR_WH_RSP_H #define STATIONCORRELATOR_WH_RSP_H
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
#include <DH_RSPSync.h> #include <DH_RSPSync.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#define STATIONCORRELATOR_WH_RSPBOARD_H #define STATIONCORRELATOR_WH_RSPBOARD_H
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
#include <SyncStamp.h> #include <SyncStamp.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#define STATIONCORRELATOR_WH_RSPINPUT_H #define STATIONCORRELATOR_WH_RSPINPUT_H
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
#include <DH_RSPSync.h> #include <DH_RSPSync.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
// one line description. // one line description.
//# Includes //# Includes
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
namespace LOFAR namespace LOFAR
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <tinyCEP/TinyApplicationHolder.h> #include <tinyCEP/TinyApplicationHolder.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <Transport/Connection.h> #include <Transport/Connection.h>
#include <Transport/TransportHolder.h> #include <Transport/TransportHolder.h>
#include <Transport/DataHolder.h> #include <Transport/DataHolder.h>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <tinyCEP/TinyApplicationHolder.h> #include <tinyCEP/TinyApplicationHolder.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <Transport/Connection.h> #include <Transport/Connection.h>
#include <Transport/TransportHolder.h> #include <Transport/TransportHolder.h>
#include <Transport/DataHolder.h> #include <Transport/DataHolder.h>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <tinyCEP/TinyApplicationHolder.h> #include <tinyCEP/TinyApplicationHolder.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <Transport/Connection.h> #include <Transport/Connection.h>
#include <Transport/TransportHolder.h> #include <Transport/TransportHolder.h>
#include <Transport/DataHolder.h> #include <Transport/DataHolder.h>
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#define TFLOPCORRELATOR_TFC_INPUTSECTION_WH_SBCOLLECT_H #define TFLOPCORRELATOR_TFC_INPUTSECTION_WH_SBCOLLECT_H
#include <Common/KeyValueMap.h> #include <Blob/KeyValueMap.h>
#include <tinyCEP/WorkHolder.h> #include <tinyCEP/WorkHolder.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment