mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
Remove initio directory from upm/src
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
9869b31a3e
commit
660b34c2ce
@ -1,5 +0,0 @@
|
||||
upm_mixed_module_init (NAME initioSampleModule
|
||||
DESCRIPTION "initio sample module"
|
||||
CPP_HDR initioSampleModule.hpp
|
||||
CPP_SRC initioSampleModule.cpp
|
||||
REQUIRES mraa)
|
@ -1,18 +0,0 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <stdexcept>
|
||||
|
||||
#include "initioSampleModule.hpp"
|
||||
|
||||
using namespace upm;
|
||||
using namespace std;
|
||||
|
||||
initioSampleModule::initioSampleModule(std::string initStr) : mraa::MraaIo(initStr)
|
||||
{
|
||||
// Do some processing here
|
||||
//std::cout << "111 " << leftoverStr << std::endl;
|
||||
}
|
||||
|
||||
initioSampleModule::~initioSampleModule()
|
||||
{
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <mraa/initio.hpp>
|
||||
|
||||
namespace upm {
|
||||
class initioSampleModule : public mraa::MraaIo {
|
||||
public:
|
||||
initioSampleModule(std::string initStr);
|
||||
~initioSampleModule();
|
||||
|
||||
private:
|
||||
//mraa_gpio_context m_gpio;
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
%module jsupm_initioSampleModule
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "initioSampleModule.hpp"
|
||||
%}
|
||||
|
||||
%include "initioSampleModule.hpp"
|
@ -1,9 +0,0 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_initioSampleModule
|
||||
%include "../upm.i"
|
||||
|
||||
%include "initioSampleModule.hpp"
|
||||
%{
|
||||
#include "initioSampleModule.hpp"
|
||||
%}
|
Loading…
x
Reference in New Issue
Block a user