sources := AdapterControlPort_CAM.cc CamPort.cc UpperTesterPort_CAM.cc
includes := .
#include "UpperTesterPort_DCC.hh"
//============================================================================= //=============================================================================
namespace LibItsDcc__TestSystem { namespace LibItsDcc__TestSystem {
......
//============================================================================= //=============================================================================
#ifndef UpperTesterPort_DCC_HH
#define UpperTesterPort_DCC_HH
#include "LibItsDcc_TestSystem.hh" #include "LibItsDcc_TestSystem.hh"
namespace LibItsDcc__TestSystem { namespace LibItsDcc__TestSystem {
...@@ -30,3 +33,4 @@ protected: ...@@ -30,3 +33,4 @@ protected:
}; };
} /* end of namespace */ } /* end of namespace */
#endif
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "registration.hh" #include "registration.hh"
#include "denm_layer.hh" #include "denm_layer.hh"
#include "AdapterControlPort_DENM.hh"
//============================================================================= //=============================================================================
namespace LibItsDenm__TestSystem { namespace LibItsDenm__TestSystem {
......
//============================================================================= //=============================================================================
#ifndef AdapterControlPort_DENM_HH
#define AdapterControlPort_DENM_HH
#include "LibItsDenm_TestSystem.hh" #include "LibItsDenm_TestSystem.hh"
namespace LibItsDenm__TestSystem { namespace LibItsDenm__TestSystem {
...@@ -32,3 +35,4 @@ protected: ...@@ -32,3 +35,4 @@ protected:
}; };
} // end of namespace } // end of namespace
#endif
#include "uppertester_denm_layer_factory.hh" #include "uppertester_denm_layer_factory.hh"
#include "loggers.hh" #include "loggers.hh"
#include "UpperTesterPort_DENM.hh"
//============================================================================= //=============================================================================
namespace LibItsDenm__TestSystem { namespace LibItsDenm__TestSystem {
......
#ifndef UpperTesterPort_DENM_HH
#define UpperTesterPort_DENM_HH
#include "layer.hh" #include "layer.hh"
#include "params.hh" #include "params.hh"
...@@ -49,3 +52,4 @@ namespace LibItsDenm__TestSystem { ...@@ -49,3 +52,4 @@ namespace LibItsDenm__TestSystem {
}; };
} /* end of namespace */ } /* end of namespace */
#endif
sources := AdapterControlPort_DENM.cc DenmPort.cc UpperTesterPort_DENM.cc
includes := .
#include "AdapterControlPort_EVCSN.hh"
//============================================================================= //=============================================================================
namespace LibItsEvcsn__TestSystem { namespace LibItsEvcsn__TestSystem {
......
#ifndef AdapterControlPort_EVCSN_HH
#define AdapterControlPort_EVCSN_HH
//============================================================================= //=============================================================================
#include "LibItsEvcsn_TestSystem.hh" #include "LibItsEvcsn_TestSystem.hh"
...@@ -32,3 +35,4 @@ protected: ...@@ -32,3 +35,4 @@ protected:
}; };
} // end of namespace } // end of namespace
#endif
#include "UpperTesterPort_EVCSN.hh"
//============================================================================= //=============================================================================
namespace LibItsEvcsn__TestSystem { namespace LibItsEvcsn__TestSystem {
......
#ifndef UpperTesterPort_EVCSN_HH
#define UpperTesterPort_EVCSN_HH
//============================================================================= //=============================================================================
#include "LibItsEvcsn_TestSystem.hh" #include "LibItsEvcsn_TestSystem.hh"
namespace LibItsEvcsn__TestSystem { namespace LibItsEvcsn__TestSystem {
...@@ -37,3 +40,4 @@ protected: ...@@ -37,3 +40,4 @@ protected:
}; };
} /* end of namespace */ } /* end of namespace */
#endif
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "registration.hh" #include "registration.hh"
#include "geonetworking_layer.hh" #include "geonetworking_layer.hh"
#include "AdapterControlPort_GN.hh"
//============================================================================= //=============================================================================
namespace LibItsGeoNetworking__TestSystem { namespace LibItsGeoNetworking__TestSystem {
......
#ifndef AdapterControlPort_GN_HH
#define AdapterControlPort_GN_HH
//============================================================================= //=============================================================================
#include "LibItsGeoNetworking_TestSystem.hh" #include "LibItsGeoNetworking_TestSystem.hh"
...@@ -40,3 +43,4 @@ protected: ...@@ -40,3 +43,4 @@ protected:
}; };
} /* end of namespace */ } /* end of namespace */
#endif
#include "uppertester_geonetworking_factory.hh" #include "uppertester_geonetworking_factory.hh"
#include "loggers.hh" #include "loggers.hh"
#include "UpperTesterPort_GN.hh"
//============================================================================= //=============================================================================
namespace LibItsGeoNetworking__TestSystem { namespace LibItsGeoNetworking__TestSystem {
......
#ifndef UpperTesterPort_GN_HH
#define UpperTesterPort_GN_HH
#include "layer.hh" #include "layer.hh"
#include "params.hh" #include "params.hh"
...@@ -44,3 +46,4 @@ namespace LibItsGeoNetworking__TestSystem { ...@@ -44,3 +46,4 @@ namespace LibItsGeoNetworking__TestSystem {
}; };
} /* end of namespace */ } /* end of namespace */
#endif
sources := AdapterControlPort_GN.cc GeoNetworkingPort.cc UpperTesterPort_GN.cc
includes := .
sources := HttpPort.cc
includes := .
sources := IPv6OverGeoNetworkingPort.cc
includes := .
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include "ivim_layer.hh" #include "ivim_layer.hh"
//============================================================================= //=============================================================================
#include "AdapterControlPort_IVIM.hh"
namespace LibItsIvim__TestSystem { namespace LibItsIvim__TestSystem {
AdapterControlPort::AdapterControlPort(const char *par_port_name) AdapterControlPort::AdapterControlPort(const char *par_port_name)
......