Dateien hochladen nach „src“
This commit is contained in:
parent
b7742c6a51
commit
2a23dce4e0
@ -20,8 +20,8 @@
|
|||||||
#define OVP_ClassId_BoxAlgorithm_UDPStimcodeSender OpenViBE::CIdentifier(0xc326e786, 0xcd512965)
|
#define OVP_ClassId_BoxAlgorithm_UDPStimcodeSender OpenViBE::CIdentifier(0xc326e786, 0xcd512965)
|
||||||
#define OVP_ClassId_BoxAlgorithm_UDPStimcodeSenderDesc OpenViBE::CIdentifier(0x82aeb3c9, 0x37303d0e)
|
#define OVP_ClassId_BoxAlgorithm_UDPStimcodeSenderDesc OpenViBE::CIdentifier(0x82aeb3c9, 0x37303d0e)
|
||||||
|
|
||||||
#define OVP_ClassId_BoxAlgorithm_TactileStimulation OpenViBE::CIdentifier(0x823bbe28, 0x0daf2111)
|
#define OVP_ClassId_BoxAlgorithm_TactiloController OpenViBE::CIdentifier(0x823bbe28, 0x0daf2111)
|
||||||
#define OVP_ClassId_BoxAlgorithm_TactileStimulationDesc OpenViBE::CIdentifier(0xdb6e9c60, 0x4ce98ac3)
|
#define OVP_ClassId_BoxAlgorithm_TactiloControllerDesc OpenViBE::CIdentifier(0xdb6e9c60, 0x4ce98ac3)
|
||||||
|
|
||||||
// Global defines
|
// Global defines
|
||||||
//---------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include "TactileVisualization/ovpCBoxAlgorithmP300TactileVisualization.h"
|
#include "TactileVisualization/ovpCBoxAlgorithmP300TactileVisualization.h"
|
||||||
#include "UDPStimCodeSender/ovpCBoxAlgorithmUDPStimcodeSender.h"
|
#include "UDPStimCodeSender/ovpCBoxAlgorithmUDPStimcodeSender.h"
|
||||||
#include "TactileStimulation/ovpCBoxAlgorithmTactileStimulation.h"
|
#include "TactileStimulation/ovpCBoxAlgorithmTactiloController.h"
|
||||||
|
|
||||||
namespace OpenViBE {
|
namespace OpenViBE {
|
||||||
namespace Plugins {
|
namespace Plugins {
|
||||||
@ -25,7 +25,7 @@ namespace OpenViBE {
|
|||||||
|
|
||||||
OVP_Declare_New(CBoxAlgorithmP300TactileVisualizationDesc);
|
OVP_Declare_New(CBoxAlgorithmP300TactileVisualizationDesc);
|
||||||
OVP_Declare_New(CBoxAlgorithmUDPStimcodeSenderDesc);
|
OVP_Declare_New(CBoxAlgorithmUDPStimcodeSenderDesc);
|
||||||
OVP_Declare_New(CBoxAlgorithmTactileStimulationDesc);
|
OVP_Declare_New(CBoxAlgorithmTactiloControllerDesc);
|
||||||
|
|
||||||
OVP_Declare_End()
|
OVP_Declare_End()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user