From 3ed41454a68ab37ffdd627435a0019efcee9797a Mon Sep 17 00:00:00 2001 From: Tobias Baumann Date: Thu, 10 Feb 2022 17:55:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eovp=5Fdefines.h=E2=80=9C=20l=C3=B6sche?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ovp_defines.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 ovp_defines.h diff --git a/ovp_defines.h b/ovp_defines.h deleted file mode 100644 index 75cbbf3..0000000 --- a/ovp_defines.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -// Boxes -// The unique identifiers for the boxes and their descriptors. -// Identifier are randomly chosen by the skeleton-generator. -//--------------------------------------------------------------------------------------------------- -#define OVP_ClassId_BoxAlgorithm_P300TactileVisualization OpenViBE::CIdentifier(0xd463df86, 0x7fbfdd81) -#define OVP_ClassId_BoxAlgorithm_P300TactileVisualizationDesc OpenViBE::CIdentifier(0x3e7f0ef5, 0x5ca2a1fc) -#define OVP_ClassId_BoxAlgorithm_UDPStimcodeSender OpenViBE::CIdentifier(0xc326e786, 0xcd512965) -#define OVP_ClassId_BoxAlgorithm_UDPStimcodeSenderDesc OpenViBE::CIdentifier(0x82aeb3c9, 0x37303d0e) - - -// Global defines -//--------------------------------------------------------------------------------------------------- -#ifdef TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines -#include "ovp_global_defines.h" -#endif // TARGET_HAS_ThirdPartyOpenViBEPluginsGlobalDefines - -#define OV_AttributeId_Box_FlagIsUnstable OpenViBE::CIdentifier(0x666FFFFF, 0x666FFFFF) - -