upm/src/sensortemplate/pyupm_sensortemplate.i
Noel Eck b7faba556f sensortemplate: Added a template sensor
The purpose of the templatesensor is to get contributors up and running
faster when adding a new sensor.

    * Created library named 'sensortemplate'
    * Added C++ source
    * Added swig interface files for java, javascript, and python
    * Added sensortemplate image file
    * Added examples for c++, java, javascript, and python
    * Updated contributions.md with steps to create a new sensor from
      the sensortemplate library.

Signed-off-by: Noel Eck <noel.eck@intel.com>
2017-03-02 23:05:51 -08:00

10 lines
296 B
OpenEdge ABL

/* Specify the name of the target JAVA module */
%module pyupm_sensortemplate
/* If documentation is enabled, a full "pyupm_doxy2swig.i file will be
* generated and used... Otherwise, use a stub */
%include "pyupm_doxy2swig.i"
/* Include the base sensor interface file */
%include "common.i"