mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
conflict merge fix
This commit is contained in:
@ -532,6 +532,8 @@ void setVeto(int enable);
|
||||
int getVeto();
|
||||
void setVetoStream(int value);
|
||||
int getVetoStream();
|
||||
enum vetoAlgorithm getVetoAlgorithm(enum ethernetInterface interface);
|
||||
void setVetoAlgorithm(enum ethernetInterface interface, enum vetoAlgorithm alg);
|
||||
void setBadChannels(int nch, int *channels);
|
||||
int *getBadChannels(int *nch);
|
||||
#endif
|
||||
|
@ -251,3 +251,5 @@ int get_datastream(int);
|
||||
int set_datastream(int);
|
||||
int get_veto_stream(int);
|
||||
int set_veto_stream(int);
|
||||
int get_veto_algorithm(int);
|
||||
int set_veto_algorithm(int);
|
||||
|
Reference in New Issue
Block a user