18 lines
537 B
Java
18 lines
537 B
Java
|
|
/* ----------------------------------------------------------------------------
|
||
|
|
* This file was automatically generated by SWIG (https://www.swig.org).
|
||
|
|
* Version 4.4.1
|
||
|
|
*
|
||
|
|
* Do not make changes to this file unless you know what you are doing - modify
|
||
|
|
* the SWIG interface file instead.
|
||
|
|
* ----------------------------------------------------------------------------- */
|
||
|
|
|
||
|
|
package upm_interfaces;
|
||
|
|
|
||
|
|
import java.util.AbstractList;
|
||
|
|
import java.lang.Float;
|
||
|
|
|
||
|
|
public interface iEmg {
|
||
|
|
long iEmg_GetInterfaceCPtr();
|
||
|
|
float getVolts();
|
||
|
|
}
|