From c829dedff29bc9598ff1824f359811c7b6be0bcb Mon Sep 17 00:00:00 2001 From: rex-schilasky <49162693+rex-schilasky@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:00:38 +0100 Subject: [PATCH] ecal ini file formatting --- ecal/core/cfg/ecal.ini | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/ecal/core/cfg/ecal.ini b/ecal/core/cfg/ecal.ini index 4b7bb83556..ae17840c4e 100644 --- a/ecal/core/cfg/ecal.ini +++ b/ecal/core/cfg/ecal.ini @@ -34,13 +34,13 @@ ; ; npcap_enabled = false Enable to receive UDP traffic with the Npcap based receiver ; -; tcp_pubsub_num_executor_reader = 4 Tcp_pubsub reader amount of threads that shall execute workload -; tcp_pubsub_num_executor_writer = 4 Tcp_pubsub writer amount of threads that shall execute workload -; tcp_pubsub_max_reconnections = 5 Tcp_pubsub reconnection attemps the session will try to reconnect in -; case of an issue (a negative value means infinite reconnection attemps) +; tcp_pubsub_num_executor_reader = 4 Tcp_pubsub reader amount of threads that shall execute workload +; tcp_pubsub_num_executor_writer = 4 Tcp_pubsub writer amount of threads that shall execute workload +; tcp_pubsub_max_reconnections = 5 Tcp_pubsub reconnection attemps the session will try to reconnect in +; case of an issue (a negative value means infinite reconnection attemps) ; -; host_group_name = Common host group name that enables interprocess mechanisms across -; (virtual) host borders (e.g, Docker); by default equivalent to local host name +; host_group_name = Common host group name that enables interprocess mechanisms across +; (virtual) host borders (e.g, Docker); by default equivalent to local host name ; -------------------------------------------------- [network] @@ -68,13 +68,13 @@ tcp_pubsub_num_executor_reader = 4 tcp_pubsub_num_executor_writer = 4 tcp_pubsub_max_reconnections = 5 -host_group_name = +host_group_name = ; -------------------------------------------------- ; COMMON SETTINGS ; -------------------------------------------------- -; registration_timeout = 60000 Timeout for topic registration in ms (internal) -; registration_refresh = 1000 Topic registration refresh cylce (has to be smaller then registration timeout !) +; registration_timeout = 60000 Timeout for topic registration in ms (internal) +; registration_refresh = 1000 Topic registration refresh cylce (has to be smaller then registration timeout !) ; -------------------------------------------------- [common] @@ -183,17 +183,16 @@ filter_excl = ^eCALSysClient$|^eCALSysGUI$|^eCALSys$ ; -------------------------------------------------- ; EXPERIMENTAL SETTINGS ; -------------------------------------------------- -; shm_monitoring_enabled = false Enable distribution of monitoring/registration information via shared memory -; shm_monitoring_domain = ecal_monitoring Domain name for shared memory based monitoring/registration -; shm_monitoring_queue_size = 1024 Queue size of monitoring/registration events -; network_monitoring_disabled = false Disable distribution of monitoring/registration information via network +; shm_monitoring_enabled = false Enable distribution of monitoring/registration information via shared memory +; shm_monitoring_domain = ecal_monitoring Domain name for shared memory based monitoring/registration +; shm_monitoring_queue_size = 1024 Queue size of monitoring/registration events +; network_monitoring_disabled = false Disable distribution of monitoring/registration information via network ; ; drop_out_of_order_messages = false Enable dropping of payload messages that arrive out of order ; -------------------------------------------------- [experimental] -shm_monitoring_enabled = false -shm_monitoring_domain = ecal_mon -shm_monitoring_queue_size = 1024 -network_monitoring_disabled = false - +shm_monitoring_enabled = false +shm_monitoring_domain = ecal_mon +shm_monitoring_queue_size = 1024 +network_monitoring_disabled = false drop_out_of_order_messages = false