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
Commits
db82e36e
Commit
db82e36e
authored
Nov 30, 2020
by
Jose Tiago Macara Coutinho
Browse files
Add missing Fault status to python hardware interface
parent
c3dd4352
Pipeline
#38096
passed with stages
in 49 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hardware/sip/HwInterface.sip
View file @
db82e36e
...
...
@@ -117,7 +117,7 @@ using namespace lima;
%End
public:
struct StatusType {
enum Basic {Ready,Exposure,Readout,Latency,Config};
enum Basic {
Fault,
Ready,Exposure,Readout,Latency,Config};
void set(Basic);
AcqStatus acq;
DetStatus det;
...
...
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