Skip to content
Snippets Groups Projects
Commit 792ff63b authored by cvs's avatar cvs
Browse files

%lofarcvsmv%: Moved to LOFAR/JAVA/MAC/jRSP/include/jRSP

parent 8c15b47c
No related branches found
No related tags found
No related merge requests found
# if HAVE_SHMEN
# SUBDIRS = shmem .
# endif
INSTHDRS = nl_astron_lofar_mac_apl_gui_jrsp_Board.h
NOINSTHIRS =
TCCHDRS =
nobase_pkginclude_HEADERS = ${INSTHDRS} ${TCCHDRS}
noinst_HEADERS = ${NOINSTHDRS}
DOCHDRS = ${INSTHDRS} ${NOINSTHDRS}
include ${top_srcdir}/Makefile.common
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class nl_astron_lofar_mac_apl_gui_jrsp_Board */
#ifndef _Included_nl_astron_lofar_mac_apl_gui_jrsp_Board
#define _Included_nl_astron_lofar_mac_apl_gui_jrsp_Board
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: init
* Signature: (Ljava/lang/String;)I
*/
JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_init
(JNIEnv *, jobject, jstring);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: delete
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_delete
(JNIEnv *, jobject, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: retrieveStatus
* Signature: (II)[Lnl/astron/lofar/mac/apl/gui/jrsp/BoardStatus;
*/
JNIEXPORT jobjectArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_retrieveStatus
(JNIEnv *, jobject, jint, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: setWaveformSettings
* Signature: (IIDSII)Z
*/
JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_setWaveformSettings
(JNIEnv *, jobject, jint, jint, jdouble, jshort, jint, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: getSubbandStats
* Signature: (II)[D
*/
JNIEXPORT jdoubleArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getSubbandStats
(JNIEnv *, jobject, jint, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: getWaveformSettings
* Signature: (II)[Lnl/astron/lofar/mac/apl/gui/jrsp/WGRegisterType;
*/
JNIEXPORT jobjectArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getWaveformSettings
(JNIEnv *, jobject, jint, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: getNrRCUs
* Signature: (I)I
*/
JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getNrRCUs
(JNIEnv *, jobject, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: getNrRSPBoards
* Signature: (I)I
*/
JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getNrRSPBoards
(JNIEnv *, jobject, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: getMaxRSPBoards
* Signature: (I)I
*/
JNIEXPORT jint JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getMaxRSPBoards
(JNIEnv *, jobject, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: setFilter
* Signature: (III)Z
*/
JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_setFilter
(JNIEnv *, jobject, jint, jint, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: sendClear
* Signature: (II)Z
*/
JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_sendClear
(JNIEnv *, jobject, jint, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: sendReset
* Signature: (II)Z
*/
JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_sendReset
(JNIEnv *, jobject, jint, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: sendSync
* Signature: (II)Z
*/
JNIEXPORT jboolean JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_sendSync
(JNIEnv *, jobject, jint, jint);
/*
* Class: nl_astron_lofar_mac_apl_gui_jrsp_Board
* Method: getBeamletStats
* Signature: (II)[D
*/
JNIEXPORT jdoubleArray JNICALL Java_nl_astron_lofar_mac_apl_gui_jrsp_Board_getBeamletStats
(JNIEnv *, jobject, jint, jint);
#ifdef __cplusplus
}
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment