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_main.cpp 556B

12345678910111213141516171819202122
  1. //Tactile BCI Includes
  2. #include <vector>
  3. #include <openvibe/ov_all.h>
  4. #include "ovp_defines.h"
  5. #include "TactileVisualization/ovpCBoxAlgorithmP300TactileVisualization.h"
  6. #include "UDPStimCodeSender/ovpCBoxAlgorithmUDPStimcodeSender.h"
  7. namespace OpenViBE {
  8. namespace Plugins {
  9. namespace Tactilebci {
  10. OVP_Declare_Begin()
  11. OVP_Declare_New(CBoxAlgorithmP300TactileVisualizationDesc);
  12. OVP_Declare_New(CBoxAlgorithmUDPStimcodeSenderDesc);
  13. OVP_Declare_End()
  14. } // namespace Tactilebci
  15. } // namespace Plugins
  16. } // namespace OpenViBE