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.

ovp_defines.h 1.8KB

123456789101112131415161718192021222324252627282930313233343536
  1. ///-------------------------------------------------------------------------------------------------
  2. ///
  3. /// \file ovp_defines.h
  4. /// \brief defines for the TactileBCI Plugin
  5. /// \author Tobias Baumann (TH-Nürnberg).
  6. /// \date Mon Feb 04 14:59:56 2022.
  7. /// \copyright <a href="https://choosealicense.com/licenses/agpl-3.0/">GNU Affero General Public License v3.0</a>.
  8. ///
  9. ///-------------------------------------------------------------------------------------------------
  10. #pragma once
  11. // Boxes
  12. // The unique identifiers for the boxes and their descriptors.
  13. // Identifier are randomly chosen by the skeleton-generator.
  14. //---------------------------------------------------------------------------------------------------
  15. #define OVP_ClassId_BoxAlgorithm_P300TactileVisualization OpenViBE::CIdentifier(0xd463df86, 0x7fbfdd81)
  16. #define OVP_ClassId_BoxAlgorithm_P300TactileVisualizationDesc OpenViBE::CIdentifier(0x3e7f0ef5, 0x5ca2a1fc)
  17. #define OVP_ClassId_BoxAlgorithm_UDPStimcodeSender OpenViBE::CIdentifier(0xc326e786, 0xcd512965)
  18. #define OVP_ClassId_BoxAlgorithm_UDPStimcodeSenderDesc OpenViBE::CIdentifier(0x82aeb3c9, 0x37303d0e)
  19. #define OVP_ClassId_BoxAlgorithm_TactiloController OpenViBE::CIdentifier(0x823bbe28, 0x0daf2111)
  20. #define OVP_ClassId_BoxAlgorithm_TactiloControllerDesc OpenViBE::CIdentifier(0xdb6e9c60, 0x4ce98ac3)
  21. // Global defines
  22. //---------------------------------------------------------------------------------------------------
  23. #define MAX_TACTILOS 10
  24. #ifdef TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines
  25. #include "ovp_global_defines.h"
  26. #endif // TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines
  27. #define OV_AttributeId_Box_FlagIsUnstable OpenViBE::CIdentifier(0x666FFFFF, 0x666FFFFF)