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.0KB

123456789101112131415161718192021
  1. #pragma once
  2. // Boxes
  3. // The unique identifiers for the boxes and their descriptors.
  4. // Identifier are randomly chosen by the skeleton-generator.
  5. //---------------------------------------------------------------------------------------------------
  6. #define OVP_ClassId_BoxAlgorithm_P300TactileVisualization OpenViBE::CIdentifier(0xd463df86, 0x7fbfdd81)
  7. #define OVP_ClassId_BoxAlgorithm_P300TactileVisualizationDesc OpenViBE::CIdentifier(0x3e7f0ef5, 0x5ca2a1fc)
  8. #define OVP_ClassId_BoxAlgorithm_UDPStimcodeSender OpenViBE::CIdentifier(0xc326e786, 0xcd512965)
  9. #define OVP_ClassId_BoxAlgorithm_UDPStimcodeSenderDesc OpenViBE::CIdentifier(0x82aeb3c9, 0x37303d0e)
  10. // Global defines
  11. //---------------------------------------------------------------------------------------------------
  12. #ifdef TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines
  13. #include "ovp_global_defines.h"
  14. #endif // TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines
  15. #define OV_AttributeId_Box_FlagIsUnstable OpenViBE::CIdentifier(0x666FFFFF, 0x666FFFFF)