mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00

Adding base classes for UPM sensors and actuators. Signed-off-by: Noel Eck <noel.eck@intel.com>
14 lines
205 B
OpenEdge ABL
14 lines
205 B
OpenEdge ABL
%include ".iSensorType.i"
|
|
|
|
#if (SWIGJAVA)
|
|
#if SWIG_VERSION >= 0x030009
|
|
%include "swiginterface.i"
|
|
%interface_impl(upm::iCO2Sensor);
|
|
#endif
|
|
#endif
|
|
|
|
%{
|
|
#include "iCO2Sensor.hpp"
|
|
%}
|
|
%include "iCO2Sensor.hpp"
|