This commit is contained in:
2020-09-02 16:15:33 +02:00
parent 42b5ff3a62
commit abe34d573c
6 changed files with 40 additions and 3 deletions

View File

@ -157,6 +157,7 @@ class ClientInterface : private virtual slsDetectorDefs {
int get_streaming_start_fnum(sls::ServerInterface &socket);
int set_streaming_start_fnum(sls::ServerInterface &socket);
int set_rate_correct(sls::ServerInterface &socket);
int set_scan(sls::ServerInterface &socket);
Implementation *impl() {
if (receiver != nullptr) {