Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-pilatus
Commits
f474a584
Commit
f474a584
authored
Dec 12, 2016
by
Sebastien Petitdemange
Browse files
fix for new compiler
parent
dd4f9378
Changes
2
Show whitespace changes
Inline
Side-by-side
src/PilatusCamera.cpp
View file @
f474a584
...
...
@@ -36,6 +36,7 @@
#include <netdb.h>
#include <poll.h>
#include <unistd.h>
#include "lima/Exceptions.h"
...
...
src/PilatusInterface.cpp
View file @
f474a584
...
...
@@ -26,6 +26,7 @@
#include <sys/statvfs.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <unistd.h>
#include "lima/Debug.h"
#include "PilatusInterface.h"
...
...
@@ -441,7 +442,7 @@ class Interface::_BufferCallback : public HwTmpfsBufferMgr::Callback
DEB_CLASS_NAMESPC
(
DebModCamera
,
"_BufferCallback"
,
"Pilatus"
);
public:
_BufferCallback
(
Interface
&
hwInterface
)
:
m_interface
(
hwInterface
)
{}
virtual
~
_BufferCallback
()
{}
virtual
void
prepare
(
const
DirectoryEvent
::
Parameters
&
params
)
{
DEB_MEMBER_FUNCT
();
...
...
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