hti/PC_Tools/HTIGateway/HtiGateway/ini/HtiGateway.ini
branchRCL_3
changeset 19 07b41fa8d1dd
parent 18 3406c99bc375
child 20 ca8a1b6995f6
equal deleted inserted replaced
18:3406c99bc375 19:07b41fa8d1dd
     1 ### HtiGateway parameters
       
     2 # TCP/IP port number
       
     3 TCPIP_PORT = 2000
       
     4 
       
     5 # TCP/IP receive buffer size in bytes (dec)
       
     6 TCPIP_RECV_BUFFER_SIZE = 8192
       
     7 
       
     8 # Default communication channel plugin
       
     9 DEFAULT_COMM_CHANNEL_PLUGIN = SERIAL
       
    10 #DEFAULT_COMM_CHANNEL_PLUGIN = IPCOMM
       
    11 
       
    12 # Maximum time in milliseconds to wait shutdown
       
    13 # NOTE: 0 means no waiting. This may cause
       
    14 #       undefined behaviour.
       
    15 MAXIMUM_SHUTDOWN_WAITTIME = 3000