mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
basic tcp communication with writing /reading to fpga PLB_LL_FIFO_REG_CTRL works
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@441 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -13,6 +13,9 @@ int sockfd;
|
||||
|
||||
int function_table();
|
||||
|
||||
int swap_int32(int val);
|
||||
int64_t swap_int64(int64_t val);
|
||||
|
||||
int decode_function(int);
|
||||
|
||||
//if b>0 all the detector must be initialized, otherwise it is just the stop server
|
||||
|
Reference in New Issue
Block a user