You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

openvibe-delayed.conf 1.3KB

12345678910111213141516171819202122232425262728
  1. ######################################################################################
  2. ## OpenViBE delayed configuration file
  3. ##
  4. ## === This file is loaded later when a scenario execution starts ===
  5. ##
  6. ## - The file consists of a list of "token name = token value"
  7. ## - Whatever space / tabulation at the begining or end of a line is removed
  8. ## - Comments start with #
  9. ## - Lines ending with \ continue on the next line (all ending \ are removed)
  10. ## - On Windows, use / in paths as \ is reserved
  11. ## - You can use ${token name} in a token value
  12. ## - You can use $Environment{env name} in a token value to get an environment variable
  13. ######################################################################################
  14. #
  15. # Add some tokens here
  16. #
  17. #####################################################################################
  18. # Include custom configuration
  19. #####################################################################################
  20. CustomDelayedConfigurationPrefixWindows = ${Path_UserData}/openvibe-delayed
  21. CustomDelayedConfigurationPrefixLinux = ${Path_UserData}/openvibe-delayed
  22. CustomDelayedConfigurationSuffixWindows = .conf
  23. CustomDelayedConfigurationSuffixLinux = rc
  24. CustomDelayedConfiguration = ${CustomDelayedConfigurationPrefix${OperatingSystem}}${CustomDelayedConfigurationSuffix${OperatingSystem}}
  25. Include = ${CustomDelayedConfiguration}