mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
modified user example in manual/manual-api and regenerated documentation
This commit is contained in:
@ -1,13 +1,14 @@
|
||||
INCLUDES = -I .
|
||||
SRC_DET = mainClient.cpp
|
||||
SRC_REC = mainReceiver.cpp
|
||||
LIBDIR = ../../bin
|
||||
LDFLAG_DET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -pthread
|
||||
LDFLAG_REC = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -pthread
|
||||
LIBDIR = ../../build/bin
|
||||
LDFLAG_DET = -I. -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -pthread -lrt -L. -lzmq
|
||||
LDFLAG_REC = -I. -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -pthread -lrt -L. -lzmq
|
||||
DESTDIR ?= ../docs
|
||||
|
||||
|
||||
all: docs detUser detReceiver
|
||||
echo "in useeeeeeeeeers ****************************************************************************************************"
|
||||
#all: docs
|
||||
|
||||
docs: createdocs docspdf docshtml removedocs
|
||||
|
Binary file not shown.
Binary file not shown.
1
manual/manual-api/libzmq.a
Symbolic link
1
manual/manual-api/libzmq.a
Symbolic link
@ -0,0 +1 @@
|
||||
../../slsReceiverSoftware/include/libzmq.a
|
@ -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();
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
#define NUM_RECEIVERS 2
|
||||
#define NUM_RECEIVERS 1
|
||||
#define START_TCP_PORT 1954
|
||||
#define PRINT_IN_COLOR(c,f, ...) printf ("\033[%dm" f RESET, 30 + c+1, ##__VA_ARGS__)
|
||||
|
||||
|
1
manual/manual-api/zmq.h
Symbolic link
1
manual/manual-api/zmq.h
Symbolic link
@ -0,0 +1 @@
|
||||
../../slsReceiverSoftware/include/zmq.h
|
Reference in New Issue
Block a user