mirror of
https://github.com/eclipse/upm.git
synced 2025-07-26 21:51:16 +03:00

Adding base classes for UPM sensors and actuators. Signed-off-by: Noel Eck <noel.eck@intel.com>
17 lines
413 B
OpenEdge ABL
17 lines
413 B
OpenEdge ABL
%include "../common_top.i"
|
|
%include "iPressureSensor.i"
|
|
%include "iTemperatureSensor.i"
|
|
|
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
|
#ifdef SWIGJAVA
|
|
JAVA_JNI_LOADLIBRARY(javaupm_ms5611)
|
|
#endif
|
|
/* END Java syntax */
|
|
|
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
|
%{
|
|
#include "ms5611.hpp"
|
|
%}
|
|
%include "ms5611.hpp"
|
|
/* END Common SWIG syntax */
|