mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 02:27:59 +02:00
merge conflict
This commit is contained in:
@ -530,6 +530,8 @@ void setTimingSource(enum timingSourceType value);
|
||||
enum timingSourceType getTimingSource();
|
||||
void setVeto(int enable);
|
||||
int getVeto();
|
||||
void setVetoStream(int value);
|
||||
int getVetoStream();
|
||||
void setBadChannels(int nch, int *channels);
|
||||
int *getBadChannels(int *nch);
|
||||
#endif
|
||||
|
@ -249,3 +249,5 @@ int set_gain_caps(int);
|
||||
int get_gain_caps(int);
|
||||
int get_datastream(int);
|
||||
int set_datastream(int);
|
||||
int get_veto_stream(int);
|
||||
int set_veto_stream(int);
|
||||
|
Reference in New Issue
Block a user