diff --git a/manual/manual-api/mainClient.cpp b/manual/manual-api/mainClient.cpp index e03475fac..3c3156aef 100644 --- a/manual/manual-api/mainClient.cpp +++ b/manual/manual-api/mainClient.cpp @@ -73,6 +73,9 @@ int main(int argc, char **argv) { pDetector->registerDataCallback(&dataCallback, NULL); /** - if receiver exists, enable data streaming from receiver to get the data */ pDetector->enableDataStreamingFromReceiver(1); + /** - create zmq sockets in client to enable data streaming in of data from receiver/different process */ + pDetector->enableDataStreamingToClient(1); + /** - ensuring detector status is idle before starting acquisition. exiting if not idle */