mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
transmission delay added
This commit is contained in:
@ -11,8 +11,7 @@
|
||||
|
||||
|
||||
#include "LocalLinkInterface.h"
|
||||
|
||||
|
||||
#include "slsDetectorServer_defs.h"
|
||||
|
||||
|
||||
struct BebInfo{
|
||||
@ -51,7 +50,7 @@ struct BebInfo{
|
||||
int Beb_SetMasterViaSoftware();
|
||||
int Beb_SetSlaveViaSoftware();
|
||||
int Beb_Activate(int enable);
|
||||
int Beb_SetTransmissionDelay(int delay);
|
||||
int Beb_SetTransmissionDelay(enum transmissionDelayIndex mode, int delay);
|
||||
int Beb_ResetToHardwareSettings();
|
||||
u_int32_t Beb_GetFirmwareRevision();
|
||||
u_int32_t Beb_GetFirmwareSoftwareAPIVersion();
|
||||
|
Reference in New Issue
Block a user