Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-pilatus
Commits
e7656189
Commit
e7656189
authored
Dec 12, 2016
by
Sebastien Petitdemange
Browse files
saving: change the interface according to the core
parent
f474a584
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/PilatusSaving.h
View file @
e7656189
...
...
@@ -39,7 +39,7 @@ namespace lima
virtual
void
getPossibleSaveFormat
(
std
::
list
<
std
::
string
>
&
format_list
)
const
;
virtual
void
readFrame
(
HwFrameInfoType
&
,
int
frame_nr
);
virtual
void
readFrame
(
HwFrameInfoType
&
,
int
frame_nr
,
int
stream_idx
=
0
);
virtual
void
setCommonHeader
(
const
HeaderMap
&
);
private:
...
...
src/PilatusSaving.cpp
View file @
e7656189
...
...
@@ -43,7 +43,8 @@ void SavingCtrlObj::getPossibleSaveFormat(std::list<std::string> &format_list) c
format_list
.
push_back
(
HwSavingCtrlObj
::
CBF_FORMAT_STR
);
}
void
SavingCtrlObj
::
readFrame
(
HwFrameInfoType
&
frame_info
,
int
frame_nr
)
void
SavingCtrlObj
::
readFrame
(
HwFrameInfoType
&
frame_info
,
int
frame_nr
,
int
)
{
DEB_MEMBER_FUNCT
();
FrameDim
anImageDim
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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