java: ignored Interrupt Service Routines, that are installed by start/constructor methods, and cannot be changed

Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Stefan Andritoiu 2015-08-20 15:18:46 +03:00 committed by Mihai Tudor Panu
parent 945a6d4828
commit c7185739dc
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
%module javaupm_groveehr
%include "../upm.i"
%ignore beatISR;
%{
#include "groveehr.h"
%}

View File

@ -1,6 +1,8 @@
%module javaupm_grovewfs
%include "../upm.i"
%ignore flowISR;
%{
#include "grovewfs.h"
%}

View File

@ -1,6 +1,8 @@
%module javaupm_rotaryencoder
%include "../upm.i"
%ignore signalAISR;
%{
#include "rotaryencoder.h"
%}