note description: "Summary description for {PROFILING_CONSTANTS}." author: "Comerge AG, DR" date: "$Date$" revision: "$Revision$" class PROFILING_CONSTANTS feature -- constant definitions repetitions_default: INTEGER is 10 echo_node_name: STRING is "ECHO" -- result_msg_prefix: STRING is "RESULT" -- prefix for the special result msg aranea_queue_name_prefix: STRING is "PROFILING." -- result_measurements_delimiter: CHARACTER is ';' -- delimits the individual timestamps contained in the measurement results msg default_message_payload: STRING is "PROFILING-MSG" -- default payload sleep_time: INTEGER is 200000000 -- time to wait before sending the next msg -- this value is specified in nanoseconds (!) end