Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadSpecialModules
Commits
fb57aa32
Commit
fb57aa32
authored
Jun 04, 2019
by
Locatelli
Browse files
review of includes
parent
51a3b390
Changes
12
Hide whitespace changes
Inline
Side-by-side
src/drivers/gigecam/photonics/CameraHandler.cpp
View file @
fb57aa32
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/CameraHandler.h"
#include "drivers/gigecam/photonics/CameraHandler.h"
#include <iostream>
#include <sstream>
#include <limits>
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/BufferInformation.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/DoubleBufferHandler.h"
#include "drivers/gigecam/photonics/BufferInformation.h"
#include "drivers/gigecam/photonics/DoubleBufferHandler.h"
// this function initializes the Baumer GAPI SDK and
// searches for connected cameras
...
...
src/drivers/gigecam/photonics/CameraHandler.h
View file @
fb57aa32
...
...
@@ -7,7 +7,7 @@
#define _GNULINUX
#include </usr/local/src/baumer/inc/bgapi2_genicam/bgapi2_genicam.hpp>
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/DoubleBufferHandler.h"
#include "drivers/gigecam/photonics/DoubleBufferHandler.h"
// the class represents a BGAPI camera object and additional camera specific information
class
CCameraControl
{
...
...
src/drivers/gigecam/photonics/DoubleBufferHandler.cpp
View file @
fb57aa32
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/DoubleBufferHandler.h"
#include "drivers/gigecam/photonics/DoubleBufferHandler.h"
#include <iostream>
#include <sstream>
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/BufferInformation.h"
#include "drivers/gigecam/photonics/BufferInformation.h"
CDoubleBufferHandler
::
CDoubleBufferHandler
()
:
buffer_read_
(
nullptr
)
...
...
src/drivers/gigecam/photonics/PerfectPhotonicsDriver.cpp
View file @
fb57aa32
...
...
@@ -16,11 +16,11 @@
* limitations under the Licence.
*/
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PerfectPhotonicsDriver.h"
#include "drivers/gigecam/photonics/PerfectPhotonicsDriver.h"
#include <stdlib.h>
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDef.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDriver.h"
#include "drivers/gigecam/photonics/PhotonicsDef.h"
#include "drivers/gigecam/photonics/PhotonicsDriver.h"
namespace
photonics
{
...
...
src/drivers/gigecam/photonics/PerfectPhotonicsDriver.h
View file @
fb57aa32
...
...
@@ -19,7 +19,7 @@
#ifndef PERFECTPHOTONICSDRIVER_H
#define PERFECTPHOTONICSDRIVER_H
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsState.h"
#include "drivers/gigecam/photonics/PhotonicsState.h"
namespace
photonics
{
...
...
src/drivers/gigecam/photonics/PhotonicsDriver.cpp
View file @
fb57aa32
...
...
@@ -16,14 +16,14 @@
* limitations under the Licence.
*/
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDriver.h"
#include "drivers/gigecam/photonics/PhotonicsDriver.h"
#include <math.h>
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PerfectPhotonicsDriver.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDef.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsState.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/RealPhotonicsDriver.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/SimulatedPhotonicsDriver.h"
#include "drivers/gigecam/photonics/PerfectPhotonicsDriver.h"
#include "drivers/gigecam/photonics/PhotonicsDef.h"
#include "drivers/gigecam/photonics/PhotonicsState.h"
#include "drivers/gigecam/photonics/RealPhotonicsDriver.h"
#include "drivers/gigecam/photonics/SimulatedPhotonicsDriver.h"
using
namespace
std
;
...
...
src/drivers/gigecam/photonics/PhotonicsDriver.h
View file @
fb57aa32
...
...
@@ -21,7 +21,7 @@
#define _GNULINUX
#include <Driver.h>
#include "
/users/d11/nomad/NomadModules/src/
controllers/common/acquisition/gate/TimeGateCommon.h"
#include "controllers/common/acquisition/gate/TimeGateCommon.h"
//#include "controllers/common/acquisition/gate/TimeGateCommon.h"
#include "controllers/common/acquisition/mode/NoTofAcquisitionCommon.h"
#include "controllers/common/acquisition/mode/TofAcquisitionCommon.h"
...
...
src/drivers/gigecam/photonics/PhotonicsState.h
View file @
fb57aa32
...
...
@@ -20,7 +20,7 @@
#define PHOTONICSSTATE_H
#include <Driver.h>
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDriver.h"
#include "drivers/gigecam/photonics/PhotonicsDriver.h"
...
...
src/drivers/gigecam/photonics/RealPhotonicsDriver.cpp
View file @
fb57aa32
...
...
@@ -16,14 +16,14 @@
* limitations under the Licence.
*/
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/RealPhotonicsDriver.h"
#include "drivers/gigecam/photonics/RealPhotonicsDriver.h"
#include <boost/lexical_cast.hpp>
#include "CImg.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDef.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDriver.h"
#include "drivers/gigecam/photonics/PhotonicsDef.h"
#include "drivers/gigecam/photonics/PhotonicsDriver.h"
using
namespace
cimg_library
;
using
namespace
std
;
...
...
src/drivers/gigecam/photonics/RealPhotonicsDriver.h
View file @
fb57aa32
...
...
@@ -25,11 +25,11 @@
#include "Utilities/Counter.h"
#include </usr/local/src/baumer/inc/bgapi2_genicam/bgapi2_genicam.hpp>
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/BufferInformation.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/CameraHandler.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/DoubleBufferHandler.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDef.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsState.h"
#include "drivers/gigecam/photonics/BufferInformation.h"
#include "drivers/gigecam/photonics/CameraHandler.h"
#include "drivers/gigecam/photonics/DoubleBufferHandler.h"
#include "drivers/gigecam/photonics/PhotonicsDef.h"
#include "drivers/gigecam/photonics/PhotonicsState.h"
namespace
photonics
{
...
...
src/drivers/gigecam/photonics/SimulatedPhotonicsDriver.cpp
View file @
fb57aa32
...
...
@@ -16,12 +16,12 @@
* limitations under the Licence.
*/
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/SimulatedPhotonicsDriver.h"
#include "drivers/gigecam/photonics/SimulatedPhotonicsDriver.h"
#include <stdlib.h>
#include "tiffio.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDef.h"
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsDriver.h"
#include "drivers/gigecam/photonics/PhotonicsDef.h"
#include "drivers/gigecam/photonics/PhotonicsDriver.h"
namespace
photonics
{
...
...
src/drivers/gigecam/photonics/SimulatedPhotonicsDriver.h
View file @
fb57aa32
...
...
@@ -19,7 +19,7 @@
#ifndef SIMULATEDPHOTONICSDRIVER_H
#define SIMULATEDPHOTONICSDRIVER_H
#include "
../../../../../NomadSpecialModules/src/
drivers/gigecam/photonics/PhotonicsState.h"
#include "drivers/gigecam/photonics/PhotonicsState.h"
namespace
photonics
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment