Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima-camera-eiger
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima-camera-eiger
Commits
835d18e7
Commit
835d18e7
authored
Dec 06, 2019
by
bliss administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
export to python get/setCompressionType()
parent
b906a5c0
Pipeline
#18176
failed with stages
in 1 minute and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
sip/EigerCamera.sip
sip/EigerCamera.sip
+4
-1
No files found.
sip/EigerCamera.sip
View file @
835d18e7
...
...
@@ -29,6 +29,7 @@ namespace Eiger
public:
enum Status { Ready, Initialising, Exposure, Readout, Fault };
enum CompressionType {LZ4,BSLZ4};
Camera(const std::string& detector_ip);
~Camera();
...
...
@@ -101,7 +102,9 @@ namespace Eiger
void getCompression(bool& /Out/);
void setCompression(const bool);
void getCompressionType(CompressionType&) const;
void setCompressionType(CompressionType);
void getSerieId(int& /Out/);
void deleteMemoryFiles();
void disarm();
...
...
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