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.bak 932B

12345678910111213141516171819
  1. #pragma once
  2. // Boxes
  3. //---------------------------------------------------------------------------------------------------
  4. #define OVP_ClassId_BoxAlgorithm_P300TactileVisualization OpenViBE::CIdentifier(0xd463df86, 0x7fbfdd81)
  5. #define OVP_ClassId_BoxAlgorithm_P300TactileVisualizationDesc OpenViBE::CIdentifier(0x3e7f0ef5, 0x5ca2a1fc)
  6. #define OVP_ClassId_BoxAlgorithm_UDPStimcodeSender OpenViBE::CIdentifier(0xc326e786, 0xcd512965)
  7. #define OVP_ClassId_BoxAlgorithm_UDPStimcodeSenderDesc OpenViBE::CIdentifier(0x82aeb3c9, 0x37303d0e)
  8. // Global defines
  9. //---------------------------------------------------------------------------------------------------
  10. #ifdef TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines
  11. #include "ovp_global_defines.h"
  12. #endif // TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines
  13. #define OV_AttributeId_Box_FlagIsUnstable OpenViBE::CIdentifier(0x666FFFFF, 0x666FFFFF)