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.

defines.hpp 1.2KB

12345678910111213141516171819202122232425
  1. ///-------------------------------------------------------------------------------------------------
  2. ///
  3. /// \file defines.hpp
  4. /// \brief Defines list for Setting, Shortcut Macro and const.
  5. /// \author Thibaut Monseigne (Inria).
  6. /// \version 1.0.
  7. /// \date 08/12/2020.
  8. /// \copyright <a href="https://choosealicense.com/licenses/agpl-3.0/">GNU Affero General Public License v3.0</a>.
  9. ///
  10. ///-------------------------------------------------------------------------------------------------
  11. #pragma once
  12. // Boxes
  13. //---------------------------------------------------------------------------------------------------
  14. #define ClassId_Box_Artifact_Amplitude OpenViBE::CIdentifier(0x41727469, 0xb68095e4)
  15. #define ClassId_Box_Artifact_Amplitude_Desc OpenViBE::CIdentifier(0x41727469, 0x83596875)
  16. #define ClassId_Box_ASR_Processor OpenViBE::CIdentifier(0x41727469, 0x17f1c6e2)
  17. #define ClassId_Box_ASR_Processor_Desc OpenViBE::CIdentifier(0x41727469, 0x1de22c87)
  18. #define ClassId_Box_ASR_Trainer OpenViBE::CIdentifier(0x41727469, 0xc05f38ff)
  19. #define ClassId_Box_ASR_Trainer_Desc OpenViBE::CIdentifier(0x41727469, 0x966737cb)
  20. #ifndef TypeId_Metric
  21. #define TypeId_Metric OpenViBE::CIdentifier(0x5261636B, 0x4D455452)
  22. #endif