mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 22:40:02 +02:00
added receiver functions
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@270 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
parent
924f583be9
commit
3232ce8dac
@ -171,8 +171,8 @@ enum communicationProtocol{
|
||||
Communication protocol (normally TCP)
|
||||
*/
|
||||
enum networkParameter {
|
||||
CLIENT_IP, /**< client IP */
|
||||
CLIENT_MAC, /**< client mac */
|
||||
RECEIVER_IP, /**< receiver IP */
|
||||
RECEIVER_MAC, /**< receiver mac */
|
||||
SERVER_MAC /**< server MAC */
|
||||
};
|
||||
|
||||
@ -228,6 +228,7 @@ enum {
|
||||
ENABLED /**<flag enabled */
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
use of the external signals
|
||||
*/
|
||||
|
@ -105,9 +105,17 @@ enum {
|
||||
|
||||
F_RESET_COUNTER_BLOCK, /**< resets the counter block memory for gotthard */
|
||||
|
||||
F_SETUP_RECEIVER, /**< sets up receiver with parameters */
|
||||
F_SET_RECEIVER_FILE_NAME, /**< sets receiver file name */
|
||||
|
||||
F_START_RECEIVER/**< starts/stops the receiver and returns status */
|
||||
F_SET_RECEIVER_FILE_DIR, /**< sets receiver file directory */
|
||||
|
||||
F_SET_RECEIVER_FILE_INDEX, /**< sets receiver file index */
|
||||
|
||||
F_START_RECEIVER, /**< starts the receiver listening mode */
|
||||
|
||||
F_STOP_RECEIVER, /**< stops the receiver listening mode */
|
||||
|
||||
F_GET_RECEIVER_STATUS /**< gets the status of receiver listening mode */
|
||||
|
||||
/* Always append functions hereafter!!! */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user