mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 14:38:14 +02:00

* separating pattern levels from command name: command line done * separated patten level from command in examples and default pattern files in servers * command line and server works * python: patnloop not verified, wip * works except for patloop (set, and get does not list properly) * minor * fixed tests * added 3 more levels for ctb and moench * wip * minor err msg * minor * binaries in * separating pattern levels from command name: command line done * separated patten level from command in examples and default pattern files in servers * command line and server works * python: patnloop not verified, wip * works except for patloop (set, and get does not list properly) * minor * fixed tests * added 3 more levels for ctb and moench * wip * minor err msg * minor * binaries in * python working * import fix * changed fw version for ctb and moench. binaries in Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
32 lines
834 B
Python
32 lines
834 B
Python
#WARINING This file is auto generated any edits might be overwritten without warning
|
|
|
|
BIT32_MASK=0xFFFFFFFF
|
|
MAX_RX_DBIT=64
|
|
DEFAULT_PORTNO=1952
|
|
DEFAULT_UDP_PORTNO=50001
|
|
DEFAULT_ZMQ_CL_PORTNO=30001
|
|
DEFAULT_ZMQ_RX_PORTNO=30001
|
|
DEFAULT_UDP_SRC_PORTNO=32410
|
|
DEFAULT_UDP_DST_PORTNO=50001
|
|
MAX_UDP_DESTINATION=32
|
|
SLS_DETECTOR_HEADER_VERSION=0x2
|
|
SLS_DETECTOR_JSON_HEADER_VERSION=0x4
|
|
UDP_PACKET_DATA_BYTES=(1344)
|
|
MAX_TRIMEN=100
|
|
MAX_BLACKFIN_PROGRAM_SIZE=(128 * 1024)
|
|
GET_FLAG=-1
|
|
DEFAULT_DET_MAC="00:aa:bb:cc:dd:ee"
|
|
DEFAULT_DET_IP="129.129.202.45"
|
|
DEFAULT_DET_MAC2="00:aa:bb:cc:dd:ff"
|
|
DEFAULT_DET_IP2="129.129.202.46"
|
|
LOCALHOST_IP="127.0.0.1"
|
|
MAX_STR_LENGTH=1000
|
|
SHORT_STR_LENGTH=20
|
|
MAX_PATTERN_LENGTH=0x2000
|
|
MAX_PATTERN_LEVELS=6
|
|
M3_MAX_PATTERN_LEVELS=3
|
|
DEFAULT_STREAMING_TIMER_IN_MS=500
|
|
NUM_RX_THREAD_IDS=9
|
|
MAX_NUM_PACKETS=512
|
|
TRIMBITMASK=0x3f
|