mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-02 01:11:19 +01:00
modified user example in manual/manual-api and regenerated documentation
This commit is contained in:
@@ -42,8 +42,8 @@ int main(int argc, char **argv) {
|
||||
cout<<"Detector configured" << endl;
|
||||
}
|
||||
/** registering data callback */
|
||||
//pDetector->registerDataCallback(&dataCallback, NULL);
|
||||
//pDetector->enableDataStreamingFromReceiver(1);
|
||||
pDetector->registerDataCallback(&dataCallback, NULL);
|
||||
pDetector->enableDataStreamingFromReceiver(1);
|
||||
|
||||
/** checking detector status and exiting if not idle */
|
||||
int status = pDetector->getDetectorStatus();
|
||||
|
||||
Reference in New Issue
Block a user