Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
f53ec1a6
Commit
f53ec1a6
authored
Jun 20, 2018
by
Simon Spannagel
Browse files
Clixpix2EventLoader: adapt to Peary v0.9 and later
parent
30dc2249
Changes
3
Show whitespace changes
Inline
Side-by-side
src/modules/Clicpix2EventLoader/CMakeLists.txt
View file @
f53ec1a6
...
...
@@ -11,7 +11,7 @@ CORRYVRECKAN_MODULE_SOURCES(${MODULE_NAME}
Clicpix2EventLoader.cpp
)
TARGET_INCLUDE_DIRECTORIES
(
${
MODULE_NAME
}
SYSTEM PRIVATE
${
Peary_INCLUDE_DIRS
}
/devices/clicpix2
${
Peary_INCLUDE_DIRS
}
/peary/utils
)
TARGET_INCLUDE_DIRECTORIES
(
${
MODULE_NAME
}
SYSTEM PRIVATE
${
Peary_INCLUDE_DIRS
}
)
# Link required Peary libraries
TARGET_LINK_LIBRARIES
(
${
MODULE_NAME
}
${
Peary_LIBRARIES
}
)
...
...
src/modules/Clicpix2EventLoader/Clicpix2EventLoader.cpp
View file @
f53ec1a6
#include "Clicpix2EventLoader.h"
#include "clicpix2_pixels.hpp"
#include "clicpix2_utilities.hpp"
#include "
CLICpix2/
clicpix2_pixels.hpp"
#include "
CLICpix2/
clicpix2_utilities.hpp"
#include "datatypes.hpp"
using
namespace
corryvreckan
;
...
...
src/modules/Clicpix2EventLoader/Clicpix2EventLoader.h
View file @
f53ec1a6
...
...
@@ -17,8 +17,8 @@
#include "objects/Pixel.h"
#include "objects/Track.h"
#include "
clicpix2_frameDecoder
.hpp"
#include "
clicpix2_pixels
.hpp"
#include "
CLICpix2/clicpix2_pixels
.hpp"
#include "
CLICpix2/framedecoder/clicpix2_frameDecoder
.hpp"
namespace
corryvreckan
{
/** @ingroup Modules
...
...
Write
Preview
Supports
Markdown
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